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

/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.hpp101 if (size_from_node(m_p_root) == m_size)
110 { return 1 + size_from_node(p_nd->m_p_l_child); }
115 size_from_node(const_node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
120 ret += 1 + size_from_node(p_nd->m_p_l_child);
H A Dleft_child_next_sibling_heap_.hpp307 size_from_node(const_node_pointer p_nd);

Completed in 54 milliseconds