Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
Dsplit_join_fn_imps.hpp146 recursive_count(node_pointer p) const in recursive_count() function in PB_DS_CLASS_C_DEC
150 return 1 + recursive_count(p->m_p_left) + recursive_count(p->m_p_right); in recursive_count()
Dbin_search_tree_.hpp334 recursive_count(node_pointer) const;
Ddebug_fn_imps.hpp277 { PB_DS_DEBUG_VERIFY(recursive_count(m_p_head->m_p_parent) == m_size); } in assert_size()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
Dsplay_fn_imps.hpp71 base_type::recursive_count(p_grandparent); in splay()
86 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd)); in splay()