HomeSort by relevance Sort by last modified time
    Searched refs:m_p_head (Results 1 - 25 of 297) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
r_erase_fn_imps.hpp 60 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);
constructors_destructor_fn_imps.hpp 48 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
57 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
68 m_p_head(s_node_allocator.allocate(1)),
86 m_p_head(s_node_allocator.allocate(1)),
95 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
96 if (m_p_head->m_p_parent != 0)
97 m_p_head->m_p_parent->m_p_parent = m_p_head;
104 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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->m_p_parent))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_CLASS_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 != NULL)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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 (const_node_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head->m_p_parent))
    [all...]
find_fn_imps.hpp 46 node_pointer p_pot = m_p_head;
47 node_pointer p_nd = m_p_head->m_p_parent;
69 node_pointer p_pot = m_p_head;
70 node_pointer p_nd = m_p_head->m_p_parent;
92 node_pointer p_pot = m_p_head;
93 node_pointer p_nd = m_p_head->m_p_parent;
114 node_pointer p_pot = m_p_head;
115 node_pointer p_nd = m_p_head->m_p_parent;
138 node_pointer p_pot = m_p_head;
139 node_pointer p_nd = m_p_head->m_p_parent
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 48 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
57 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
68 m_p_head(s_node_allocator.allocate(1)),
86 m_p_head(s_node_allocator.allocate(1)),
95 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
96 if (m_p_head->m_p_parent != 0)
97 m_p_head->m_p_parent->m_p_parent = m_p_head;
104 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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 (const_node_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head->m_p_parent))
    [all...]
find_fn_imps.hpp 46 node_pointer p_pot = m_p_head;
47 node_pointer p_nd = m_p_head->m_p_parent;
69 node_pointer p_pot = m_p_head;
70 node_pointer p_nd = m_p_head->m_p_parent;
92 node_pointer p_pot = m_p_head;
93 node_pointer p_nd = m_p_head->m_p_parent;
114 node_pointer p_pot = m_p_head;
115 node_pointer p_nd = m_p_head->m_p_parent;
138 node_pointer p_pot = m_p_head;
139 node_pointer p_nd = m_p_head->m_p_parent
    [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/bin_search_tree_/
constructors_destructor_fn_imps.hpp 48 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
57 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
68 m_p_head(s_node_allocator.allocate(1)),
86 m_p_head(s_node_allocator.allocate(1)),
95 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
96 if (m_p_head->m_p_parent != 0)
97 m_p_head->m_p_parent->m_p_parent = m_p_head;
104 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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 (const_node_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head->m_p_parent))
    [all...]
find_fn_imps.hpp 46 node_pointer p_pot = m_p_head;
47 node_pointer p_nd = m_p_head->m_p_parent;
69 node_pointer p_pot = m_p_head;
70 node_pointer p_nd = m_p_head->m_p_parent;
92 node_pointer p_pot = m_p_head;
93 node_pointer p_nd = m_p_head->m_p_parent;
114 node_pointer p_pot = m_p_head;
115 node_pointer p_nd = m_p_head->m_p_parent;
138 node_pointer p_pot = m_p_head;
139 node_pointer p_nd = m_p_head->m_p_parent
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_CLASS_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 != NULL)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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 (const_node_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head->m_p_parent))
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_CLASS_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 != NULL)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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 (const_node_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head->m_p_parent))
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_CLASS_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 != NULL)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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 (const_node_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head->m_p_parent))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_CLASS_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 != NULL)
96 m_p_head->m_p_parent->m_p_parent = m_p_head;
103 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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 (const_node_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head->m_p_parent))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 48 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
57 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
68 m_p_head(s_node_allocator.allocate(1)),
86 m_p_head(s_node_allocator.allocate(1)),
95 m_p_head->m_p_parent = recursive_copy_node(other.m_p_head->m_p_parent);
96 if (m_p_head->m_p_parent != 0)
97 m_p_head->m_p_parent->m_p_parent = m_p_head;
104 s_node_allocator.deallocate(m_p_head, 1)
    [all...]
iterators_fn_imps.hpp 46 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 (const_node_iterator(m_p_head->m_p_parent));
118 return (node_iterator(m_p_head->m_p_parent))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 55 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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
debug_fn_imps.hpp 48 if (m_p_head->m_p_parent != 0)
49 m_p_head->m_p_parent->assert_valid(this);
52 if (m_p_head->m_p_parent == 0)
54 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_min == m_p_head);
55 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_max == m_p_head);
60 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_min->m_type == pat_trie_leaf_node_type);
61 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_max->m_type == pat_trie_leaf_node_type);
  /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_/
debug_fn_imps.hpp 48 if (m_p_head->m_p_parent != 0)
49 m_p_head->m_p_parent->assert_valid(this);
52 if (m_p_head->m_p_parent == 0)
54 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_min == m_p_head);
55 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_max == m_p_head);
60 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_min->m_type == pat_trie_leaf_node_type);
61 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_max->m_type == pat_trie_leaf_node_type);

Completed in 299 milliseconds

1 2 3 4 5 6 7 8 91011>>