Searched refs:cursor_lower_bound (Results 1 – 2 of 2) sorted by relevance
143 let free_cursor = self.free_tree.cursor_lower_bound(&(size, 0))?; in find_best_match()
478 pub fn cursor_lower_bound(&self, key: &K) -> Option<Cursor<'_, K, V>> in cursor_lower_bound() function