Searched refs:const_node_pointer (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Ddebug_fn_imps.hpp64 const_node_pointer p_nd = next_2_pointer(base_type::m_p_root);
71 const_node_pointer p_next = p_nd->m_p_next_sibling;
84 typename PB_DS_CLASS_C_DEC::const_node_pointer
86 next_2_pointer(const_node_pointer p_nd)
103 typename PB_DS_CLASS_C_DEC::const_node_pointer
105 next_after_0_pointer(const_node_pointer p_nd)
H A Drc_binomial_heap_.hpp79 typedef typename base_type::const_node_pointer const_node_pointer; typedef in class:__gnu_pbds::detail::rc_binomial_heap_
172 static const_node_pointer
173 next_2_pointer(const_node_pointer p_nd);
175 static const_node_pointer
176 next_after_0_pointer(const_node_pointer p_nd);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Ddebug_fn_imps.hpp59 assert_node_consistent(const_node_pointer p_nd, bool single_link) const
75 const_node_pointer p_child = p_nd->m_p_l_child;
78 const_node_pointer p_next_child = p_child->m_p_next_sibling;
109 size_under_node(const_node_pointer p_nd)
115 size_from_node(const_node_pointer p_nd)
129 degree(const_node_pointer p_nd)
132 const_node_pointer p_child = p_nd->m_p_l_child;
H A Dtrace_fn_imps.hpp58 trace_node(const_node_pointer p_nd, size_type level)
84 trace_node_metadata(const_node_pointer p_nd, type_to_type<Metadata_>)
92 trace_node_metadata(const_node_pointer, type_to_type<null_left_child_next_sibling_heap_node_metadata>)
H A Dleft_child_next_sibling_heap_.hpp129 typedef typename node_allocator::const_pointer const_node_pointer; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_
279 assert_node_consistent(const_node_pointer p_nd, bool single_link) const;
282 size_under_node(const_node_pointer p_nd);
285 degree(const_node_pointer p_nd);
290 trace_node(const_node_pointer, size_type level);
307 size_from_node(const_node_pointer p_nd);
311 recursive_copy_node(const_node_pointer p_nd);
322 trace_node_metadata(const_node_pointer p_nd, type_to_type<Metadata_>);
325 trace_node_metadata(const_node_pointer, type_to_type<null_left_child_next_sibling_heap_node_metadata>);
H A Dconstructors_destructor_fn_imps.hpp112 recursive_copy_node(const_node_pointer p_nd)
H A Derase_fn_imps.hpp95 const_node_pointer p_counter = m_p_root;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtrace_fn_imps.hpp58 trace_node(const_node_pointer p_nd, size_type level)
101 trace_node_metadata(const_node_pointer p_nd, type_to_type<Metadata_>)
109 trace_node_metadata(const_node_pointer, type_to_type<null_node_metadata>)
H A Ddebug_fn_imps.hpp90 const_node_pointer p_nd =
100 recursive_count_leafs(const_node_pointer p_nd)
H A Dpat_trie_.hpp131 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
340 recursive_copy_node(const_node_pointer);
358 rec_join_prep(const_node_pointer, const_node_pointer,
420 pref_begin(const_node_pointer);
423 pref_end(const_node_pointer);
435 leftmost_descendant(const_node_pointer);
441 rightmost_descendant(const_node_pointer);
457 recursive_count_leafs(const_node_pointer);
462 trace_node(const_node_pointer, size_typ
[all...]
H A Dconst_child_iterator.hpp93 const_node_pointer
H A Dfind_fn_imps.hpp72 const_node_pointer p_nd = const_cast<PB_DS_CLASS_C_DEC* >(this)->find_imp(r_key);
209 pref_begin(const_node_pointer p_nd)
221 pref_end(const_node_pointer p_nd)
233 leftmost_descendant(const_node_pointer p_nd)
253 rightmost_descendant(const_node_pointer p_nd)
H A Dinternal_node.hpp82 typedef typename base_rebind::const_pointer const_node_pointer; typedef in struct:__gnu_pbds::detail::pat_trie_internal_node
139 inline const_node_pointer
155 inline const_node_pointer
156 get_join_child(const_node_pointer, const_e_access_traits_pointer) const;
325 inline typename PB_DS_CLASS_C_DEC::const_node_pointer
383 typename PB_DS_CLASS_C_DEC::const_node_pointer
385 get_join_child(const_node_pointer p_nd, const_e_access_traits_pointer p_traits) const
579 const_node_pointer p_nd =* it;
H A Dinsert_join_fn_imps.hpp102 rec_join_prep(const_node_pointer p_l, const_node_pointer p_r, split_join_branch_bag& r_bag)
167 const_node_pointer p_l_join_child = p_l->get_join_child(*it, this);
177 const_node_pointer p_r_join_child = p_r->get_join_child(p_l, this);
186 const_node_pointer p_r_join_child = p_r->get_join_child(p_l, this);
H A Dconstructors_destructor_fn_imps.hpp165 recursive_copy_node(const_node_pointer p_other_nd)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/
H A Dbinomial_heap_.hpp75 typedef typename base_type::const_node_pointer const_node_pointer; typedef in class:__gnu_pbds::detail::binomial_heap_
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp93 typedef typename base_type::const_node_pointer const_node_pointer; typedef in class:__gnu_pbds::detail::binomial_heap_base_
212 assert_node_consistent(const_node_pointer, bool, bool) const;
H A Ddebug_fn_imps.hpp69 assert_node_consistent(const_node_pointer p_nd, bool strictly_binomial,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Ddebug_fn_imps.hpp84 assert_node_consistent(const_node_pointer p_nd, bool root) const
H A Dthin_heap_.hpp92 typedef typename base_type::const_node_pointer const_node_pointer; typedef in class:__gnu_pbds::detail::thin_heap_
264 assert_node_consistent(const_node_pointer p_nd, bool root) const;

Completed in 80 milliseconds