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

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Derase_fn_imps.hpp101 const_node_pointer p_counter = m_p_root; local
103 while (p_counter != NULL)
106 _GLIBCXX_DEBUG_ASSERT(p_counter->m_p_l_child == NULL);
107 p_counter = p_counter->m_p_next_sibling;

Completed in 49 milliseconds