Searched refs:m_p_max (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_base_/
H A Dfind_fn_imps.hpp55 if (m_p_max == NULL)
58 _GLIBCXX_DEBUG_ASSERT(m_p_max != NULL);
59 return m_p_max->m_value;
69 m_p_max = p_cur;
73 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
74 m_p_max = p_cur;
H A Dconstructors_destructor_fn_imps.hpp62 m_p_max(NULL)
71 m_p_max(NULL)
80 m_p_max(NULL)
94 std::swap(m_p_max, other.m_p_max);
H A Derase_fn_imps.hpp55 if (m_p_max == NULL)
58 _GLIBCXX_DEBUG_ASSERT(m_p_max != NULL);
60 node_pointer p_nd = m_p_max;
62 remove_parentless_node(m_p_max);
66 m_p_max = NULL;
102 m_p_max = NULL;
114 m_p_max = NULL;
131 m_p_max = NULL;
192 m_p_max = NULL;
H A Ddebug_fn_imps.hpp64 if (m_p_max == NULL)
66 _GLIBCXX_DEBUG_ASSERT(base_type::parent(m_p_max) == NULL);
68 _GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::operator()(m_p_max->m_value, it.m_p_nd->m_value));
H A Dinsert_fn_imps.hpp58 m_p_max = NULL;
205 m_p_max = NULL;
218 m_p_max = NULL;
H A Dsplit_join_fn_imps.hpp121 m_p_max = NULL;
150 m_p_max = NULL;
154 other.m_p_max = NULL;
H A Dbinomial_heap_base_.hpp222 node_pointer m_p_max; member in class:pb_ds::detail::binomial_heap_base_
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_/
H A Dfind_fn_imps.hpp55 _GLIBCXX_DEBUG_ASSERT(m_p_max != NULL);
56 return m_p_max->m_value;
H A Dconstructors_destructor_fn_imps.hpp61 m_p_max(NULL)
71 m_p_max(NULL)
83 m_p_max = base_type::m_p_root;
85 if (Cmp_Fn::operator()(m_p_max->m_value, p_nd->m_value))
86 m_p_max = p_nd;
98 std::swap(m_p_max, other.m_p_max);
H A Dtrace_fn_imps.hpp56 std::cerr << "m_p_max " << m_p_max << std::endl;
H A Derase_fn_imps.hpp55 _GLIBCXX_DEBUG_ASSERT(m_p_max != NULL);
57 node_pointer p_nd = m_p_max;
83 while (p_add != m_p_max)
92 p_add = m_p_max->m_p_l_child;
107 p_add = m_p_max->m_p_next_sibling;
168 base_type::m_p_root = m_p_max = NULL;
200 m_p_max = p_nd;
219 m_p_max = NULL;
273 m_p_max = base_type::m_p_root = NULL;
H A Ddebug_fn_imps.hpp74 if (m_p_max == NULL)
81 _GLIBCXX_DEBUG_ASSERT(base_type::parent(m_p_max) == NULL);
82 _GLIBCXX_DEBUG_ASSERT(m_p_max->m_p_prev_or_parent == NULL);
84 _GLIBCXX_DEBUG_ASSERT(!Cmp_Fn::operator()(m_p_max->m_value, it.m_p_nd->m_value));
H A Dsplit_join_fn_imps.hpp88 m_p_max = NULL;
128 other.m_p_max = NULL;
H A Dinsert_fn_imps.hpp64 m_p_max = base_type::m_p_root = p_nd;
329 if (m_p_max == NULL || Cmp_Fn::operator()(m_p_max->m_value, p_nd->m_value))
330 m_p_max = p_nd;
H A Dthin_heap_.hpp277 node_pointer m_p_max; member in class:pb_ds::detail::thin_heap_
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Dinsert_fn_imps.hpp63 if (base_type::m_p_max == NULL || Cmp_Fn::operator()(base_type::m_p_max->m_value, r_val))
64 base_type::m_p_max = p_nd; member in class:base_type
116 if (base_type::m_p_max == p_nd)
117 base_type::m_p_max = p_next; member in class:base_type
131 if (base_type::m_p_max == p_next)
132 base_type::m_p_max = p_nd; member in class:base_type
H A Ddebug_fn_imps.hpp57 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_max != NULL);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp61 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_max == m_p_head);
67 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_max->m_type == pat_trie_leaf_node_type);
H A Dhead.hpp103 node_pointer m_p_max; member in struct:pb_ds::detail::pat_trie_head
H A Dsplit_fn_imps.hpp74 other.m_p_head->m_p_max = m_p_head->m_p_max;
75 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
111 PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_max)->value())))
H A Dinsert_join_fn_imps.hpp70 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
91 m_p_head->m_p_max)->value()),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()));
468 if (m_p_head->m_p_max == m_p_head ||
469 synth_e_access_traits::cmp_keys(PB_DS_V2F(static_cast<const_leaf_pointer>(m_p_head->m_p_max)->value()), PB_DS_V2F(p_new_lf->value())))
470 m_p_head->m_p_max = p_new_lf;
H A Dconstructors_destructor_fn_imps.hpp110 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
154 m_p_head->m_p_max = m_p_head;
H A Derase_fn_imps.hpp307 m_p_head->m_p_max = m_p_head;
319 if (p_l == static_cast<const_leaf_pointer>(m_p_head->m_p_max))
323 m_p_head->m_p_max = it.m_p_nd;
H A Dpoint_iterators.hpp277 m_p_nd = static_cast<head_pointer>(m_p_nd)->m_p_max;

Completed in 185 milliseconds