Home
last modified time | relevance | path

Searched refs:const_leaf_pointer (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dinsert_join_fn_imps.hpp90 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( in join_prep()
91 m_p_head->m_p_max)->value()),PB_DS_V2F(static_cast<const_leaf_pointer>( in join_prep()
94 const bool lesser = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>( in join_prep()
95 …other.m_p_head->m_p_max)->value()),PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_min)->v… in join_prep()
114 rec_join_prep(static_cast<const_leaf_pointer>(p_l), in rec_join_prep()
115 static_cast<const_leaf_pointer>(p_r), r_bag); in rec_join_prep()
120 rec_join_prep(static_cast<const_leaf_pointer>(p_l), in rec_join_prep()
129 static_cast<const_leaf_pointer>(p_r), r_bag); in rec_join_prep()
142 rec_join_prep(const_leaf_pointer /*p_l*/, const_leaf_pointer /*p_r*/, in rec_join_prep() argument
149 rec_join_prep(const_leaf_pointer /*p_l*/, const_internal_node_pointer /*p_r*/, in rec_join_prep() argument
[all …]
Dfind_fn_imps.hpp86 …if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r… in find()
146 …if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_… in lower_bound_imp()
218 … return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()))); in pref_begin()
230 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()))); in pref_end()
237 inline typename PB_DS_CLASS_C_DEC::const_leaf_pointer
242 return static_cast<const_leaf_pointer>(p_nd); in leftmost_descendant()
257 inline typename PB_DS_CLASS_C_DEC::const_leaf_pointer
262 return static_cast<const_leaf_pointer>(p_nd); in rightmost_descendant()
Dpat_trie_.hpp151 typedef typename leaf_allocator::const_pointer const_leaf_pointer; typedef in pb_ds::detail::PB_DS_CLASS_NAME
372 rec_join_prep(const_leaf_pointer, const_leaf_pointer,
376 rec_join_prep(const_leaf_pointer, const_internal_node_pointer,
380 rec_join_prep(const_internal_node_pointer, const_leaf_pointer,
444 inline static const_leaf_pointer
450 inline static const_leaf_pointer
Dinternal_node.hpp96 typedef typename leaf_rebind::const_pointer const_leaf_pointer; typedef
196 const_leaf_pointer
202 const_leaf_pointer
263 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first); in update_prefixes()
411 e_access_traits::extract_key(static_cast<const_leaf_pointer>(p_nd)->value()); in get_join_child()
524 typename PB_DS_CLASS_C_DEC::const_leaf_pointer
549 typename PB_DS_CLASS_C_DEC::const_leaf_pointer
Dnode_iterators.hpp99 const_leaf_pointer; typedef in pb_ds::detail::pat_trie_const_node_it_
128 static_cast<const_leaf_pointer>(m_p_nd)->value()))); in pref_begin()
141 static_cast<const_leaf_pointer>(m_p_nd)->value()))); in pref_end()
Dconstructors_destructor_fn_imps.hpp176 const_leaf_pointer p_other_leaf = static_cast<const_leaf_pointer>(p_other_nd); in recursive_copy_node()
Derase_fn_imps.hpp311 if (p_l == static_cast<const_leaf_pointer>(m_p_head->m_p_min)) in update_min_max_for_erased_leaf()
319 if (p_l == static_cast<const_leaf_pointer>(m_p_head->m_p_max)) in update_min_max_for_erased_leaf()
Dsplit_fn_imps.hpp101 PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_min)->value()))) in split_prep()
111 PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_max)->value()))) in split_prep()
Dpoint_iterators.hpp118 const_leaf_pointer; typedef in pb_ds::detail::pat_trie_const_it_
377 const_leaf_pointer; typedef in pb_ds::detail::pat_trie_it_