Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dinsert_join_fn_imps.hpp258 _GLIBCXX_DEBUG_ASSERT(recursive_count_leafs(p_ret) == 2); in rec_join()
269 const size_type lhs_leafs = recursive_count_leafs(p_l); in rec_join()
270 const size_type rhs_leafs = recursive_count_leafs(p_r); in rec_join()
275 _GLIBCXX_DEBUG_ASSERT(recursive_count_leafs(p_ret) == lhs_leafs + rhs_leafs); in rec_join()
288 const size_type lhs_leafs = recursive_count_leafs(p_l); in rec_join()
289 const size_type rhs_leafs = recursive_count_leafs(p_r); in rec_join()
296 _GLIBCXX_DEBUG_ASSERT(recursive_count_leafs(p_ret) == in rec_join()
313 _GLIBCXX_DEBUG_ASSERT(recursive_count_leafs(p_l) == lhs_leafs + rhs_leafs); in rec_join()
326 const size_type lhs_leafs = recursive_count_leafs(p_l); in rec_join()
327 const size_type rhs_leafs = recursive_count_leafs(p_r); in rec_join()
[all …]
Ddebug_fn_imps.hpp106 recursive_count_leafs(const_node_pointer p_nd) in recursive_count_leafs() function in PB_DS_CLASS_C_DEC
118 ret += recursive_count_leafs(*it); in recursive_count_leafs()
Dpat_trie_.hpp467 recursive_count_leafs(const_node_pointer);