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

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp86 if (synth_e_access_traits::equal_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
146 if (!synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value()), r_key))
218 return (synth_e_access_traits::begin(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
230 return (synth_e_access_traits::end(PB_DS_V2F(static_cast<const_leaf_pointer>(p_nd)->value())));
237 inline typename PB_DS_CLASS_C_DEC::const_leaf_pointer
242 return static_cast<const_leaf_pointer>(p_nd);
257 inline typename PB_DS_CLASS_C_DEC::const_leaf_pointer
262 return static_cast<const_leaf_pointer>(p_nd);
H A Dinsert_join_fn_imps.hpp90 const bool greater = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(
91 m_p_head->m_p_max)->value()),PB_DS_V2F(static_cast<const_leaf_pointer>(
94 const bool lesser = synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(
95 other.m_p_head->m_p_max)->value()),PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_min)->value()));
114 rec_join_prep(static_cast<const_leaf_pointer>(p_l),
115 static_cast<const_leaf_pointer>(p_r), r_bag);
120 rec_join_prep(static_cast<const_leaf_pointer>(p_l),
129 static_cast<const_leaf_pointer>(p_r), r_bag);
142 rec_join_prep(const_leaf_pointer /*p_l*/, const_leaf_pointer /*p_
[all...]
H A Dnode_iterators.hpp99 const_leaf_pointer; typedef in class:pb_ds::detail::pat_trie_const_node_it_
128 static_cast<const_leaf_pointer>(m_p_nd)->value())));
141 static_cast<const_leaf_pointer>(m_p_nd)->value())));
H A Dpat_trie_.hpp151 typedef typename leaf_allocator::const_pointer const_leaf_pointer; typedef in class: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
H A Dconstructors_destructor_fn_imps.hpp176 const_leaf_pointer p_other_leaf = static_cast<const_leaf_pointer>(p_other_nd);
H A Dinternal_node.hpp96 typedef typename leaf_rebind::const_pointer const_leaf_pointer; typedef in struct:pb_ds::detail::pat_trie_internal_node
196 const_leaf_pointer
202 const_leaf_pointer
263 const_leaf_pointer p = static_cast<const_leaf_pointer>(p_first);
411 e_access_traits::extract_key(static_cast<const_leaf_pointer>(p_nd)->value());
524 typename PB_DS_CLASS_C_DEC::const_leaf_pointer
549 typename PB_DS_CLASS_C_DEC::const_leaf_pointer
H A Derase_fn_imps.hpp311 if (p_l == static_cast<const_leaf_pointer>(m_p_head->m_p_min))
319 if (p_l == static_cast<const_leaf_pointer>(m_p_head->m_p_max))
H A Dpoint_iterators.hpp118 const_leaf_pointer; typedef in class:pb_ds::detail::pat_trie_const_it_
377 const_leaf_pointer; typedef in class:pb_ds::detail::pat_trie_it_
H A Dsplit_fn_imps.hpp101 PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_min)->value())))
111 PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_max)->value())))

Completed in 97 milliseconds