Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_buf.rs271 let borrow = read_buf.filled_mut(); in ut_test_readbuf_new() localVariable
277 let borrow = read_buf.initialized(); in ut_test_readbuf_new() localVariable
282 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