Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 25 of 31) 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/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/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/sources/cxx-stl/llvm-libc++/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++/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++/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++/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++/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++/test/containers/
Dstack_allocator.h50 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/
Dswap.pass.cpp29 void swap(test& t) in swap() function
/ndk/sources/cxx-stl/llvm-libc++/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/sources/cxx-stl/llvm-libc++/src/
Dstrstream.cpp115 strstreambuf::swap(strstreambuf& __rhs) in swap() function in strstreambuf
Dios.cpp404 ios_base::swap(ios_base& rhs) _NOEXCEPT in swap() function in ios_base
Ddebug.cpp368 __libcpp_db::swap(void* c1, void* c2) in swap() function in __libcpp_db
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_vector.h189 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } in swap() function
D_list.h173 void swap(_Self &__x) { _M_impl.swap(__x._M_impl); } in swap() function
D_slist.h199 void swap(_Self& __x) { _M_impl.swap(__x._M_impl); } in swap() function
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_deque.h203 void swap(_Self& __x) { in swap() function
D_tree.h172 void swap(_Self& __t) { in swap() function
D_hashtable.h178 void swap(_Self& __ht) { in swap() function
D_list.h197 void swap(_Self& __x) { in swap() function
D_slist.h203 void swap(_Self& __x) { in swap() function

12