Searched defs:insert_full (Results 1 – 3 of 3) sorted by relevance
381 pub fn insert_full(&mut self, key: K, value: V) -> (usize, Option<V>) { in insert_full() function1571 fn insert_full() { in insert_full() function
299 pub fn insert_full(&mut self, value: T) -> (usize, bool) { in insert_full() function1432 fn insert_full() { in insert_full() function
246 pub(crate) fn insert_full(&mut self, hash: HashValue, key: K, value: V) -> (usize, Option<V>) in insert_full() method