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

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp95 node_const_pointer p_counter = m_p_root; local
97 while (p_counter != 0)
100 _GLIBCXX_DEBUG_ASSERT(p_counter->m_p_l_child == 0);
101 p_counter = p_counter->m_p_next_sibling;

Completed in 37 milliseconds