Searched refs:recursive_count (Results 1 – 4 of 4) sorted by relevance
146 recursive_count(node_pointer p) const in recursive_count() function in PB_DS_CLASS_C_DEC150 return 1 + recursive_count(p->m_p_left) + recursive_count(p->m_p_right); in recursive_count()
334 recursive_count(node_pointer) const;
277 { PB_DS_DEBUG_VERIFY(recursive_count(m_p_head->m_p_parent) == m_size); } in assert_size()
71 base_type::recursive_count(p_grandparent); in splay()86 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd)); in splay()