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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp109 static_cast<const_internal_node_pointer>(p_nd)->begin();
110 it != static_cast<const_internal_node_pointer>(p_nd)->end();
H A Dtrace_fn_imps.hpp79 const_internal_node_pointer p_internal =
80 static_cast<const_internal_node_pointer>(p_nd);
H A Dnode_iterators.hpp108 const_internal_node_pointer; typedef in class:__gnu_pbds::detail::pat_trie_const_node_it_
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
H A Dinsert_join_fn_imps.hpp115 static_cast<const_internal_node_pointer>(p_r), r_bag);
122 rec_join_prep(static_cast<const_internal_node_pointer>(p_l),
129 rec_join_prep(static_cast<const_internal_node_pointer>(p_l),
130 static_cast<const_internal_node_pointer>(p_r), r_bag);
143 rec_join_prep(const_leaf_pointer /*p_l*/, const_internal_node_pointer /*p_r*/,
150 rec_join_prep(const_internal_node_pointer /*p_l*/, const_leaf_pointer /*p_r*/,
157 rec_join_prep(const_internal_node_pointer p_l, const_internal_node_pointer p_r,
H A Dfind_fn_imps.hpp215 return static_cast<const_internal_node_pointer>(p_nd)->pref_b_it();
227 return static_cast<const_internal_node_pointer>(p_nd)->pref_e_it();
237 return static_cast<const_internal_node_pointer>(p_nd)->leftmost_descendant();
257 return static_cast<const_internal_node_pointer>(p_nd)->rightmost_descendant();
H A Dconstructors_destructor_fn_imps.hpp183 const_internal_node_pointer p_other_internal_nd =
184 static_cast<const_internal_node_pointer>(p_other_nd);
H A Dpat_trie_.hpp146 typedef typename internal_node_allocator::const_pointer const_internal_node_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
366 rec_join_prep(const_leaf_pointer, const_internal_node_pointer,
370 rec_join_prep(const_internal_node_pointer, const_leaf_pointer,
374 rec_join_prep(const_internal_node_pointer, const_internal_node_pointer,
H A Dinternal_node.hpp91 typedef typename internal_node_rebind::const_pointer const_internal_node_pointer; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node

Completed in 108 milliseconds