Home
last modified time | relevance | path

Searched defs:borrow (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_buf.rs284 let borrow = read_buf.filled_mut(); in ut_test_readbuf_new() localVariable
290 let borrow = read_buf.initialized(); in ut_test_readbuf_new() localVariable
295 let borrow = read_buf.initialized_mut(); in ut_test_readbuf_new() localVariable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs969 let borrow = &src; in ut_vec_i32() localVariable
988 let borrow = &src; in ut_vec_u32() localVariable
1007 let borrow = src.as_ptr(); in ut_vec_string() localVariable
1236 let borrow = &src; in ut_hashmap_u32() localVariable
1262 let borrow = &src; in ut_hashmap_vecu32() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dstack.rs63 fn borrow(&self) -> &StackRef<T> { in borrow() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwatch.rs435 pub fn borrow(&self) -> ValueRef<'_, T> { in borrow() method