Searched refs:recursive_count_leafs (Results 1 – 3 of 3) sorted by relevance
258 _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 …]
106 recursive_count_leafs(const_node_pointer p_nd) in recursive_count_leafs() function in PB_DS_CLASS_C_DEC118 ret += recursive_count_leafs(*it); in recursive_count_leafs()
467 recursive_count_leafs(const_node_pointer);