Searched refs:const_internal_node_pointer (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp115 static_cast<const_internal_node_pointer>(p_nd)->begin();
116 it != static_cast<const_internal_node_pointer>(p_nd)->end();
H A Dtrace_fn_imps.hpp85 const_internal_node_pointer p_internal =
86 static_cast<const_internal_node_pointer>(p_nd);
H A Dnode_iterators.hpp114 const_internal_node_pointer; typedef in class:pb_ds::detail::pat_trie_const_node_it_
132 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
145 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
H A Dinsert_join_fn_imps.hpp121 static_cast<const_internal_node_pointer>(p_r), r_bag);
128 rec_join_prep(static_cast<const_internal_node_pointer>(p_l),
135 rec_join_prep(static_cast<const_internal_node_pointer>(p_l),
136 static_cast<const_internal_node_pointer>(p_r), r_bag);
149 rec_join_prep(const_leaf_pointer /*p_l*/, const_internal_node_pointer /*p_r*/,
156 rec_join_prep(const_internal_node_pointer /*p_l*/, const_leaf_pointer /*p_r*/,
163 rec_join_prep(const_internal_node_pointer p_l, const_internal_node_pointer p_r,
H A Dfind_fn_imps.hpp221 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
233 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it();
243 return static_cast<const_internal_node_pointer>(p_nd)->leftmost_descendant();
263 return static_cast<const_internal_node_pointer>(p_nd)->rightmost_descendant();
H A Dconstructors_destructor_fn_imps.hpp189 const_internal_node_pointer p_other_internal_nd =
190 static_cast<const_internal_node_pointer>(p_other_nd);
H A Dpat_trie_.hpp156 typedef typename internal_node_allocator::const_pointer const_internal_node_pointer; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
376 rec_join_prep(const_leaf_pointer, const_internal_node_pointer,
380 rec_join_prep(const_internal_node_pointer, const_leaf_pointer,
384 rec_join_prep(const_internal_node_pointer, const_internal_node_pointer,
H A Dinternal_node.hpp100 typedef typename internal_node_rebind::const_pointer const_internal_node_pointer; typedef in struct:pb_ds::detail::pat_trie_internal_node

Completed in 73 milliseconds