Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 25 of 43) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_relops_hash_cont.h9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { in swap() function
D_bvector.h85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { in swap() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dscoped_array.hpp92 void swap(scoped_array & b) // never throws in swap() function in boost::scoped_array
100 template<class T> inline void swap(scoped_array<T> & a, scoped_array<T> & b) // never throws in swap() function
Dscoped_ptr.hpp109 void swap(scoped_ptr & b) // never throws in swap() function in boost::scoped_ptr
117 template<class T> inline void swap(scoped_ptr<T> & a, scoped_ptr<T> & b) // never throws in swap() function
Dshared_array.hpp128 void swap(shared_array<T> & other) // never throws in swap() function in boost::shared_array
161 template<class T> void swap(shared_array<T> & a, shared_array<T> & b) // never throws in swap() function
Dshared_ptr.hpp446 void swap(shared_ptr<T> & other) // never throws in swap() function in boost::shared_ptr
516 template<class T> inline void swap(shared_ptr<T> & a, shared_ptr<T> & b) in swap() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Dvalue_init.hpp143 void swap(initialized & arg) in swap() function in boost::initialized
173 void swap ( initialized<T> & lhs, initialized<T> & rhs ) in swap() function
203 void swap(value_initialized & arg) in swap() function in boost::value_initialized
233 void swap ( value_initialized<T> & lhs, value_initialized<T> & rhs ) in swap() function
Dswap.hpp49 void swap(T1& left, T2& right) in swap() function
/ndk/tests/device/test-stlport/unit/
Dstack_allocator.h148 void swap(StackAllocator &other) { in swap() function
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap() function
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap() function
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap() function
195 inline void swap(StackAllocator<pair<const int, int> >& __a, in swap() function
Dlist_test.cpp422 void ListTest::swap() in swap() function in ListTest
/ndk/tests/device/test-gnustl-full/unit/
Dstack_allocator.h148 void swap(StackAllocator &other) { in swap() function
185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap() function
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap() function
193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap() function
195 inline void swap(StackAllocator<pair<const int, int> >& __a, in swap() function
Dlist_test.cpp422 void ListTest::swap() in swap() function in ListTest
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
Dmember_swap.pass.cpp34 void swap(test_iostream& s) {base::swap(s);} in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
Dmember_swap.pass.cpp34 void swap(test_ostream& s) {base::swap(s);} in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
Dmember_swap.pass.cpp34 void swap(test_istream& s) {base::swap(s);} in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
Dtest_deleter.h53 swap(test_deleter<T>& x, test_deleter<T>& y) in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/
Ddeleter.h127 swap(Deleter<T>& x, Deleter<T>& y) in swap() function
174 swap(CDeleter<T>& x, CDeleter<T>& y) in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
Dstack_allocator.h64 swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {} in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.specalg/
Dswap.pass.cpp48 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} in swap() function
61 friend void swap(Z& x, Z& y) {throw 6;} in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.swap/
Dswap.pass.cpp49 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} in swap() function
62 friend void swap(Z& x, Z& y) {throw 6;} in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dswap.pass.cpp29 void swap(test& t) in swap() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dshared_count.hpp348 void swap(shared_count & r) // nothrow in swap() function in boost::detail::shared_count
474 void swap(weak_count & r) // nothrow in swap() function in boost::detail::weak_count
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
Dswap.pass.cpp31 void swap(std::ios& x) {std::ios::swap(x);} in swap() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Darray.hpp165 void swap (array<T,N>& y) { in swap() function in boost::array
303 void swap (array<T,0>& /*y*/) { in swap() function in boost::array
368 inline void swap (array<T,N>& x, array<T,N>& y) { in swap() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp115 strstreambuf::swap(strstreambuf& __rhs) in swap() function in strstreambuf

12