pat_trie_base.hpp | 56 * i_node is used by _Inode, leaf_node by _Leaf, and head_node by _Head. 62 head_node enumerator in enum:__gnu_pbds::detail::pat_trie_base::node_type 141 _Head() : base_type(head_node) { } 606 if (m_p_nd->m_type == head_node) 613 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0) 619 if (p_y->m_type == head_node) 634 if (m_p_nd->m_type == head_node) 641 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0) 647 if (p_y->m_type == head_node) [all...] |