/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/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/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/sources/cxx-stl/llvm-libc++/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++/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++/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++/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++/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++/test/containers/ |
D | stack_allocator.h | 50 swap(stack_allocator<T, N>& x, stack_allocator<T, N>& y) {} in swap() function
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | swap.pass.cpp | 29 void swap(test& t) in swap() function
|
/ndk/sources/cxx-stl/llvm-libc++/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/sources/cxx-stl/llvm-libc++/src/ |
D | strstream.cpp | 115 strstreambuf::swap(strstreambuf& __rhs) in swap() function in strstreambuf
|
D | ios.cpp | 404 ios_base::swap(ios_base& rhs) _NOEXCEPT in swap() function in ios_base
|
D | debug.cpp | 368 __libcpp_db::swap(void* c1, void* c2) in swap() function in __libcpp_db
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
D | _vector.h | 189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } in swap() function
|
D | _list.h | 173 void swap(_Self &__x) { _M_impl.swap(__x._M_impl); } in swap() function
|
D | _slist.h | 199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } in swap() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _deque.h | 203 void swap(_Self& __x) { in swap() function
|
D | _tree.h | 172 void swap(_Self& __t) { in swap() function
|
D | _hashtable.h | 178 void swap(_Self& __ht) { in swap() function
|
D | _list.h | 197 void swap(_Self& __x) { in swap() function
|
D | _slist.h | 203 void swap(_Self& __x) { in swap() function
|