HomeSort by relevance Sort by last modified time
    Searched defs:child_it (Results 26 - 36 of 36) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 150 typename internal_node::iterator child_it = local
154 std::distance(p_internal_nd->begin(), child_it) + 1;
168 ++child_it;
170 b_it, child_it, rhs_num_children, r_bag);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
173 ++child_it;
176 child_it = p_internal_nd->remove_child(child_it);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 187 typename internal_node::const_iterator child_it = local
193 while (child_it != p_other_internal_nd->end())
194 a_p_children[child_i++] = recursive_copy_node(*(child_it++));
split_fn_imps.hpp 150 typename internal_node::iterator child_it = local
154 std::distance(p_internal_nd->begin(), child_it) + 1;
168 ++child_it;
170 b_it, child_it, rhs_num_children, r_bag);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
173 ++child_it;
176 child_it = p_internal_nd->remove_child(child_it);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 185 typename inode::const_iterator child_it = p_icp->begin(); local
190 while (child_it != p_icp->end())
192 a_p_children[child_i] = recursive_copy_node(*(child_it));
194 child_it++;
split_fn_imps.hpp 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); local
151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it);
163 other.split_insert_branch(p_ind->get_e_ind(), b_it, child_it,
166 child_it = p_ind->get_child_it(b_it, e_it, this);
169 ++child_it;
170 p_ind->remove_child(child_it);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 187 typename internal_node::const_iterator child_it = local
193 while (child_it != p_other_internal_nd->end())
194 a_p_children[child_i++] = recursive_copy_node(*(child_it++));
split_fn_imps.hpp 150 typename internal_node::iterator child_it = local
154 std::distance(p_internal_nd->begin(), child_it) + 1;
168 ++child_it;
170 b_it, child_it, rhs_num_children, r_bag);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
173 ++child_it;
176 child_it = p_internal_nd->remove_child(child_it);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 185 typename inode::const_iterator child_it = p_icp->begin(); local
190 while (child_it != p_icp->end())
192 a_p_children[child_i] = recursive_copy_node(*(child_it));
194 child_it++;
split_fn_imps.hpp 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); local
151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it);
163 other.split_insert_branch(p_ind->get_e_ind(), b_it, child_it,
166 child_it = p_ind->get_child_it(b_it, e_it, this);
169 ++child_it;
170 p_ind->remove_child(child_it);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 184 typename inode::const_iterator child_it = p_icp->begin(); local
189 while (child_it != p_icp->end())
191 a_p_children[child_i] = recursive_copy_node(*(child_it));
193 child_it++;
split_fn_imps.hpp 150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this); local
151 const size_type lhs_dist = std::distance(p_ind->begin(), child_it);
163 other.split_insert_branch(p_ind->get_e_ind(), b_it, child_it,
166 child_it = p_ind->get_child_it(b_it, e_it, this);
169 ++child_it;
170 p_ind->remove_child(child_it);

Completed in 638 milliseconds

12