Searched refs:other (Results 1 - 25 of 1194) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
[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/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.make_binomial_heap();
53 base_type::split(pred, other);
56 other.find_max();
59 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
71 other.make_binomial_heap();
73 base_type::join(other);
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) argument
[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/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
51 other.clear();
53 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
59 value_swap(other);
61 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
68 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
74 value_swap(other);
76 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
80 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
100 join(PB_DS_CLASS_C_DEC& other) argument
[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_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
48 if (other.m_size == 0)
53 value_swap(other);
57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
65 value_swap(other);
67 m_size += other.m_size;
68 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
75 join_finish(PB_DS_CLASS_C_DEC& other) argument
84 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
127 split_finish(PB_DS_CLASS_C_DEC& other) argument
[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_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
48 if (other.m_size == 0)
53 value_swap(other);
57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
65 value_swap(other);
67 m_size += other.m_size;
68 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
75 join_finish(PB_DS_CLASS_C_DEC& other) argument
84 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
127 split_finish(PB_DS_CLASS_C_DEC& other) argument
[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_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
48 if (other.m_size == 0)
53 value_swap(other);
57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
65 value_swap(other);
67 m_size += other.m_size;
68 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
75 join_finish(PB_DS_CLASS_C_DEC& other) argument
84 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
127 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
48 if (other.m_size == 0)
53 value_swap(other);
57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
65 value_swap(other);
67 m_size += other.m_size;
68 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
75 join_finish(PB_DS_CLASS_C_DEC& other) argument
84 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
127 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
48 if (other.m_size == 0)
53 value_swap(other);
57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
65 value_swap(other);
67 m_size += other.m_size;
68 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
75 join_finish(PB_DS_CLASS_C_DEC& other) argument
84 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
127 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
48 if (other.m_size == 0)
53 value_swap(other);
57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
65 value_swap(other);
67 m_size += other.m_size;
68 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
75 join_finish(PB_DS_CLASS_C_DEC& other) argument
84 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
127 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
48 if (other.m_size == 0)
53 value_swap(other);
57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
65 value_swap(other);
67 m_size += other.m_size;
68 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
75 join_finish(PB_DS_CLASS_C_DEC& other) argument
84 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
127 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
48 if (other.m_size == 0)
53 value_swap(other);
57 const bool greater = Cmp_Fn::operator()(PB_DS_V2F(m_p_head->m_p_right->m_value), PB_DS_V2F(other.m_p_head->m_p_left->m_value));
59 const bool lesser = Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value), PB_DS_V2F(m_p_head->m_p_left->m_value));
65 value_swap(other);
67 m_size += other.m_size;
68 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
75 join_finish(PB_DS_CLASS_C_DEC& other) argument
84 split_prep(const_key_reference r_key, PB_DS_CLASS_C_DEC& other) argument
127 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
H A Dconst_point_iterator.hpp86 const_point_iterator_(const const_point_iterator_& other) argument
88 : m_p_value(other.m_p_value)
93 const_point_iterator_(const point_iterator_& other) argument
95 : m_p_value(other.m_p_value)
118 operator==(const point_iterator_& other) const
120 return (m_p_value == other.m_p_value);
125 operator==(const const_point_iterator_& other) const
127 return (m_p_value == other.m_p_value);
132 operator!=(const point_iterator_& other) const
134 return (m_p_value != other
[all...]

Completed in 481 milliseconds

1234567891011>>