Searched defs:borrow (Results 1 – 4 of 4) sorted by relevance
284 let borrow = read_buf.filled_mut(); in ut_test_readbuf_new() localVariable290 let borrow = read_buf.initialized(); in ut_test_readbuf_new() localVariable295 let borrow = read_buf.initialized_mut(); in ut_test_readbuf_new() localVariable
969 let borrow = &src; in ut_vec_i32() localVariable988 let borrow = &src; in ut_vec_u32() localVariable1007 let borrow = src.as_ptr(); in ut_vec_string() localVariable1236 let borrow = &src; in ut_hashmap_u32() localVariable1262 let borrow = &src; in ut_hashmap_vecu32() localVariable
63 fn borrow(&self) -> &StackRef<T> { in borrow() method
435 pub fn borrow(&self) -> ValueRef<'_, T> { in borrow() method