Searched defs:swap (Results 1 - 25 of 791) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
H A Dlinear_probe_fn_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dquadratic_probe_fn_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Ddirect_mask_range_hashing_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mask_based_base::swap(other); }
H A Ddirect_mod_range_hashing_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mod_based_base::swap(other); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
H A Dlinear_probe_fn_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dquadratic_probe_fn_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Ddirect_mask_range_hashing_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mask_based_base::swap(other); }
H A Ddirect_mod_range_hashing_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mod_based_base::swap(other); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
H A Dlinear_probe_fn_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Dquadratic_probe_fn_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
H A Ddirect_mask_range_hashing_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mask_based_base::swap(other); }
H A Ddirect_mod_range_hashing_imp.hpp44 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
45 { mod_based_base::swap(other); }
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/propagate_const/propagate_const.class/
H A Dswap.pass.cpp14 // template <class T> constexpr void propagate_const::swap(propagate_const<T>& x);
23 void swap(X &, X &) { swap_called = true; } function
29 p1.swap(p2);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/
H A Dswap.pass.cpp14 // template <class T> constexpr void swap(propagate_const<T>& x, propagate_const<T>& y);
23 void swap(X &, X &) { swap_called = true; } function
29 swap(p1, p2);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/propagate_const/propagate_const.class/
H A Dswap.pass.cpp14 // template <class T> constexpr void propagate_const::swap(propagate_const<T>& x);
23 void swap(X &, X &) { swap_called = true; } function
29 p1.swap(p2);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/
H A Dswap.pass.cpp14 // template <class T> constexpr void swap(propagate_const<T>& x, propagate_const<T>& y);
23 void swap(X &, X &) { swap_called = true; } function
29 swap(p1, p2);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::swap(other);
80 m_rc.swap(other.m_rc);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::swap(other);
80 m_rc.swap(other.m_rc);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
H A Dconstructors_destructor_fn_imps.hpp74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
79 base_type::swap(other);
80 m_rc.swap(other.m_rc);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
H A Dconstructors_destructor_fn_imps.hpp74 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
77 base_type::swap(other);
78 std::swap(m_p_max, other.m_p_max);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
H A Dconstructors_destructor_fn_imps.hpp72 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
75 base_type::swap(other);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp89 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
92 base_type::swap(other);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
H A Dhash_exponential_size_policy_imp.hpp51 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 std::swap(m_start_size, other.m_start_size);
54 std::swap(m_grow_factor, other.m_grow_factor);
/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 Dconstructors_destructor_fn_imps.hpp89 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
93 base_type::swap(other);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp87 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
90 base_type::swap(other);
91 std::swap(m_p_max, other.m_p_max);

Completed in 1413 milliseconds

1234567891011>>