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

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dinternal_node.hpp235 get_pref_pos(const_e_iterator b_it, const_e_iterator e_it, argument
238 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
313 get_child_node(const_e_iterator b_it, const_e_iterator e_it, argument
316 const size_type i = get_pref_pos(b_it, e_it, p_traits);
324 get_child_it(const_e_iterator b_it, const_e_iterator e_it,
327 const size_type i = get_pref_pos(b_it, e_it, p_traits);
336 get_child_node(const_e_iterator b_it, const_e_iterator e_it,
338 { return const_cast<node_pointer>(get_child_node(b_it, e_it, p_traits)); }
343 get_lower_bound_child_node(const_e_iterator b_it, const_e_iterator e_it,
347 if (!should_be_mine(b_it, e_it, checked_in
377 add_child(node_pointer p_nd, const_e_iterator b_it, const_e_iterator e_it, const_e_access_traits_pointer p_traits) argument
[all...]
H A Dsplit_fn_imps.hpp139 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) argument
150 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);
153 p_internal_nd->replace_child(p_child_ret, b_it, e_it, this);
157 p_internal_nd->get_child_it(b_it, e_it, this);
178 child_it = p_internal_nd->get_child_it(b_it, e_it, this);
H A Dfind_fn_imps.hpp106 typename synth_e_access_traits::const_iterator e_it = local
115 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this);
138 typename PB_DS_CLASS_C_DEC::const_e_iterator e_it = local
158 static_cast<internal_node_pointer>(p_nd)->get_lower_bound_child_node( b_it, e_it, checked_ind, this);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp282 pointer e_it = m_a_values + m_size; local
283 while (it != e_it)
285 pointer mid_it = it + ((e_it - it) >> 1);
289 e_it = mid_it;

Completed in 110 milliseconds