Searched refs:p_pot (Results 1 – 5 of 5) sorted by relevance
52 node_pointer p_pot = m_p_head; in lower_bound() local62 p_pot = p_nd; in lower_bound()67 return (iterator(p_pot)); in lower_bound()85 p_pot = p_nd; in lower_bound()90 return (iterator(p_pot)); in lower_bound()105 p_pot = p_nd, in upper_bound()127 p_pot = p_nd, in upper_bound()150 p_pot = p_nd; in find()160 m_p_head : p_pot); in find()176 p_pot = p_nd; in find()[all …]
60 node_pointer p_pot = m_p_head; in insert_leaf() local67 p_pot = p_nd; in insert_leaf()74 if (p_pot == m_p_head) in insert_leaf()81 PB_DS_V2F(p_pot->m_value))) in insert_leaf()88 return (std::make_pair(p_pot, false)); in insert_leaf()94 p_nd = p_pot->m_p_left; in insert_leaf()97 insert_leaf_new(r_value, p_pot, true), in insert_leaf()
71 node_pointer p_pot = base_type::m_p_head; in insert_leaf_imp() local80 p_pot = p_nd; in insert_leaf_imp()86 if (p_pot == base_type::m_p_head) in insert_leaf_imp()91 p_nd = p_pot->m_p_left; in insert_leaf_imp()93 return (std::make_pair(base_type::insert_leaf_new(r_value, p_pot, true), true)); in insert_leaf_imp()
116 node_pointer p_pot = p_nd->m_p_prev_or_parent; in parent() local118 if (p_pot == NULL || p_pot->m_p_l_child == p_nd) in parent()119 return p_pot; in parent()121 p_nd = p_pot; in parent()
516 node_pointer p_pot =* begin(); in leftmost_descendant() local517 if (p_pot->m_type == pat_trie_leaf_node_type) in leftmost_descendant()518 return (static_cast<leaf_pointer>(p_pot)); in leftmost_descendant()519 _GLIBCXX_DEBUG_ASSERT(p_pot->m_type == pat_trie_internal_node_type); in leftmost_descendant()520 return static_cast<internal_node_pointer>(p_pot)->leftmost_descendant(); in leftmost_descendant()541 node_pointer p_pot =* it; in rightmost_descendant() local542 if (p_pot->m_type == pat_trie_leaf_node_type) in rightmost_descendant()543 return static_cast<leaf_pointer>(p_pot); in rightmost_descendant()544 _GLIBCXX_DEBUG_ASSERT(p_pot->m_type == pat_trie_internal_node_type); in rightmost_descendant()545 return static_cast<internal_node_pointer>(p_pot)->rightmost_descendant(); in rightmost_descendant()