Searched defs:swap (Results 26 - 50 of 311) sorted by relevance

1234567891011>>

/external/chromium_org/base/mac/
H A Dscoped_authorizationref.h60 void swap(ScopedAuthorizationRef& that) { function in class:base::mac::ScopedAuthorizationRef
H A Dscoped_block.h73 void swap(ScopedBlock& that) { function in class:base::mac::ScopedBlock
H A Dscoped_ioobject.h53 void swap(ScopedIOObject& that) { function in class:base::mac::ScopedIOObject
H A Dscoped_ioplugininterface.h55 void swap(ScopedIOPluginInterface& that) { function in class:base::mac::ScopedIOPluginInterface
H A Dscoped_launch_data.h56 void swap(ScopedLaunchData& that) { function in class:base::mac::ScopedLaunchData
57 std::swap(object_, that.object_);
H A Dscoped_typeref.h111 void swap(ScopedTypeRef& that) { function in class:base::ScopedTypeRef
H A Dscoped_nsobject.h72 void swap(scoped_nsprotocol& that) { function in class:base::scoped_nsprotocol
98 void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) { function in namespace:base
99 p1.swap(p2);
/external/chromium_org/mojo/embedder/
H A Dscoped_platform_handle.h33 void swap(ScopedPlatformHandle& other) { function in class:mojo::embedder::ScopedPlatformHandle
/external/chromium_org/third_party/WebKit/Source/platform/animation/
H A DKeyframeValueList.h65 swap(copy);
69 void swap(KeyframeValueList& other) function in class:blink::KeyframeValueList
71 std::swap(m_property, other.m_property);
72 m_values.swap(other.m_values);
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkTScopedComPtr.h63 void swap(SkTScopedComPtr<T>& that) { function in class:SkTScopedComPtr
/external/chromium_org/third_party/skia/src/core/
H A DSkTInternalSList.h76 this->swap(other);
115 void swap(SkTInternalSList<T>* other) { function in class:SkTInternalSList
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ref_ptr.h47 // b.swap(a);
131 void swap(T** pp) { function in class:rtc::scoped_refptr
137 void swap(scoped_refptr<T>& r) { function in class:rtc::scoped_refptr
138 swap(&r.ptr_);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_refptr.h53 // b.swap(a);
129 void swap(T** pp) { function in class:webrtc::scoped_refptr
135 void swap(scoped_refptr<T>& r) { function in class:webrtc::scoped_refptr
136 swap(&r.ptr_);
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dswap.pass.cpp15 // void swap(basic_streambuf& rhs);
29 void swap(test& t) function in struct:test
33 base::swap(t);
67 swap(t2, t);
72 swap(t2, t);
80 swap(t2, t);
88 swap(t2, t);
94 swap(t2, t);
99 swap(t2, t);
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dtest_deleter.h53 swap(test_deleter<T>& x, test_deleter<T>& y) function
/external/libcxx/test/utilities/optional/optional.object/optional.object.swap/
H A Dswap.pass.cpp12 // void swap(optional&)
14 // noexcept(swap(declval<T&>(), declval<T&>())));
49 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} function in class:Y
62 friend void swap(Z& x, Z& y) {throw 6;} function in class:Z
74 static_assert(noexcept(opt1.swap(opt2)) == true, "");
77 opt1.swap(opt2);
84 static_assert(noexcept(opt1.swap(opt2)) == true, "");
88 opt1.swap(opt2);
96 static_assert(noexcept(opt1.swap(opt
[all...]
/external/libcxx/test/utilities/optional/optional.specalg/
H A Dswap.pass.cpp12 // template <class T> void swap(optional<T>& x, optional<T>& y)
13 // noexcept(noexcept(x.swap(y)));
48 friend void swap(Y& x, Y& y) {std::swap(x.i_, y.i_);} function in class:Y
61 friend void swap(Z& x, Z& y) {throw 6;} function in class:Z
73 static_assert(noexcept(swap(opt1, opt2)) == true, "");
76 swap(opt1, opt2);
83 static_assert(noexcept(swap(opt1, opt2)) == true, "");
87 swap(opt1, opt2);
95 static_assert(noexcept(swap(opt
[all...]
/external/qemu/android/base/files/
H A DScopedHandle.h63 void swap(ScopedHandle* other) { function in class:android::base::ScopedHandle
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A 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/skia/include/utils/win/
H A DSkTScopedComPtr.h63 void swap(SkTScopedComPtr<T>& that) { function in class:SkTScopedComPtr
/external/skia/src/core/
H A DSkTInternalSList.h76 this->swap(other);
115 void swap(SkTInternalSList<T>* other) { function in class:SkTInternalSList
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_refptr.h46 // b.swap(a);
122 void swap(T** pp) { function in class:webrtc::scoped_refptr
128 void swap(scoped_refptr<T>& r) { function in class:webrtc::scoped_refptr
129 swap(&r.ptr_);
/external/chromium_org/base/
H A Dscoped_generic.h105 void swap(ScopedGeneric& other) { function in class:base::ScopedGeneric
106 // Standard swap idiom: 'using std::swap' ensures that std::swap is
107 // present in the overload set, but we call swap unqualified so that
109 using std::swap;
110 swap(static_cast<Traits&>(data_), static_cast<Traits&>(other.data_));
111 swap(data_.generic, other.data_.generic);
159 void swap(const ScopedGeneric<T, Traits>& a, function in namespace:base
161 a.swap(
[all...]
/external/chromium_org/chrome/browser/search/suggestions/
H A Dimage_manager_impl.h76 void swap(ImageRequest* other) { function in struct:suggestions::ImageManagerImpl::ImageRequest
77 std::swap(url, other->url);
78 std::swap(image_url, other->image_url);
79 std::swap(callbacks, other->callbacks);
80 std::swap(fetcher, other->fetcher);
/external/chromium_org/crypto/
H A Dscoped_capi_types.h80 void swap(ScopedCAPIHandle& b) { function in class:crypto::ScopedCAPIHandle

Completed in 2020 milliseconds

1234567891011>>