/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);
|
/external/chromium_org/cc/resources/ |
resource_provider.cc | 992 for (ResourceIdMap::iterator child_it = child.child_to_parent_map.begin(); 993 child_it != child.child_to_parent_map.end(); 994 ++child_it) { 995 ResourceId id = child_it->second; 1117 ChildMap::iterator child_it = children_.find(child); local 1185 ChildMap::iterator child_it = children_.end(); local [all...] |