Searched refs:m_p_head (Results 26 - 33 of 33) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp71 const node_pointer p_head = base_type::m_p_head;
H A Dconstructors_destructor_fn_imps.hpp100 { base_type::m_p_head->m_red = true; }
H A Dinsert_fn_imps.hpp65 while (p_nd != base_type::m_p_head->m_p_parent && p_nd->m_p_parent->m_red)
114 base_type::m_p_head->m_p_parent->m_red = false;
H A Derase_fn_imps.hpp75 if (it.m_p_nd == base_type::m_p_head)
147 if (base_type::m_p_head->m_p_parent == p_z)
148 base_type::m_p_head->m_p_parent = p_x;
176 if (base_type::m_p_head->m_p_parent == p_z)
177 base_type::m_p_head->m_p_parent = p_y;
203 while (p_x != base_type::m_p_head->m_p_parent && is_effectively_black(p_x))
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp102 { base_type::m_p_head->m_special = true; }
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp103 node_pointer p_nd = m_p_head->m_p_parent;
124 return (m_p_head);
126 node_pointer p_nd = m_p_head->m_p_parent;
H A Dpat_trie_.hpp566 head_pointer m_p_head; member in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp394 node_pointer m_p_head; member in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME

Completed in 104 milliseconds

12