Home | History | Annotate | Download | only in left_child_next_sibling_heap_

Lines Matching defs:m_p_nd

101       left_child_next_sibling_heap_node_point_const_iterator_(node_pointer p_nd) : m_p_nd(p_nd)
106 left_child_next_sibling_heap_node_point_const_iterator_() : m_p_nd(0)
111 left_child_next_sibling_heap_node_point_const_iterator_(const PB_DS_CLASS_C_DEC& other) : m_p_nd(other.m_p_nd)
118 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0);
119 return &m_p_nd->m_value;
126 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0);
127 return m_p_nd->m_value;
133 { return m_p_nd == other.m_p_nd; }
138 { return m_p_nd != other.m_p_nd; }
140 node_pointer m_p_nd;