Home
last modified time | relevance | path

Searched defs:ONCE_CELL (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/once_cell/examples/
H A Dbench_vs_lazy_static.rs7 static ONCE_CELL: Lazy<Vec<String>> = Lazy::new(|| vec!["Spica".to_string(), "Hoyten".to_string()]); consts
/third_party/rust/crates/once_cell/tests/
H A Dit.rs614 static ONCE_CELL: OnceCell<$ty> = OnceCell::new(); in eval_once_macro() consts

Completed in 4 milliseconds