/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _relops_hash_cont.h | 9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { in swap() function
|
D | _bvector.h | 85 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/ |
D | scoped_array.hpp | 92 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
|
D | scoped_ptr.hpp | 109 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
|
D | shared_array.hpp | 128 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
|
D | shared_ptr.hpp | 446 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/ |
D | value_init.hpp | 143 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
|
D | swap.hpp | 49 void swap(T1& left, T2& right) in swap() function
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 148 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
|
D | list_test.cpp | 422 void ListTest::swap() in swap() function in ListTest
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 148 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
|
D | list_test.cpp | 422 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/ |
D | member_swap.pass.cpp | 34 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/ |
D | member_swap.pass.cpp | 34 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/ |
D | member_swap.pass.cpp | 34 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/ |
D | test_deleter.h | 53 swap(test_deleter<T>& x, test_deleter<T>& y) in swap() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/ |
D | deleter.h | 127 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/ |
D | stack_allocator.h | 64 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/ |
D | swap.pass.cpp | 48 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/ |
D | swap.pass.cpp | 49 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/ |
D | swap.pass.cpp | 29 void swap(test& t) in swap() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
D | shared_count.hpp | 348 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/ |
D | swap.pass.cpp | 31 void swap(std::ios& x) {std::ios::swap(x);} in swap() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | array.hpp | 165 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/ |
D | strstream.cpp | 115 strstreambuf::swap(strstreambuf& __rhs) in swap() function in strstreambuf
|