Searched refs:is_black_color (Results 1 – 1 of 1) sorted by relevance
142 fn is_black_color(&self) -> bool { in is_black_color() method1226 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()