Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/lazycell/src/
Dlib.rs373 let lazycell: LazyCell<usize> = LazyCell::new(); in test_borrow_from_empty() localVariable
384 let lazycell = LazyCell::new(); in test_fill_and_borrow() localVariable
399 let mut lazycell = LazyCell::new(); in test_borrow_mut() localVariable
415 let lazycell = LazyCell::new(); in test_already_filled_error() localVariable
423 let lazycell = LazyCell::new(); in test_borrow_with() localVariable
431 let lazycell = LazyCell::new(); in test_borrow_with_already_filled() localVariable
440 let lazycell = LazyCell::new(); in test_borrow_with_not_called_when_filled() localVariable
453 let lazycell: LazyCell<Box<i32>> = LazyCell::new(); in test_borrow_with_sound_with_reentrancy() localVariable
466 let mut lazycell = LazyCell::new(); in test_borrow_mut_with() localVariable
478 let mut lazycell = LazyCell::new(); in test_borrow_mut_with_already_filled() localVariable
[all …]
/external/rust/android-crates-io/crates/lazycell/
DREADME.md1 # lazycell chapter