Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Dmap.rs381 pub fn insert_full(&mut self, key: K, value: V) -> (usize, Option<V>) { in insert_full() function
1571 fn insert_full() { in insert_full() function
Dset.rs299 pub fn insert_full(&mut self, value: T) -> (usize, bool) { in insert_full() function
1432 fn insert_full() { in insert_full() function
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/
Dcore.rs246 pub(crate) fn insert_full(&mut self, hash: HashValue, key: K, value: V) -> (usize, Option<V>) in insert_full() method