HomeSort by relevance Sort by last modified time
    Searched refs:e_it (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
find_fn_imps.hpp 100 typename synth_e_access_traits::const_iterator e_it = local
109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
132 typename PB_DS_CLASS_C_DEC::const_e_iterator e_it = local
152 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 226 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it,
229 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
304 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
307 const size_type i = get_pref_pos(b_it, e_it, p_traits);
315 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
318 const size_type i = get_pref_pos(b_it, e_it, p_traits);
327 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
329 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
334 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
    [all...]
split_fn_imps.hpp 133 rec_split(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, PB_DS_CLASS_C_DEC& other, split_join_branch_bag& r_bag)
144 node_pointer p_child_ret = rec_split(p_internal_nd->get_child_node(b_it, e_it, this), b_it, e_it, other, r_bag);
147 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
151 p_internal_nd->get_child_it(b_it, e_it, this);
172 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 132 rec_split(node_pointer p_nd, a_const_iterator b_it, a_const_iterator e_it,
144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this);
145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
147 p_ind->replace_child(p_child_ret, b_it, e_it, this);
150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this);
166 child_it = p_ind->get_child_it(b_it, e_it, this);
pat_trie_base.hpp 1007 get_pref_pos(a_const_iterator b_it, a_const_iterator e_it,
1010 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
1085 get_child_node(a_const_iterator b_it, a_const_iterator e_it,
1088 const size_type i = get_pref_pos(b_it, e_it, p_traits);
1096 get_child_it(a_const_iterator b_it, a_const_iterator e_it,
1099 const size_type i = get_pref_pos(b_it, e_it, p_traits);
1108 get_child_node(a_const_iterator b_it, a_const_iterator e_it,
1110 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
1115 get_lower_bound_child_node(a_const_iterator b_it, a_const_iterator e_it,
1119 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
1184 a_const_iterator e_it; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 132 rec_split(node_pointer p_nd, a_const_iterator b_it, a_const_iterator e_it,
144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this);
145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
147 p_ind->replace_child(p_child_ret, b_it, e_it, this);
150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this);
166 child_it = p_ind->get_child_it(b_it, e_it, this);
pat_trie_base.hpp 1007 get_pref_pos(a_const_iterator b_it, a_const_iterator e_it,
1010 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
1085 get_child_node(a_const_iterator b_it, a_const_iterator e_it,
1088 const size_type i = get_pref_pos(b_it, e_it, p_traits);
1096 get_child_it(a_const_iterator b_it, a_const_iterator e_it,
1099 const size_type i = get_pref_pos(b_it, e_it, p_traits);
1108 get_child_node(a_const_iterator b_it, a_const_iterator e_it,
1110 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
1115 get_lower_bound_child_node(a_const_iterator b_it, a_const_iterator e_it,
1119 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
1184 a_const_iterator e_it; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp 132 rec_split(node_pointer p_nd, a_const_iterator b_it, a_const_iterator e_it,
144 node_pointer pfirst = p_ind->get_child_node(b_it, e_it, this);
145 node_pointer p_child_ret = rec_split(pfirst, b_it, e_it, other, r_bag);
147 p_ind->replace_child(p_child_ret, b_it, e_it, this);
150 inode_iterator child_it = p_ind->get_child_it(b_it, e_it, this);
166 child_it = p_ind->get_child_it(b_it, e_it, this);
pat_trie_base.hpp 1007 get_pref_pos(a_const_iterator b_it, a_const_iterator e_it,
1010 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
1085 get_child_node(a_const_iterator b_it, a_const_iterator e_it,
1088 const size_type i = get_pref_pos(b_it, e_it, p_traits);
1096 get_child_it(a_const_iterator b_it, a_const_iterator e_it,
1099 const size_type i = get_pref_pos(b_it, e_it, p_traits);
1108 get_child_node(a_const_iterator b_it, a_const_iterator e_it,
1110 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
1115 get_lower_bound_child_node(a_const_iterator b_it, a_const_iterator e_it,
1119 if (!should_be_mine(b_it, e_it, checked_ind, p_traits)
1184 a_const_iterator e_it; local
    [all...]

Completed in 737 milliseconds

1 2