Home
last modified time | relevance | path

Searched refs:r_bag (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Dinsert_join_fn_imps.hpp73 join_prep(PB_DS_CLASS_C_DEC& other, branch_bag& r_bag) in join_prep() argument
97 rec_join_prep(m_p_head->m_p_parent, other.m_p_head->m_p_parent, r_bag); in join_prep()
106 branch_bag& r_bag) in rec_join_prep() argument
113 static_cast<leaf_const_pointer>(p_r), r_bag); in rec_join_prep()
119 static_cast<inode_const_pointer>(p_r), r_bag); in rec_join_prep()
127 static_cast<leaf_const_pointer>(p_r), r_bag); in rec_join_prep()
134 static_cast<inode_const_pointer>(p_r), r_bag); in rec_join_prep()
141 branch_bag& r_bag) in rec_join_prep() argument
142 { r_bag.add_branch(); } in rec_join_prep()
148 branch_bag& r_bag) in rec_join_prep() argument
[all …]
Dsplit_fn_imps.hpp84 branch_bag& r_bag) in split_prep() argument
86 _GLIBCXX_DEBUG_ASSERT(r_bag.empty()); in split_prep()
123 r_bag.add_branch(); in split_prep()
135 PB_DS_CLASS_C_DEC& other, branch_bag& r_bag) in rec_split() argument
147 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag); in rec_split()
166 rhs_num_children, r_bag); in rec_split()
199 size_type num_children, branch_bag& r_bag) in split_insert_branch() argument
232 inode_pointer p_new_root = r_bag.get_branch(); in split_insert_branch()