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

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp57 const size_type l_height = assert_node_consistent(p_nd->m_p_left); local
64 _GLIBCXX_DEBUG_ASSERT(l_height == r_height);
65 return (p_nd->m_red ? 0 : 1) + l_height;

Completed in 91 milliseconds