HomeSort by relevance Sort by last modified time
    Searched defs:m_p_nd (Results 51 - 75 of 78) sorted by null

1 23 4

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 111 { return (base_type::m_p_nd == other.m_p_nd); }
116 { return (base_type::m_p_nd != other.m_p_nd); }
121 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_nd != NULL);
129 PB_DS_CLASS_C_DEC ret_it(base_type::m_p_nd);
138 if (base_type::m_p_nd->m_p_next_sibling != NULL)
140 base_type::m_p_nd = base_type::m_p_nd->m_p_next_sibling; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
141 while (base_type::m_p_nd->m_p_l_child != NULL
142 base_type::m_p_nd = base_type::m_p_nd->m_p_l_child; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
149 base_type::m_p_nd = base_type::m_p_nd->m_p_prev_or_parent; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 108 bin_search_tree_const_node_it_(const node_pointer p_nd = NULL) : m_p_nd(const_cast<node_pointer>(p_nd))
115 return (Const_Iterator(m_p_nd));
122 return (m_p_nd->get_metadata());
129 return (PB_DS_TREE_CONST_NODE_ITERATOR_CLASS_C_DEC(m_p_nd->m_p_left));
136 return (PB_DS_TREE_CONST_NODE_ITERATOR_CLASS_C_DEC(m_p_nd->m_p_right));
143 return (m_p_nd == other.m_p_nd);
150 return (m_p_nd != other.m_p_nd);
154 node_pointer m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_const_node_it_
    [all...]
point_iterators.hpp 128 : m_p_nd(const_cast<Node_Pointer>(p_nd))
133 : m_p_nd(other.m_p_nd)
140 m_p_nd = other.m_p_nd;
148 m_p_nd = other.m_p_nd;
155 _GLIBCXX_DEBUG_ASSERT(m_p_nd != NULL);
156 return &m_p_nd->m_value;
162 _GLIBCXX_DEBUG_ASSERT(m_p_nd != NULL)
280 Node_Pointer m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_const_it_
313 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_it_::base_it_type
321 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_it_::base_it_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 111 { return (base_type::m_p_nd == other.m_p_nd); }
116 { return (base_type::m_p_nd != other.m_p_nd); }
121 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_nd != NULL);
129 PB_DS_CLASS_C_DEC ret_it(base_type::m_p_nd);
138 if (base_type::m_p_nd->m_p_next_sibling != NULL)
140 base_type::m_p_nd = base_type::m_p_nd->m_p_next_sibling; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
141 while (base_type::m_p_nd->m_p_l_child != NULL
142 base_type::m_p_nd = base_type::m_p_nd->m_p_l_child; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
149 base_type::m_p_nd = base_type::m_p_nd->m_p_prev_or_parent; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 108 bin_search_tree_const_node_it_(const node_pointer p_nd = 0) : m_p_nd(const_cast<node_pointer>(p_nd))
115 return (Const_Iterator(m_p_nd));
122 return (m_p_nd->get_metadata());
129 return (PB_DS_TREE_CONST_NODE_ITERATOR_CLASS_C_DEC(m_p_nd->m_p_left));
136 return (PB_DS_TREE_CONST_NODE_ITERATOR_CLASS_C_DEC(m_p_nd->m_p_right));
143 return (m_p_nd == other.m_p_nd);
150 return (m_p_nd != other.m_p_nd);
154 node_pointer m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_const_node_it_
    [all...]
point_iterators.hpp 128 : m_p_nd(const_cast<Node_Pointer>(p_nd))
133 : m_p_nd(other.m_p_nd)
140 m_p_nd = other.m_p_nd;
148 m_p_nd = other.m_p_nd;
155 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0);
156 return &m_p_nd->m_value;
162 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0)
280 Node_Pointer m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_const_it_
313 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_it_::base_it_type
321 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_it_::base_it_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 111 { return (base_type::m_p_nd == other.m_p_nd); }
116 { return (base_type::m_p_nd != other.m_p_nd); }
121 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_nd != 0);
129 PB_DS_CLASS_C_DEC ret_it(base_type::m_p_nd);
138 if (base_type::m_p_nd->m_p_next_sibling != 0)
140 base_type::m_p_nd = base_type::m_p_nd->m_p_next_sibling; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
141 while (base_type::m_p_nd->m_p_l_child != 0
142 base_type::m_p_nd = base_type::m_p_nd->m_p_l_child; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
149 base_type::m_p_nd = base_type::m_p_nd->m_p_prev_or_parent; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
node_iterators.hpp 92 : m_p_nd(const_cast<node_pointer>(p_nd))
98 { return Const_Iterator(m_p_nd); }
103 { return m_p_nd->get_metadata(); }
108 { return PB_DS_TREE_CONST_NODE_ITERATOR_CLASS_C_DEC(m_p_nd->m_p_left); }
113 { return PB_DS_TREE_CONST_NODE_ITERATOR_CLASS_C_DEC(m_p_nd->m_p_right); }
118 { return m_p_nd == other.m_p_nd; }
123 { return m_p_nd != other.m_p_nd; }
125 node_pointer m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_const_node_it_
    [all...]
point_iterators.hpp 118 : m_p_nd(const_cast<Node_Pointer>(p_nd))
123 : m_p_nd(other.m_p_nd)
130 m_p_nd = other.m_p_nd;
138 m_p_nd = other.m_p_nd;
145 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0);
146 return &m_p_nd->m_value;
152 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0)
270 Node_Pointer m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_const_it_
299 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_it_::base_it_type
307 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::bin_search_tree_it_::base_it_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 107 { return (base_type::m_p_nd == other.m_p_nd); }
112 { return (base_type::m_p_nd != other.m_p_nd); }
117 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_nd != 0);
125 PB_DS_CLASS_C_DEC ret_it(base_type::m_p_nd);
134 if (base_type::m_p_nd->m_p_next_sibling != 0)
136 base_type::m_p_nd = base_type::m_p_nd->m_p_next_sibling; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
137 while (base_type::m_p_nd->m_p_l_child != 0
138 base_type::m_p_nd = base_type::m_p_nd->m_p_l_child; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
145 base_type::m_p_nd = base_type::m_p_nd->m_p_prev_or_parent; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_::base_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 119 if (m_p_nd->m_type == pat_trie_leaf_node_type)
122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
124 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
132 if (m_p_nd->m_type == pat_trie_leaf_node_type)
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
137 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
185 : m_p_nd(const_cast<node_pointer>(p_nd)), m_p_traits(p_traits)
199 return Const_Iterator(m_p_nd);
245 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_node_it_
    [all...]
point_iterators.hpp 148 pat_trie_const_it_(node_pointer p_nd = NULL) : m_p_nd(p_nd)
153 : m_p_nd(other.m_p_nd)
160 m_p_nd = other.m_p_nd;
168 m_p_nd = other.m_p_nd;
175 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type);
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
182 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type)
347 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_it_
411 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
419 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 119 if (m_p_nd->m_type == pat_trie_leaf_node_type)
122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
124 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
132 if (m_p_nd->m_type == pat_trie_leaf_node_type)
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
137 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
185 : m_p_nd(const_cast<node_pointer>(p_nd)), m_p_traits(p_traits)
199 return Const_Iterator(m_p_nd);
245 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_node_it_
    [all...]
point_iterators.hpp 148 pat_trie_const_it_(node_pointer p_nd = 0) : m_p_nd(p_nd)
153 : m_p_nd(other.m_p_nd)
160 m_p_nd = other.m_p_nd;
168 m_p_nd = other.m_p_nd;
175 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type);
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
182 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type)
347 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_it_
411 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
419 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 119 if (m_p_nd->m_type == pat_trie_leaf_node_type)
122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
124 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
132 if (m_p_nd->m_type == pat_trie_leaf_node_type)
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
137 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
185 : m_p_nd(const_cast<node_pointer>(p_nd)), m_p_traits(p_traits)
199 return Const_Iterator(m_p_nd);
245 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_node_it_
    [all...]
point_iterators.hpp 148 pat_trie_const_it_(node_pointer p_nd = 0) : m_p_nd(p_nd)
153 : m_p_nd(other.m_p_nd)
160 m_p_nd = other.m_p_nd;
168 m_p_nd = other.m_p_nd;
175 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type);
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
182 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type)
347 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_it_
411 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
419 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 119 if (m_p_nd->m_type == pat_trie_leaf_node_type)
122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
124 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
132 if (m_p_nd->m_type == pat_trie_leaf_node_type)
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
137 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
185 : m_p_nd(const_cast<node_pointer>(p_nd)), m_p_traits(p_traits)
199 return Const_Iterator(m_p_nd);
245 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_node_it_
    [all...]
point_iterators.hpp 148 pat_trie_const_it_(node_pointer p_nd = NULL) : m_p_nd(p_nd)
153 : m_p_nd(other.m_p_nd)
160 m_p_nd = other.m_p_nd;
168 m_p_nd = other.m_p_nd;
175 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type);
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
182 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type)
347 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_it_
411 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
419 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 119 if (m_p_nd->m_type == pat_trie_leaf_node_type)
122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
124 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
132 if (m_p_nd->m_type == pat_trie_leaf_node_type)
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
137 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
185 : m_p_nd(const_cast<node_pointer>(p_nd)), m_p_traits(p_traits)
199 return Const_Iterator(m_p_nd);
245 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_node_it_
    [all...]
point_iterators.hpp 148 pat_trie_const_it_(node_pointer p_nd = NULL) : m_p_nd(p_nd)
153 : m_p_nd(other.m_p_nd)
160 m_p_nd = other.m_p_nd;
168 m_p_nd = other.m_p_nd;
175 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type);
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
182 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type)
347 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_it_
411 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
419 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 119 if (m_p_nd->m_type == pat_trie_leaf_node_type)
122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
124 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
132 if (m_p_nd->m_type == pat_trie_leaf_node_type)
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
137 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
185 : m_p_nd(const_cast<node_pointer>(p_nd)), m_p_traits(p_traits)
199 return Const_Iterator(m_p_nd);
245 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_node_it_
    [all...]
point_iterators.hpp 148 pat_trie_const_it_(node_pointer p_nd = NULL) : m_p_nd(p_nd)
153 : m_p_nd(other.m_p_nd)
160 m_p_nd = other.m_p_nd;
168 m_p_nd = other.m_p_nd;
175 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type);
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
182 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type)
347 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_it_
411 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
419 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 119 if (m_p_nd->m_type == pat_trie_leaf_node_type)
122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
124 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
132 if (m_p_nd->m_type == pat_trie_leaf_node_type)
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
137 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
185 : m_p_nd(const_cast<node_pointer>(p_nd)), m_p_traits(p_traits)
199 return Const_Iterator(m_p_nd);
245 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_node_it_
    [all...]
point_iterators.hpp 148 pat_trie_const_it_(node_pointer p_nd = NULL) : m_p_nd(p_nd)
153 : m_p_nd(other.m_p_nd)
160 m_p_nd = other.m_p_nd;
168 m_p_nd = other.m_p_nd;
175 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type);
176 return &static_cast<leaf_pointer>(m_p_nd)->value();
182 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type)
347 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_it_
411 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
419 base_it_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_it_::base_it_type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_iterators.hpp 119 if (m_p_nd->m_type == pat_trie_leaf_node_type)
122 static_cast<const_leaf_pointer>(m_p_nd)->value())));
124 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
126 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_b_it());
132 if (m_p_nd->m_type == pat_trie_leaf_node_type)
135 static_cast<const_leaf_pointer>(m_p_nd)->value())));
137 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
139 return (static_cast<const_internal_node_pointer>(m_p_nd)->pref_e_it());
185 : m_p_nd(const_cast<node_pointer>(p_nd)), m_p_traits(p_traits)
199 return Const_Iterator(m_p_nd);
245 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_const_node_it_
    [all...]

Completed in 4492 milliseconds

1 23 4