/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/ |
erase_fn_imps.hpp | 109 erase_node(node_pointer p_nd) 117 node_pointer p_l = p_nd->m_p_left; 118 node_pointer p_r = p_nd->m_p_right; 131 node_pointer p_target_r = leftmost(p_r); 149 inline typename PB_DS_CLASS_C_DEC::node_pointer 151 leftmost(node_pointer p_nd)
|
find_fn_imps.hpp | 46 node_pointer p_found = find_imp(r_key); 57 const node_pointer p_found = find_imp(r_key); 64 inline typename PB_DS_CLASS_C_DEC::node_pointer 69 node_pointer p_nd = base_type::m_p_head->m_p_parent; 83 inline const typename PB_DS_CLASS_C_DEC::node_pointer 88 node_pointer p_nd = base_type::m_p_head->m_p_parent;
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
split_join_fn_imps.hpp | 62 node_pointer p_out = base_type::prune(pred); 71 node_pointer p_next = p_out->m_p_next_sibling; 80 node_pointer p_cur = base_type::m_p_root; 88 node_pointer p_next = p_cur->m_p_next_sibling; 107 node_pointer p_other = other.m_p_root; 111 node_pointer p_next = p_other->m_p_next_sibling;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
insert_fn_imps.hpp | 52 node_pointer p_nd = base_type::get_new_node_for_insert(r_val); 92 inline typename PB_DS_CLASS_C_DEC::node_pointer 94 link_with_next_sibling(node_pointer p_nd) 96 node_pointer p_next = p_nd->m_p_next_sibling; 143 node_pointer p_nd = m_rc.top(); 150 node_pointer p_res = link_with_next_sibling(p_nd);
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/ |
erase_fn_imps.hpp | 109 erase_node(node_pointer p_nd) 117 node_pointer p_l = p_nd->m_p_left; 118 node_pointer p_r = p_nd->m_p_right; 131 node_pointer p_target_r = leftmost(p_r); 149 inline typename PB_DS_CLASS_C_DEC::node_pointer 151 leftmost(node_pointer p_nd)
|
find_fn_imps.hpp | 46 node_pointer p_found = find_imp(r_key); 57 const node_pointer p_found = find_imp(r_key); 64 inline typename PB_DS_CLASS_C_DEC::node_pointer 69 node_pointer p_nd = base_type::m_p_head->m_p_parent; 83 inline const typename PB_DS_CLASS_C_DEC::node_pointer 88 node_pointer p_nd = base_type::m_p_head->m_p_parent;
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
split_join_fn_imps.hpp | 62 node_pointer p_out = base_type::prune(pred); 71 node_pointer p_next = p_out->m_p_next_sibling; 80 node_pointer p_cur = base_type::m_p_root; 88 node_pointer p_next = p_cur->m_p_next_sibling; 107 node_pointer p_other = other.m_p_root; 111 node_pointer p_next = p_other->m_p_next_sibling;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/ |
insert_fn_imps.hpp | 52 node_pointer p_nd = base_type::get_new_node_for_insert(r_val); 92 inline typename PB_DS_CLASS_C_DEC::node_pointer 94 link_with_next_sibling(node_pointer p_nd) 96 node_pointer p_next = p_nd->m_p_next_sibling; 143 node_pointer p_nd = m_rc.top(); 150 node_pointer p_res = link_with_next_sibling(p_nd);
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/ |
erase_fn_imps.hpp | 109 erase_node(node_pointer p_nd) 117 node_pointer p_l = p_nd->m_p_left; 118 node_pointer p_r = p_nd->m_p_right; 131 node_pointer p_target_r = leftmost(p_r); 149 inline typename PB_DS_CLASS_C_DEC::node_pointer 151 leftmost(node_pointer p_nd)
|
find_fn_imps.hpp | 46 node_pointer p_found = find_imp(r_key); 57 const node_pointer p_found = find_imp(r_key); 64 inline typename PB_DS_CLASS_C_DEC::node_pointer 69 node_pointer p_nd = base_type::m_p_head->m_p_parent; 83 inline const typename PB_DS_CLASS_C_DEC::node_pointer 88 node_pointer p_nd = base_type::m_p_head->m_p_parent;
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/ |
split_join_fn_imps.hpp | 62 node_pointer p_out = base_type::prune(pred); 71 node_pointer p_next = p_out->m_p_next_sibling; 80 node_pointer p_cur = base_type::m_p_root; 88 node_pointer p_next = p_cur->m_p_next_sibling; 107 node_pointer p_other = other.m_p_root; 111 node_pointer p_next = p_other->m_p_next_sibling;
|
/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_/ |
insert_fn_imps.hpp | 53 node_pointer p_nd = m_p_head->m_p_parent; 54 node_pointer p_pot = m_p_head; 105 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd) 107 node_pointer p_new_nd = 154 node_pointer p_new_node = 173 inline typename PB_DS_CLASS_C_DEC::node_pointer 177 node_pointer p_new_nd = s_node_allocator.allocate(1); 195 inline typename PB_DS_CLASS_C_DEC::node_pointer 199 node_pointer p_new_nd = s_node_allocator.allocate(1);
|
debug_fn_imps.hpp | 89 assert_node_consistent(const node_pointer p_nd) const 97 assert_node_consistent_(const node_pointer p_nd) const 125 assert_node_consistent_with_left(const node_pointer p_nd) const 137 assert_node_consistent_with_right(const node_pointer p_nd) const 157 assert_min_imp(const node_pointer p_nd) const 184 assert_max_imp(const node_pointer p_nd) const 255 assert_consistent_with_debug_base(const node_pointer p_nd) const
|
node_iterators.hpp | 71 node_pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_const_node_it_ 108 bin_search_tree_const_node_it_(const node_pointer p_nd = NULL) : m_p_nd(const_cast<node_pointer>(p_nd)) 154 node_pointer m_p_nd; 178 node_pointer; typedef in class:__gnu_pbds::detail::bin_search_tree_node_it_ 200 bin_search_tree_node_it_(const node_pointer p_nd = NULL) : PB_DS_TREE_CONST_NODE_ITERATOR_CLASS_C_DEC( 201 const_cast<node_pointer>(p_nd))
|
/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_/ |
find_fn_imps.hpp | 47 node_pointer p_nd = find_imp(r_key); 83 return const_iterator(const_cast<node_pointer>(p_nd)); 91 inline typename PB_DS_CLASS_C_DEC::node_pointer 103 node_pointer p_nd = m_p_head->m_p_parent; 109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this); 119 inline typename PB_DS_CLASS_C_DEC::node_pointer 126 node_pointer p_nd = m_p_head->m_p_parent; 243 leftmost_descendant(node_pointer p_nd) 263 rightmost_descendant(node_pointer p_nd)
|
/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_/ |
insert_fn_imps.hpp | 53 node_pointer p_nd = m_p_head->m_p_parent; 54 node_pointer p_pot = m_p_head; 105 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd) 107 node_pointer p_new_nd = 154 node_pointer p_new_node = 173 inline typename PB_DS_CLASS_C_DEC::node_pointer 177 node_pointer p_new_nd = s_node_allocator.allocate(1); 195 inline typename PB_DS_CLASS_C_DEC::node_pointer 199 node_pointer p_new_nd = s_node_allocator.allocate(1);
|
/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_/ |
find_fn_imps.hpp | 47 node_pointer p_nd = find_imp(r_key); 83 return const_iterator(const_cast<node_pointer>(p_nd)); 91 inline typename PB_DS_CLASS_C_DEC::node_pointer 103 node_pointer p_nd = m_p_head->m_p_parent; 109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this); 119 inline typename PB_DS_CLASS_C_DEC::node_pointer 126 node_pointer p_nd = m_p_head->m_p_parent; 243 leftmost_descendant(node_pointer p_nd) 263 rightmost_descendant(node_pointer p_nd)
|
/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_/ |
insert_fn_imps.hpp | 53 node_pointer p_nd = m_p_head->m_p_parent; 54 node_pointer p_pot = m_p_head; 105 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd) 107 node_pointer p_new_nd = 154 node_pointer p_new_node = 173 inline typename PB_DS_CLASS_C_DEC::node_pointer 177 node_pointer p_new_nd = s_node_allocator.allocate(1); 195 inline typename PB_DS_CLASS_C_DEC::node_pointer 199 node_pointer p_new_nd = s_node_allocator.allocate(1);
|
/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_/ |
find_fn_imps.hpp | 47 node_pointer p_nd = find_imp(r_key); 83 return const_iterator(const_cast<node_pointer>(p_nd)); 91 inline typename PB_DS_CLASS_C_DEC::node_pointer 103 node_pointer p_nd = m_p_head->m_p_parent; 109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this); 119 inline typename PB_DS_CLASS_C_DEC::node_pointer 126 node_pointer p_nd = m_p_head->m_p_parent; 243 leftmost_descendant(node_pointer p_nd) 263 rightmost_descendant(node_pointer p_nd)
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
insert_fn_imps.hpp | 53 node_pointer p_nd = m_p_head->m_p_parent; 54 node_pointer p_pot = m_p_head; 105 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd) 107 node_pointer p_new_nd = 154 node_pointer p_new_node = 173 inline typename PB_DS_CLASS_C_DEC::node_pointer 177 node_pointer p_new_nd = s_node_allocator.allocate(1); 195 inline typename PB_DS_CLASS_C_DEC::node_pointer 199 node_pointer p_new_nd = s_node_allocator.allocate(1);
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
find_fn_imps.hpp | 47 node_pointer p_nd = find_imp(r_key); 83 return const_iterator(const_cast<node_pointer>(p_nd)); 91 inline typename PB_DS_CLASS_C_DEC::node_pointer 103 node_pointer p_nd = m_p_head->m_p_parent; 109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this); 119 inline typename PB_DS_CLASS_C_DEC::node_pointer 126 node_pointer p_nd = m_p_head->m_p_parent; 243 leftmost_descendant(node_pointer p_nd) 263 rightmost_descendant(node_pointer p_nd)
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
insert_fn_imps.hpp | 53 node_pointer p_nd = m_p_head->m_p_parent; 54 node_pointer p_pot = m_p_head; 105 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd) 107 node_pointer p_new_nd = 154 node_pointer p_new_node = 173 inline typename PB_DS_CLASS_C_DEC::node_pointer 177 node_pointer p_new_nd = s_node_allocator.allocate(1); 195 inline typename PB_DS_CLASS_C_DEC::node_pointer 199 node_pointer p_new_nd = s_node_allocator.allocate(1);
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
find_fn_imps.hpp | 47 node_pointer p_nd = find_imp(r_key); 83 return const_iterator(const_cast<node_pointer>(p_nd)); 91 inline typename PB_DS_CLASS_C_DEC::node_pointer 103 node_pointer p_nd = m_p_head->m_p_parent; 109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this); 119 inline typename PB_DS_CLASS_C_DEC::node_pointer 126 node_pointer p_nd = m_p_head->m_p_parent; 243 leftmost_descendant(node_pointer p_nd) 263 rightmost_descendant(node_pointer p_nd)
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/ |
insert_fn_imps.hpp | 53 node_pointer p_nd = m_p_head->m_p_parent; 54 node_pointer p_pot = m_p_head; 105 insert_leaf_new(const_reference r_value, node_pointer p_nd, bool left_nd) 107 node_pointer p_new_nd = 154 node_pointer p_new_node = 173 inline typename PB_DS_CLASS_C_DEC::node_pointer 177 node_pointer p_new_nd = s_node_allocator.allocate(1); 195 inline typename PB_DS_CLASS_C_DEC::node_pointer 199 node_pointer p_new_nd = s_node_allocator.allocate(1);
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
find_fn_imps.hpp | 47 node_pointer p_nd = find_imp(r_key); 83 return const_iterator(const_cast<node_pointer>(p_nd)); 91 inline typename PB_DS_CLASS_C_DEC::node_pointer 103 node_pointer p_nd = m_p_head->m_p_parent; 109 node_pointer p_next_nd = static_cast<internal_node_pointer>(p_nd)->get_child_node(b_it, e_it, this); 119 inline typename PB_DS_CLASS_C_DEC::node_pointer 126 node_pointer p_nd = m_p_head->m_p_parent; 243 leftmost_descendant(node_pointer p_nd) 263 rightmost_descendant(node_pointer p_nd)
|