HomeSort by relevance Sort by last modified time
    Searched defs:m_p_nd (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 101 left_child_next_sibling_heap_node_point_const_iterator_(node_pointer p_nd) : m_p_nd(p_nd)
106 left_child_next_sibling_heap_node_point_const_iterator_() : m_p_nd(0)
111 left_child_next_sibling_heap_node_point_const_iterator_(const PB_DS_CLASS_C_DEC& other) : m_p_nd(other.m_p_nd)
118 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0);
119 return &m_p_nd->m_value;
126 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0);
127 return m_p_nd->m_value;
133 { return m_p_nd == other.m_p_nd; }
140 node_pointer m_p_nd; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
    [all...]
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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
point_const_iterator.hpp 101 left_child_next_sibling_heap_node_point_const_iterator_(node_pointer p_nd) : m_p_nd(p_nd)
106 left_child_next_sibling_heap_node_point_const_iterator_() : m_p_nd(0)
111 left_child_next_sibling_heap_node_point_const_iterator_(const PB_DS_CLASS_C_DEC& other) : m_p_nd(other.m_p_nd)
118 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0);
119 return &m_p_nd->m_value;
126 _GLIBCXX_DEBUG_ASSERT(m_p_nd != 0);
127 return m_p_nd->m_value;
133 { return m_p_nd == other.m_p_nd; }
140 node_pointer m_p_nd; member in class:__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_
    [all...]
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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 147 leaf_pointer m_p_nd; member in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME::cond_dealtor
153 : m_p_nd(p_nd), m_no_action_dtor(false), m_call_destructor(false)
170 m_p_nd->~leaf();
172 s_leaf_allocator.deallocate(m_p_nd, 1);
pat_trie_base.hpp 515 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_base::_CIter
517 _CIter(node_pointer p_nd = 0) : m_p_nd(p_nd)
521 : m_p_nd(other.m_p_nd)
527 m_p_nd = other.m_p_nd;
534 m_p_nd = other.m_p_nd;
541 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node);
542 return &static_cast<leaf_pointer>(m_p_nd)->value()
740 base_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_base::_Iter::base_type
747 base_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_base::_Iter::base_type
930 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_base::_Node_citer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 147 leaf_pointer m_p_nd; member in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME::cond_dealtor
153 : m_p_nd(p_nd), m_no_action_dtor(false), m_call_destructor(false)
170 m_p_nd->~leaf();
172 s_leaf_allocator.deallocate(m_p_nd, 1);
pat_trie_base.hpp 515 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_base::_CIter
517 _CIter(node_pointer p_nd = 0) : m_p_nd(p_nd)
521 : m_p_nd(other.m_p_nd)
527 m_p_nd = other.m_p_nd;
534 m_p_nd = other.m_p_nd;
541 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node);
542 return &static_cast<leaf_pointer>(m_p_nd)->value()
740 base_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_base::_Iter::base_type
747 base_type::m_p_nd = other.m_p_nd; member in class:__gnu_pbds::detail::pat_trie_base::_Iter::base_type
930 node_pointer m_p_nd; member in class:__gnu_pbds::detail::pat_trie_base::_Node_citer
    [all...]

Completed in 682 milliseconds