Home
last modified time | relevance | path

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

/external/rust/crates/tokio/tests/
Dsync_once_cell.rs195 let once_cell = OnceCell::new(); in drop_cell() localVariable
217 let once_cell = OnceCell::new_with(Some(fooer)); in drop_cell_new_with() localVariable
237 let once_cell = OnceCell::new(); in drop_into_inner() localVariable
261 let once_cell = OnceCell::new_with(Some(fooer)); in drop_into_inner_new_with() localVariable
/external/rust/crates/once_cell/examples/
Dbench_vs_lazy_static.rs14 let once_cell = { in main() localVariable
/external/rust/crates/once_cell/tests/
Dit.rs10 fn once_cell() { in once_cell() function
219 fn once_cell() { in once_cell() function