Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs37228 fn vacant_entry<T: Sync + Ord + Default>(v: &mut BTreeMap<T, T>) -> impl Sync + '_ { vacant_entry() functions
37297 fn vacant_entry<T: Send + Ord + Default>(v: &mut BTreeMap<T, T>) -> impl Send + '_ { vacant_entry() functions
[all...]

Completed in 59 milliseconds