Searched refs:swap (Results 1 - 25 of 195) sorted by relevance

12345678

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_relops_hash_cont.h9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { function
10 __hm1.swap(__hm2);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
H A Doptional_fwd.hpp13 // 10 May 2008 (added swap related forward declaration) Niels Dekker
22 template<class T> void swap ( optional<T>& , optional<T>& ) ;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/
H A Dswap_noexcept.pass.cpp12 // void swap(basic_string& c)
41 static_assert(noexcept(swap(c1, c2)), "");
46 static_assert(noexcept(swap(c1, c2)), "");
51 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
H A Dswap_noexcept.pass.cpp12 // void swap(map& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
H A Dswap_noexcept.pass.cpp12 // void swap(multimap& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
H A Dswap_noexcept.pass.cpp12 // void swap(multiset& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
H A Dswap_noexcept.pass.cpp12 // void swap(set& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
H A Dswap_noexcept.pass.cpp12 // void swap(priority_queue& c)
29 static_assert(noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.special/
H A Dswap_noexcept.pass.cpp12 // void swap(queue& c)
28 static_assert(noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.special/
H A Dswap_noexcept.pass.cpp12 // void swap(stack& c)
28 static_assert(noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
H A Dswap_noexcept.pass.cpp12 // void swap(deque& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
H A Dswap_noexcept.pass.cpp12 // void swap(forward_list& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
H A Dswap_noexcept.pass.cpp12 // void swap(list& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
H A Dswap_noexcept.pass.cpp12 // void swap(vector& c)
42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
H A Dswap_noexcept.pass.cpp12 // void swap(vector& c)
41 static_assert(noexcept(swap(c1, c2)), "");
46 static_assert(noexcept(swap(c1, c2)), "");
51 static_assert(noexcept(swap(c1, c2)), "");
56 static_assert(!noexcept(swap(c1, c2)), "");
H A Dswap.pass.cpp13 // void swap(vector& x);
25 v1.swap(v2);
35 swap(v1, v2);
47 swap(v1, v2);
60 using std::swap;
61 swap(r1, r2);
69 v1.swap(v2);
79 swap(v1, v2);
92 using std::swap;
93 swap(r
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/
H A Dmember_swap.pass.cpp15 // void swap(basic_ifstream& rhs);
25 fs1.swap(fs2);
35 fs1.swap(fs2);
H A Dnonmember_swap.pass.cpp16 // void swap(basic_ifstream<charT, traits>& x, basic_ifstream<charT, traits>& y);
26 swap(fs1, fs2);
36 swap(fs1, fs2);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/utility.swap/
H A Dswap.pass.cpp15 // swap(T& a, T& b);
28 std::swap(i, j);
40 std::swap(i, j);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/
H A Dmember_swap.pass.cpp15 // void swap(basic_stringbuf& rhs);
25 buf.swap(buf1);
32 buf.swap(buf1);
39 buf.swap(buf1);
46 buf.swap(buf1);
53 buf.swap(buf1);
60 buf.swap(buf1);
H A Dnonmember_swap.pass.cpp16 // void swap(basic_stringbuf<charT, traits, Allocator>& x,
27 swap(buf, buf1);
34 swap(buf, buf1);
41 swap(buf, buf1);
48 swap(buf, buf1);
55 swap(buf, buf1);
62 swap(buf, buf1);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
H A Dvalue_init.hpp10 // 21 Ago 2008 (Added swap) Niels Dekker, Fernando Cacciola
30 #include <boost/swap.hpp>
143 void swap(initialized & arg) function in class:boost::initialized
145 ::boost::swap( this->data(), arg.data() );
173 void swap ( initialized<T> & lhs, initialized<T> & rhs ) function in namespace:boost
175 lhs.swap(rhs) ;
203 void swap(value_initialized & arg) function in class:boost::value_initialized
205 m_data.swap(arg.m_data);
233 void swap ( value_initialized<T> & lhs, value_initialized<T> & rhs ) function in namespace:boost
235 lhs.swap(rh
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/
H A Dswap_noexcept.pass.cpp12 // void swap(unordered_map& c)
47 static_assert(noexcept(swap(c1, c2)), "");
53 static_assert(noexcept(swap(c1, c2)), "");
59 static_assert(noexcept(swap(c1, c2)), "");
64 static_assert(!noexcept(swap(c1, c2)), "");
70 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
H A Dswap_noexcept.pass.cpp12 // void swap(unordered_multimap& c)
47 static_assert(noexcept(swap(c1, c2)), "");
53 static_assert(noexcept(swap(c1, c2)), "");
59 static_assert(noexcept(swap(c1, c2)), "");
64 static_assert(!noexcept(swap(c1, c2)), "");
70 static_assert(!noexcept(swap(c1, c2)), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/
H A Dswap_noexcept.pass.cpp12 // void swap(unordered_multiset& c)
47 static_assert(noexcept(swap(c1, c2)), "");
53 static_assert(noexcept(swap(c1, c2)), "");
59 static_assert(noexcept(swap(c1, c2)), "");
64 static_assert(!noexcept(swap(c1, c2)), "");
70 static_assert(!noexcept(swap(c1, c2)), "");

Completed in 251 milliseconds

12345678