Searched refs:__black_count (Results 1 – 1 of 1) sorted by relevance
668 __black_count(_Rb_tree_node_base* __node, _Rb_tree_node_base* __root) { in __black_count() function676 return __bc + __black_count(__node->_M_parent, __root); in __black_count()689 int __len = __black_count(_M_leftmost(), _M_root()); in __rb_verify()705 if (!__L && !__R && __black_count(__x, _M_root()) != __len) in __rb_verify()