Searched refs:m_p_head (Results 151 - 175 of 264) sorted by relevance

1234567891011

/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
H A Dinsert_fn_imps.hpp65 node_pointer p_nd = base_type::m_p_head->m_p_parent;
66 node_pointer p_pot = base_type::m_p_head;
81 if (p_pot == base_type::m_p_head)
82 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
H A Dinsert_fn_imps.hpp65 node_pointer p_nd = base_type::m_p_head->m_p_parent;
66 node_pointer p_pot = base_type::m_p_head;
81 if (p_pot == base_type::m_p_head)
82 return std::make_pair(base_type::insert_leaf_new(r_value, base_type::m_p_head->m_p_right, false), true);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp56 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent,
57 other.m_p_head->m_p_parent, 0, bag);
59 m_p_head->m_p_parent->m_p_parent = m_p_head;
63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head
[all...]
H A Derase_fn_imps.hpp75 if (p_parent == m_p_head)
76 m_p_head->m_p_parent = *p_nd->begin();
91 if (p_parent == m_p_head)
132 clear_imp(m_p_head->m_p_parent);
209 if (it.m_p_nd == m_p_head)
228 if (it.m_p_nd == m_p_head)
296 m_p_head->m_p_min = m_p_head;
297 m_p_head->m_p_max = m_p_head;
[all...]
H A Drotate_fn_imps.hpp53 if (p_x == m_p_head->m_p_parent)
54 m_p_head->m_p_parent = p_y;
82 if (p_x == m_p_head->m_p_parent)
83 m_p_head->m_p_parent = p_y;
138 while (p_nd != m_p_head)
/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_/
H A Dinsert_join_fn_imps.hpp56 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent,
57 other.m_p_head->m_p_parent, 0, bag);
59 m_p_head->m_p_parent->m_p_parent = m_p_head;
63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head
[all...]
H A Derase_fn_imps.hpp75 if (p_parent == m_p_head)
76 m_p_head->m_p_parent = *p_nd->begin();
91 if (p_parent == m_p_head)
132 clear_imp(m_p_head->m_p_parent);
209 if (it.m_p_nd == m_p_head)
228 if (it.m_p_nd == m_p_head)
296 m_p_head->m_p_min = m_p_head;
297 m_p_head->m_p_max = m_p_head;
[all...]
H A Drotate_fn_imps.hpp53 if (p_x == m_p_head->m_p_parent)
54 m_p_head->m_p_parent = p_y;
82 if (p_x == m_p_head->m_p_parent)
83 m_p_head->m_p_parent = p_y;
138 while (p_nd != m_p_head)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp56 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent,
57 other.m_p_head->m_p_parent, 0, bag);
59 m_p_head->m_p_parent->m_p_parent = m_p_head;
63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head
[all...]
H A Derase_fn_imps.hpp75 if (p_parent == m_p_head)
76 m_p_head->m_p_parent = *p_nd->begin();
91 if (p_parent == m_p_head)
132 clear_imp(m_p_head->m_p_parent);
209 if (it.m_p_nd == m_p_head)
228 if (it.m_p_nd == m_p_head)
296 m_p_head->m_p_min = m_p_head;
297 m_p_head->m_p_max = m_p_head;
[all...]
H A Drotate_fn_imps.hpp53 if (p_x == m_p_head->m_p_parent)
54 m_p_head->m_p_parent = p_y;
82 if (p_x == m_p_head->m_p_parent)
83 m_p_head->m_p_parent = p_y;
138 while (p_nd != m_p_head)
/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_/
H A Dinsert_join_fn_imps.hpp56 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent,
57 other.m_p_head->m_p_parent, 0, bag);
59 m_p_head->m_p_parent->m_p_parent = m_p_head;
63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head
[all...]
H A Derase_fn_imps.hpp75 if (p_parent == m_p_head)
76 m_p_head->m_p_parent = *p_nd->begin();
91 if (p_parent == m_p_head)
132 clear_imp(m_p_head->m_p_parent);
209 if (it.m_p_nd == m_p_head)
228 if (it.m_p_nd == m_p_head)
296 m_p_head->m_p_min = m_p_head;
297 m_p_head->m_p_max = m_p_head;
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp56 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent,
57 other.m_p_head->m_p_parent, 0, bag);
59 m_p_head->m_p_parent->m_p_parent = m_p_head;
63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head
[all...]
H A Derase_fn_imps.hpp75 if (p_parent == m_p_head)
76 m_p_head->m_p_parent = *p_nd->begin();
91 if (p_parent == m_p_head)
132 clear_imp(m_p_head->m_p_parent);
209 if (it.m_p_nd == m_p_head)
228 if (it.m_p_nd == m_p_head)
296 m_p_head->m_p_min = m_p_head;
297 m_p_head->m_p_max = m_p_head;
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp56 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent,
57 other.m_p_head->m_p_parent, 0, bag);
59 m_p_head->m_p_parent->m_p_parent = m_p_head;
63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head
[all...]
H A Derase_fn_imps.hpp75 if (p_parent == m_p_head)
76 m_p_head->m_p_parent = *p_nd->begin();
91 if (p_parent == m_p_head)
132 clear_imp(m_p_head->m_p_parent);
209 if (it.m_p_nd == m_p_head)
228 if (it.m_p_nd == m_p_head)
296 m_p_head->m_p_min = m_p_head;
297 m_p_head->m_p_max = m_p_head;
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp56 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent,
57 other.m_p_head->m_p_parent, 0, bag);
59 m_p_head->m_p_parent->m_p_parent = m_p_head;
63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head
[all...]
H A Derase_fn_imps.hpp75 if (p_parent == m_p_head)
76 m_p_head->m_p_parent = *p_nd->begin();
91 if (p_parent == m_p_head)
132 clear_imp(m_p_head->m_p_parent);
209 if (it.m_p_nd == m_p_head)
228 if (it.m_p_nd == m_p_head)
296 m_p_head->m_p_min = m_p_head;
297 m_p_head->m_p_max = m_p_head;
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp56 m_p_head->m_p_parent = rec_join(m_p_head->m_p_parent,
57 other.m_p_head->m_p_parent, 0, bag);
59 m_p_head->m_p_parent->m_p_parent = m_p_head;
63 m_p_head->m_p_min = leftmost_descendant(m_p_head->m_p_parent);
64 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
85 synth_access_traits::cmp_keys(PB_DS_V2F(static_cast<leaf_const_pointer>(m_p_head
[all...]
H A Derase_fn_imps.hpp75 if (p_parent == m_p_head)
76 m_p_head->m_p_parent = *p_nd->begin();
91 if (p_parent == m_p_head)
132 clear_imp(m_p_head->m_p_parent);
209 if (it.m_p_nd == m_p_head)
228 if (it.m_p_nd == m_p_head)
296 m_p_head->m_p_min = m_p_head;
297 m_p_head->m_p_max = m_p_head;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
H A Drotate_fn_imps.hpp55 if (p_x == m_p_head->m_p_parent)
56 m_p_head->m_p_parent = p_y;
86 if (p_x == m_p_head->m_p_parent)
87 m_p_head->m_p_parent = p_y;
142 while (p_nd != m_p_head)
/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_/
H A Drotate_fn_imps.hpp55 if (p_x == m_p_head->m_p_parent)
56 m_p_head->m_p_parent = p_y;
86 if (p_x == m_p_head->m_p_parent)
87 m_p_head->m_p_parent = p_y;
142 while (p_nd != m_p_head)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
H A Drotate_fn_imps.hpp55 if (p_x == m_p_head->m_p_parent)
56 m_p_head->m_p_parent = p_y;
86 if (p_x == m_p_head->m_p_parent)
87 m_p_head->m_p_parent = p_y;
142 while (p_nd != m_p_head)
/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_/
H A Drotate_fn_imps.hpp55 if (p_x == m_p_head->m_p_parent)
56 m_p_head->m_p_parent = p_y;
86 if (p_x == m_p_head->m_p_parent)
87 m_p_head->m_p_parent = p_y;
142 while (p_nd != m_p_head)

Completed in 1594 milliseconds

1234567891011