Home
last modified time | relevance | path

Searched refs:last_child (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/libs/
H A Drbtree.rs824 tail: self.last_child(), in into_iter()
1083 fn last_child(&self) -> NodePtr<K, V> { in last_child() method
1106 let last = self.last_child(); in get_last()
1124 let last = self.last_child(); in pop_last()
1142 let last = self.last_child(); in get_last_mut()
1400 tail: self.last_child(), in iter()
1411 tail: self.last_child(), in iter_mut()