Searched refs:find_best_match (Results 1 – 2 of 2) sorted by relevance
142 fn find_best_match(&mut self, size: usize) -> Option<&mut Descriptor<T>> { in find_best_match() method167 let (found_size, found_off, tree_node, free_tree_node) = match self.find_best_match(size) { in reserve_new()
461 let best = self.find_best_match(key)?; in cursor_lower_bound_mut() 482 let best = self.find_best_match(key)?; in cursor_lower_bound() 494 fn find_best_match(&self, key: &K) -> Option<NonNull<bindings::rb_node>> { in find_best_match() 491 fn find_best_match(&self, key: &K) -> Option<NonNull<bindings::rb_node>> { find_best_match() function