Home
last modified time | relevance | path

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

1234567

/external/chromium/googleurl/base/
Dscoped_ptr.h98 void swap(scoped_ptr & b) { in swap() function
118 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { in swap() function
183 void swap(scoped_array & b) { in swap() function
203 void swap(::scoped_array<T>& a, ::scoped_array<T>& b) { in swap() function
281 void swap(scoped_ptr_malloc & b) { in swap() function
308 void swap(scoped_ptr_malloc<T,FP>& a, scoped_ptr_malloc<T,FP>& b) { in swap() function
/external/webrtc/src/system_wrappers/interface/
Dscoped_ptr.h84 void swap(scoped_ptr & b) { in swap() function
110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { in swap() function
162 void swap(scoped_array & b) { in swap() function
184 void swap(scoped_array<T>& a, scoped_array<T>& b) { in swap() function
230 void swap(scoped_ptr_malloc & b) { in swap() function
252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { in swap() function
Dscoped_refptr.h122 void swap(T** pp) { in swap() function
128 void swap(scoped_refptr<T>& r) { in swap() function
/external/chromium/third_party/libjingle/source/talk/base/
Dscoped_ptr.h84 void swap(scoped_ptr & b) { in swap() function
110 void swap(scoped_ptr<T>& a, scoped_ptr<T>& b) { in swap() function
162 void swap(scoped_array & b) { in swap() function
184 void swap(scoped_array<T>& a, scoped_array<T>& b) { in swap() function
230 void swap(scoped_ptr_malloc & b) { in swap() function
252 void swap(scoped_ptr_malloc<T,FF>& a, scoped_ptr_malloc<T,FF>& b) { in swap() function
/external/chromium/base/memory/
Dscoped_ptr.h108 void swap(scoped_ptr& p2) { in swap() function
141 void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap() function
215 void swap(scoped_array& p2) { in swap() function
246 void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap() function
332 void swap(scoped_ptr_malloc & b) { in swap() function
369 void swap(scoped_ptr_malloc<C, FP>& a, scoped_ptr_malloc<C, FP>& b) { in swap() function
Dscoped_nsobject.h63 void swap(scoped_nsobject& that) { in swap() function
86 void swap(scoped_nsobject<C>& p1, scoped_nsobject<C>& p2) { in swap() function
136 void swap(scoped_nsobject& that) { in swap() function
/external/llvm/include/llvm/ADT/
DOwningPtr.h76 void swap(OwningPtr &RHS) { in swap() function
84 inline void swap(OwningPtr<T> &a, OwningPtr<T> &b) { in swap() function
138 void swap(OwningArrayPtr &RHS) { in swap() function
146 inline void swap(OwningArrayPtr<T> &a, OwningArrayPtr<T> &b) { in swap() function
/external/ceres-solver/include/ceres/internal/
Dscoped_ptr.h109 void swap(scoped_ptr& p2) { in swap() function
146 inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { in swap() function
244 void swap(scoped_array& p2) { in swap() function
275 inline void swap(scoped_array<C>& p1, scoped_array<C>& p2) { in swap() function
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_ataric2p.S198 swap d2 define
204 swap d3 define
234 swap d0 define
235 swap d1 define
236 swap d2 define
237 swap d3 define
344 swap d3 define
366 swap d3 define
/external/freetype/src/autofit/
Dafangles.c251 FT_Pos swap; in af_sort_pos() local
274 AF_WidthRec swap; in af_sort_widths() local
/external/replicaisland/src/com/replica/replicaisland/
DQuickSorter.java67 Type swap = a[i]; // swap two elements into place in partition() local
71 Type swap = a[i]; // swap with partition element in partition() local
/external/webkit/Source/JavaScriptCore/wtf/gobject/
DGOwnPtr.h95 void swap(GOwnPtr& o) { std::swap(m_ptr, o.m_ptr); } in swap() function
101 template <typename T> inline void swap(GOwnPtr<T>& a, GOwnPtr<T>& b) in swap() function
/external/icu4c/layoutex/
DLXUtilities.cpp80 le_int32 swap = array[front]; in reverse() local
92 float swap = array[front]; in reverse() local
/external/webkit/Source/JavaScriptCore/heap/
DWeak.h84 void swap(Weak& other) in swap() function
138 template<class T> inline void swap(Weak<T>& a, Weak<T>& b) in swap() function
DStrong.h93 void swap(Strong& other) in swap() function
147 template<class T> inline void swap(Strong<T>& a, Strong<T>& b) in swap() function
/external/stlport/stlport/stl/
D_relops_hash_cont.h9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) { in swap() function
/external/oprofile/libutil++/
Dutility.h45 void swap(scoped_ptr & sp) { in swap() function
72 void swap(scoped_array & sp) { in swap() function
/external/stlport/test/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
/external/webkit/Source/JavaScriptCore/wtf/
DOwnArrayPtr.h77 void swap(OwnArrayPtr& o) { std::swap(m_ptr, o.m_ptr); } in swap() function
142 template <typename T> inline void swap(OwnArrayPtr<T>& a, OwnArrayPtr<T>& b) in swap() function
DOwnPtr.h78 void swap(OwnPtr& o) { std::swap(m_ptr, o.m_ptr); } in swap() function
143 template<typename T> inline void swap(OwnPtr<T>& a, OwnPtr<T>& b) in swap() function
/external/chromium/chrome/browser/cocoa/
Dscoped_authorizationref.h58 void swap(scoped_AuthorizationRef& that) { in swap() function
/external/skia/legacy/include/utils/win/
DSkTScopedComPtr.h51 void swap(SkTScopedComPtr<T>& that) { in swap() function
/external/skia/include/utils/win/
DSkTScopedComPtr.h51 void swap(SkTScopedComPtr<T>& that) { in swap() function
/external/webkit/Source/JavaScriptCore/API/
DJSRetainPtr.h167 template<typename T> inline void JSRetainPtr<T>::swap(JSRetainPtr<T>& o) in swap() function
172 template<typename T> inline void swap(JSRetainPtr<T>& a, JSRetainPtr<T>& b) in swap() function
/external/webkit/Source/WebKit2/UIProcess/API/cpp/
DWKRetainPtr.h167 template<typename T> inline void WKRetainPtr<T>::swap(WKRetainPtr<T>& o) in swap() function
172 template<typename T> inline void swap(WKRetainPtr<T>& a, WKRetainPtr<T>& b) in swap() function

1234567