Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
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
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dstack.rs63 fn borrow(&self) -> &StackRef<T> { in borrow() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dwatch.rs435 pub fn borrow(&self) -> ValueRef<'_, T> { in borrow() method