Searched refs:m_p_head (Results 1 - 25 of 264) sorted by relevance

1234567891011

/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 Dr_erase_fn_imps.hpp60 m_p_head->m_p_left = m_p_head->m_p_right = m_p_head;
64 if (m_p_head->m_p_left == p_z)
68 m_p_head->m_p_left = it.m_p_nd;
70 else if (m_p_head->m_p_right == p_z)
74 m_p_head->m_p_right = it.m_p_nd;
84 clear_imp(m_p_head->m_p_parent);
H A Dconstructors_destructor_fn_imps.hpp47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
95 if (m_p_head->m_p_parent != 0)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head,
[all...]
H A Diterators_fn_imps.hpp46 return (iterator(m_p_head->m_p_left));
54 return (const_iterator(m_p_head->m_p_left));
62 return (iterator(m_p_head));
70 return (const_iterator(m_p_head));
78 return (const_reverse_iterator(m_p_head->m_p_right));
86 return (reverse_iterator(m_p_head->m_p_right));
94 return (reverse_iterator(m_p_head));
102 return (const_reverse_iterator(m_p_head));
110 return (node_const_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head
[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_/
H A Dr_erase_fn_imps.hpp60 m_p_head->m_p_left = m_p_head->m_p_right = m_p_head;
64 if (m_p_head->m_p_left == p_z)
68 m_p_head->m_p_left = it.m_p_nd;
70 else if (m_p_head->m_p_right == p_z)
74 m_p_head->m_p_right = it.m_p_nd;
84 clear_imp(m_p_head->m_p_parent);
H A Dconstructors_destructor_fn_imps.hpp47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
95 if (m_p_head->m_p_parent != 0)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head,
[all...]
H A Diterators_fn_imps.hpp46 return (iterator(m_p_head->m_p_left));
54 return (const_iterator(m_p_head->m_p_left));
62 return (iterator(m_p_head));
70 return (const_iterator(m_p_head));
78 return (const_reverse_iterator(m_p_head->m_p_right));
86 return (reverse_iterator(m_p_head->m_p_right));
94 return (reverse_iterator(m_p_head));
102 return (const_reverse_iterator(m_p_head));
110 return (node_const_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head
[all...]
/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 Dr_erase_fn_imps.hpp60 m_p_head->m_p_left = m_p_head->m_p_right = m_p_head;
64 if (m_p_head->m_p_left == p_z)
68 m_p_head->m_p_left = it.m_p_nd;
70 else if (m_p_head->m_p_right == p_z)
74 m_p_head->m_p_right = it.m_p_nd;
84 clear_imp(m_p_head->m_p_parent);
H A Dconstructors_destructor_fn_imps.hpp47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
95 if (m_p_head->m_p_parent != 0)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head,
[all...]
H A Diterators_fn_imps.hpp46 return (iterator(m_p_head->m_p_left));
54 return (const_iterator(m_p_head->m_p_left));
62 return (iterator(m_p_head));
70 return (const_iterator(m_p_head));
78 return (const_reverse_iterator(m_p_head->m_p_right));
86 return (reverse_iterator(m_p_head->m_p_right));
94 return (reverse_iterator(m_p_head));
102 return (const_reverse_iterator(m_p_head));
110 return (node_const_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head
[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_/
H A Dr_erase_fn_imps.hpp60 m_p_head->m_p_left = m_p_head->m_p_right = m_p_head;
64 if (m_p_head->m_p_left == p_z)
68 m_p_head->m_p_left = it.m_p_nd;
70 else if (m_p_head->m_p_right == p_z)
74 m_p_head->m_p_right = it.m_p_nd;
84 clear_imp(m_p_head->m_p_parent);
H A Dconstructors_destructor_fn_imps.hpp47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
95 if (m_p_head->m_p_parent != 0)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head,
[all...]
H A Diterators_fn_imps.hpp46 return (iterator(m_p_head->m_p_left));
54 return (const_iterator(m_p_head->m_p_left));
62 return (iterator(m_p_head));
70 return (const_iterator(m_p_head));
78 return (const_reverse_iterator(m_p_head->m_p_right));
86 return (reverse_iterator(m_p_head->m_p_right));
94 return (reverse_iterator(m_p_head));
102 return (const_reverse_iterator(m_p_head));
110 return (node_const_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
H A Dr_erase_fn_imps.hpp60 m_p_head->m_p_left = m_p_head->m_p_right = m_p_head;
64 if (m_p_head->m_p_left == p_z)
68 m_p_head->m_p_left = it.m_p_nd;
70 else if (m_p_head->m_p_right == p_z)
74 m_p_head->m_p_right = it.m_p_nd;
84 clear_imp(m_p_head->m_p_parent);
H A Dconstructors_destructor_fn_imps.hpp47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
95 if (m_p_head->m_p_parent != 0)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head,
[all...]
H A Diterators_fn_imps.hpp46 return (iterator(m_p_head->m_p_left));
54 return (const_iterator(m_p_head->m_p_left));
62 return (iterator(m_p_head));
70 return (const_iterator(m_p_head));
78 return (const_reverse_iterator(m_p_head->m_p_right));
86 return (reverse_iterator(m_p_head->m_p_right));
94 return (reverse_iterator(m_p_head));
102 return (const_reverse_iterator(m_p_head));
110 return (node_const_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
H A Dr_erase_fn_imps.hpp60 m_p_head->m_p_left = m_p_head->m_p_right = m_p_head;
64 if (m_p_head->m_p_left == p_z)
68 m_p_head->m_p_left = it.m_p_nd;
70 else if (m_p_head->m_p_right == p_z)
74 m_p_head->m_p_right = it.m_p_nd;
84 clear_imp(m_p_head->m_p_parent);
H A Dconstructors_destructor_fn_imps.hpp47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
95 if (m_p_head->m_p_parent != 0)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head,
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
H A Dr_erase_fn_imps.hpp60 m_p_head->m_p_left = m_p_head->m_p_right = m_p_head;
64 if (m_p_head->m_p_left == p_z)
68 m_p_head->m_p_left = it.m_p_nd;
70 else if (m_p_head->m_p_right == p_z)
74 m_p_head->m_p_right = it.m_p_nd;
84 clear_imp(m_p_head->m_p_parent);
H A Dconstructors_destructor_fn_imps.hpp47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
95 if (m_p_head->m_p_parent != 0)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head,
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
H A Dr_erase_fn_imps.hpp60 m_p_head->m_p_left = m_p_head->m_p_right = m_p_head;
64 if (m_p_head->m_p_left == p_z)
68 m_p_head->m_p_left = it.m_p_nd;
70 else if (m_p_head->m_p_right == p_z)
74 m_p_head->m_p_right = it.m_p_nd;
84 clear_imp(m_p_head->m_p_parent);
H A Dconstructors_destructor_fn_imps.hpp47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
67 m_p_head(s_node_allocator.allocate(1)),
85 m_p_head(s_node_allocator.allocate(1)),
94 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
95 if (m_p_head->m_p_parent != 0)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(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/splay_tree_/
H A Dsplit_join_fn_imps.hpp55 node_pointer p_target_r = other.leftmost(other.m_p_head);
59 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
62 p_target_r->m_p_left = base_type::m_p_head->m_p_parent;
67 base_type::m_p_head->m_p_parent = p_target_r;
68 p_target_r->m_p_parent = base_type::m_p_head;
96 _GLIBCXX_DEBUG_ASSERT(p_upper_bound->m_p_parent == this->m_p_head);
101 base_type::m_p_head->m_p_parent = p_new_root;
102 p_new_root->m_p_parent = base_type::m_p_head;
103 other.m_p_head->m_p_parent = p_upper_bound;
104 p_upper_bound->m_p_parent = other.m_p_head;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
H A Dsplit_join_fn_imps.hpp55 node_pointer p_target_r = other.leftmost(other.m_p_head);
59 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
62 p_target_r->m_p_left = base_type::m_p_head->m_p_parent;
67 base_type::m_p_head->m_p_parent = p_target_r;
68 p_target_r->m_p_parent = base_type::m_p_head;
96 _GLIBCXX_DEBUG_ASSERT(p_upper_bound->m_p_parent == this->m_p_head);
101 base_type::m_p_head->m_p_parent = p_new_root;
102 p_new_root->m_p_parent = base_type::m_p_head;
103 other.m_p_head->m_p_parent = p_upper_bound;
104 p_upper_bound->m_p_parent = other.m_p_head;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
H A Dsplit_join_fn_imps.hpp55 node_pointer p_target_r = other.leftmost(other.m_p_head);
59 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
62 p_target_r->m_p_left = base_type::m_p_head->m_p_parent;
67 base_type::m_p_head->m_p_parent = p_target_r;
68 p_target_r->m_p_parent = base_type::m_p_head;
96 _GLIBCXX_DEBUG_ASSERT(p_upper_bound->m_p_parent == this->m_p_head);
101 base_type::m_p_head->m_p_parent = p_new_root;
102 p_new_root->m_p_parent = base_type::m_p_head;
103 other.m_p_head->m_p_parent = p_upper_bound;
104 p_upper_bound->m_p_parent = other.m_p_head;
[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/splay_tree_/
H A Dsplit_join_fn_imps.hpp55 node_pointer p_target_r = other.leftmost(other.m_p_head);
59 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
62 p_target_r->m_p_left = base_type::m_p_head->m_p_parent;
67 base_type::m_p_head->m_p_parent = p_target_r;
68 p_target_r->m_p_parent = base_type::m_p_head;
96 _GLIBCXX_DEBUG_ASSERT(p_upper_bound->m_p_parent == this->m_p_head);
101 base_type::m_p_head->m_p_parent = p_new_root;
102 p_new_root->m_p_parent = base_type::m_p_head;
103 other.m_p_head->m_p_parent = p_upper_bound;
104 p_upper_bound->m_p_parent = other.m_p_head;
[all...]

Completed in 560 milliseconds

1234567891011