/ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/priority.queue/priqueue.members/ |
swap.pass.cpp | 14 // void swap(priority_queue& q); 26 q1.swap(q2);
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/priority.queue/priqueue.special/ |
swap.pass.cpp | 15 // void swap(priority_queue<T, Container, Compare>& x, 28 swap(q1, q2);
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.capacity/ |
swap.pass.cpp | 12 // void swap(vector& x); 22 v1.swap(v2);
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/ |
swap.pass.cpp | 15 // void swap(basic_regex<charT, traits>& lhs, basic_regex<charT, traits>& rhs); 24 swap(r2, r1);
|
/ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.swap/ |
swap.pass.cpp | 14 // void swap(basic_regex& e); 23 r2.swap(r1);
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.special/ |
non_member_swap.pass.cpp | 15 // void swap(tuple<Types...>& x, tuple<Types...>& y); 28 swap(t0, t1); 34 swap(t0, t1); 42 swap(t0, t1); 52 swap(t0, t1);
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.swap/ |
member_swap.pass.cpp | 14 // void swap(tuple& rhs); 27 t0.swap(t1); 33 t0.swap(t1); 41 t0.swap(t1); 51 t0.swap(t1);
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/ |
swap.pass.cpp | 14 // void swap(pair& p); 25 p1.swap(p2);
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.spec/ |
non_member_swap.pass.cpp | 14 // template <class T1, class T2> void swap(pair<T1, T2>& x, pair<T1, T2>& y); 25 swap(p1, p2);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/ |
sample_ranged_probe_fn.hpp | 63 swap(sample_ranged_probe_fn& other);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/ |
sample_ranged_probe_fn.hpp | 63 swap(sample_ranged_probe_fn& other);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/ |
sample_size_policy.hpp | 60 swap(sample_size_policy& other);
|
/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/hash_fn/ |
sample_ranged_probe_fn.hpp | 63 swap(sample_ranged_probe_fn& other);
|
/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/resize_policy/ |
sample_size_policy.hpp | 60 swap(sample_size_policy& other);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/ |
sample_ranged_probe_fn.hpp | 63 swap(sample_ranged_probe_fn& other);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/ |
sample_ranged_probe_fn.hpp | 63 swap(sample_ranged_probe_fn& other);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/ |
sample_ranged_probe_fn.hpp | 63 swap(sample_ranged_probe_fn& other);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/ |
sample_ranged_probe_fn.hpp | 63 swap(sample_ranged_probe_fn& other);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/ |
sample_ranged_probe_fn.hpp | 63 swap(sample_ranged_probe_fn& other);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/ |
sample_size_policy.hpp | 60 swap(sample_size_policy& other);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/eq_fn/ |
hash_eq_fn.hpp | 74 swap(const hash_eq_fn& other) function in struct:__gnu_pbds::detail::hash_eq_fn 75 { std::swap((Eq_Fn&)(*this), (Eq_Fn&)other); } 104 swap(const hash_eq_fn& other) function in struct:__gnu_pbds::detail::hash_eq_fn 105 { std::swap((Eq_Fn&)(*this), (Eq_Fn&)(other)); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/ |
sample_size_policy.hpp | 61 swap(sample_size_policy& other);
|
/external/webkit/Source/JavaScriptCore/parser/ |
ParserArena.h | 69 void swap(ParserArena& otherArena) function in class:JSC::ParserArena 71 std::swap(m_freeableMemory, otherArena.m_freeableMemory); 72 std::swap(m_freeablePoolEnd, otherArena.m_freeablePoolEnd); 73 m_identifierArena.swap(otherArena.m_identifierArena); 74 m_freeablePools.swap(otherArena.m_freeablePools); 75 m_deletableObjects.swap(otherArena.m_deletableObjects); 76 m_refCountedObjects.swap(otherArena.m_refCountedObjects);
|
/frameworks/rs/driver/linkloader/utils/ |
serialize.h | 41 std::swap(array[0], array[1]); 45 std::swap(array[0], array[3]); 46 std::swap(array[1], array[2]); 50 std::swap(array[0], array[7]); 51 std::swap(array[1], array[6]); 52 std::swap(array[2], array[5]); 53 std::swap(array[3], array[4]);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
scoped_ptr.h | 84 void swap(scoped_ptr & b) { function in class:talk_base::scoped_ptr 110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { function in namespace:talk_base 111 a.swap(b); 162 void swap(scoped_array & b) { function in class:talk_base::scoped_array 184 void swap(scoped_array<T>& a, scoped_array<T>& b) { function in namespace:talk_base 185 a.swap(b); 230 void swap(scoped_ptr_malloc & b) { function in class:talk_base::scoped_ptr_malloc 252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { function in namespace:talk_base 253 a.swap(b);
|