Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/libs/
Drbtree.rs142 fn is_black_color(&self) -> bool { in is_black_color() method
1226 while node != self.root && node.is_black_color() { in delete_fixup()
1238 if other.left().is_black_color() && other.right().is_black_color() { in delete_fixup()
1244 if other.right().is_black_color() { in delete_fixup()
1269 if other.left().is_black_color() && other.right().is_black_color() { in delete_fixup()
1275 if other.left().is_black_color() { in delete_fixup()