Home
last modified time | relevance | path

Searched defs:swap (Results 126 - 150 of 274) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc95 void swap(CheckedAlloc& that) { in swap() function in absl::container_internal::__anon19186::CheckedAlloc
101 friend void swap(CheckedAlloc& a, CheckedAlloc& b) { a.swap(b); } in swap() function in absl::container_internal::__anon19186::CheckedAlloc
H A Dcontainer_memory.h429 static void swap(Allocator* alloc, slot_type* a, slot_type* b) { in swap() function
H A Dbtree_container.h181 void swap(btree_container &other) { tree_.swap(other.tree_); } in swap() function in absl::container_internal::btree_container
/third_party/skia/include/core/
H A DSkRefCnt.h325 void swap(sk_sp<T>& that) /*noexcept*/ { in swap() function in sk_sp
334 template <typename T> inline void swap(sk_sp<T>& a, sk_sp<T>& b) /*noexcept*/ { in swap() function
H A DSkString.h280 static inline void swap(SkString& a, SkString& b) { in swap() function
/third_party/skia/include/private/
H A DSkTDArray.h82 void swap(SkTDArray<T>& that) { in swap() function in SkTDArray
381 template <typename T> static inline void swap(SkTDArra function
[all...]
H A DSkTArray.h333 void swap(SkTArray& that) { in swap() function in SkTArray
586 template <typename T, bool M> static inline void swap(SkTArray<T, M>& a, SkTArray<T, M>& b) { in swap() function
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSharedPtr.hpp447 inline void SharedPtr<T>::swap (SharedPtr<T>& other) in swap() function in de::SharedPtr
456 inline void swap (SharedPtr<T>& a, SharedPtr<T>& b) in swap() function
/third_party/ffmpeg/libavcodec/
H A Dsga.c51 int swap; member
/third_party/backends/backend/
H A Dplustek-usbimg.c400 SANE_Bool swap = usb_HostSwap(); in usb_ColorDuplicate16() local
443 SANE_Bool swap = usb_HostSwap(); in usb_ColorDuplicate16_2() local
597 SANE_Bool swap = usb_HostSwap(); in usb_ColorDuplicateGray16() local
657 SANE_Bool swap = usb_HostSwap(); in usb_ColorDuplicateGray16_2() local
746 SANE_Bool swap = usb_HostSwap(); usb_GrayDuplicate16() local
996 SANE_Bool swap = usb_HostSwap(); usb_ColorScaleGray16() local
1087 SANE_Bool swap = usb_HostSwap(); usb_ColorScaleGray16_2() local
1253 SANE_Bool swap = usb_HostSwap(); usb_ColorScale16() local
1313 SANE_Bool swap = usb_HostSwap(); usb_ColorScale16_2() local
1612 SANE_Bool swap = usb_HostSwap(); usb_GrayScale16() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-number-prototype.c416 lit_utf8_byte_t swap = buff[i]; in ecma_builtin_number_prototype_object_to_string() local
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h712 std::swap(*this, rhs); global() member in rust::cxxbridge1::std
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h712 std::swap(*this, rhs); global() member in rust::cxxbridge1::std
[all...]
/third_party/python/Tools/demo/
H A Dsortvisu.py157 def swap(self, i, j): member in Array
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h712 std::swap(*this, rhs); global() member in rust::cxxbridge1::std
[all...]
/third_party/rust/crates/cxx/include/
H A Dcxx.h712 std::swap(*this, rhs); global() member in rust::cxxbridge1::std
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp359 egl::Error SurfaceD3D::swap(const gl::Context *context) in swap() function in rx::SurfaceD3D
/third_party/skia/src/pathops/
H A DSkIntersections.h198 void set(bool swap, int tIndex, double t) { in set() argument
207 void swap() { in swap() function in SkIntersections
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.cpp75 void EGLWindow::swap() in swap() function in EGLWindow
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h236 void swap(iplist_impl &RHS) { in swap() function in llvm::iplist_impl
428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { in swap() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist.h221 void swap(iplist_impl &RHS) { in swap() function in llvm::iplist_impl
413 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { in swap() function
/third_party/toybox/toys/posix/
H A Dsed.c602 long swap = TT.rememberlen; in sed_line() local
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h712 std::swap(*this, rhs); global() member in rust::cxxbridge1::std
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus.h818 inline void swap(absl::Status& a, absl::Status& b) { in swap() function in absl::StatusCode
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_benchmark.cc180 friend void swap(LargeCopyableSwappable& a, LargeCopyableSwappable& b) { in swap() function
209 friend void swap(LargeCopyableMovableSwappable& a, in swap() function
[all...]

Completed in 25 milliseconds

1234567891011