Home
last modified time | relevance | path

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

/third_party/rust/crates/lazycell/src/
Dlib.rs355 let lazycell: LazyCell<usize> = LazyCell::new(); in test_borrow_from_empty() localVariable
366 let lazycell = LazyCell::new(); in test_fill_and_borrow() localVariable
381 let mut lazycell = LazyCell::new(); in test_borrow_mut() localVariable
397 let lazycell = LazyCell::new(); in test_already_filled_error() localVariable
405 let lazycell = LazyCell::new(); in test_borrow_with() localVariable
413 let lazycell = LazyCell::new(); in test_borrow_with_already_filled() localVariable
422 let lazycell = LazyCell::new(); in test_borrow_with_not_called_when_filled() localVariable
435 let lazycell: LazyCell<Box<i32>> = LazyCell::new(); in test_borrow_with_sound_with_reentrancy() localVariable
448 let mut lazycell = LazyCell::new(); in test_borrow_mut_with() localVariable
460 let mut lazycell = LazyCell::new(); in test_borrow_mut_with_already_filled() localVariable
[all …]
/third_party/rust/crates/lazycell/tests/
Dlib.rs7 let lazycell = LazyCell::new(); in test_lazycell() localVariable
21 let lazycell: LazyCell<usize> = LazyCell::new(); in test_already_filled_error() localVariable
/third_party/rust/crates/lazycell/
DREADME.md1 # lazycell chapter