Searched refs:e_it (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/native_type/
H A Dnative_hash_set.hpp84 typename base_type::iterator e_it = base_type::end(); local
86 while (b_it != e_it)
93 b_it = e_it;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dsplit_fn_imps.hpp132 rec_split(node_pointer p_nd, a_const_iterator b_it, a_const_iterator e_it, argument
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);
H A Dpat_trie_base.hpp1007 get_pref_pos(a_const_iterator b_it, a_const_iterator e_it, argument
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, argument
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_in
1184 a_const_iterator e_it; local
[all...]
H A Dfind_fn_imps.hpp100 typename synth_access_traits::const_iterator e_it = local
109 node_pointer p_next_nd = static_cast<inode_pointer>(p_nd)->get_child_node(b_it, e_it, this);
132 typename PB_DS_CLASS_C_DEC::a_const_iterator e_it = local
152 static_cast<inode_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp294 pointer e_it = m_a_values + m_size; local
295 while (it != e_it)
297 pointer mid_it = it + ((e_it - it) >> 1);
301 e_it = mid_it;

Completed in 98 milliseconds