Home
last modified time | relevance | path

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

/external/rust/crates/lazycell/src/
Dlib.rs374 let lazycell: LazyCell<usize> = LazyCell::new(); in test_borrow_from_empty() localVariable
385 let lazycell = LazyCell::new(); in test_fill_and_borrow() localVariable
400 let mut lazycell = LazyCell::new(); in test_borrow_mut() localVariable
416 let lazycell = LazyCell::new(); in test_already_filled_error() localVariable
424 let lazycell = LazyCell::new(); in test_borrow_with() localVariable
432 let lazycell = LazyCell::new(); in test_borrow_with_already_filled() localVariable
441 let lazycell = LazyCell::new(); in test_borrow_with_not_called_when_filled() localVariable
454 let lazycell: LazyCell<Box<i32>> = LazyCell::new(); in test_borrow_with_sound_with_reentrancy() localVariable
467 let mut lazycell = LazyCell::new(); in test_borrow_mut_with() localVariable
479 let mut lazycell = LazyCell::new(); in test_borrow_mut_with_already_filled() localVariable
[all …]
/external/rust/crates/lazycell/
DREADME.md1 # lazycell chapter