Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/node/deps/icu-small/source/common/unicode/
Dlocalpointer.h280 void swap(LocalPointer<T> &other) noexcept { in swap() function
291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) noexcept { in swap() function
455 void swap(LocalArray<T> &other) noexcept { in swap() function
466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) noexcept { in swap() function
/third_party/icu/icu4c/source/common/unicode/
Dlocalpointer.h280 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() function
291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() function
455 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() function
466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalpointer.h280 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() function
291 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() function
455 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() function
466 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() function
/third_party/skia/src/sksl/dsl/
DDSLVar.cpp82 void DSLVarBase::swap(DSLVarBase& other) { in swap() function in SkSL::dsl::DSLVarBase
97 void DSLVar::swap(DSLVar& other) { in swap() function in SkSL::dsl::DSLVar
140 void DSLGlobalVar::swap(DSLGlobalVar& other) { in swap() function in SkSL::dsl::DSLGlobalVar
148 void DSLParameter::swap(DSLParameter& other) { in swap() function in SkSL::dsl::DSLParameter
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-sort.c38 ecma_value_t swap = array_p[index]; in ecma_builtin_helper_array_to_heap() local
134 ecma_value_t swap = array_p[0]; in ecma_builtin_helper_array_heap_sort_helper() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLRefPointer.h85 void swap(RefPointer &other) noexcept { std::swap(mCLObject, other.mCLObject); } in swap() function
101 void swap(RefPointer<T> &left, RefPointer<T> &right) in swap() function
/third_party/icu/icu4c/source/layoutex/
DLXUtilities.cpp82 le_int32 swap = array[front]; in reverse() local
94 float swap = array[front]; in reverse() local
/third_party/node/deps/v8/src/objects/
Dslots-atomic-inl.h52 void swap(Reference& other) { in swap() function
92 friend void swap(Reference lhs, Reference rhs) { lhs.swap(rhs); } in swap() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dtest_instance_tracker.h232 friend void swap(CopyableOnlyInstance& lhs, CopyableOnlyInstance& rhs) { in swap() function
249 friend void swap(CopyableMovableInstance& lhs, CopyableMovableInstance& rhs) { in swap() function
263 friend void swap(MovableOnlyInstance& lhs, MovableOnlyInstance& rhs) { in swap() function
/third_party/gn/src/base/containers/
Dflat_map.h238 friend void swap(flat_map& lhs, flat_map& rhs) noexcept { lhs.swap(rhs); } in swap() function
356 void flat_map<Key, Mapped, Compare>::swap(flat_map& other) noexcept { in swap() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dbtree_set.h359 void swap(btree_set<K, C, A> &x, btree_set<K, C, A> &y) { in swap() function
662 void swap(btree_multiset<K, C, A> &x, btree_multiset<K, C, A> &y) { in swap() function
Dbtree_map.h439 void swap(btree_map<K, V, C, A> &x, btree_map<K, V, C, A> &y) { in swap() function
747 void swap(btree_multimap<K, V, C, A> &x, btree_multimap<K, V, C, A> &y) { in swap() function
/third_party/gn/src/base/
Dscoped_generic.h104 void swap(ScopedGeneric& other) { in swap() function
168 void swap(const ScopedGeneric<T, Traits>& a, in swap() function
/third_party/libexif/test/
Dtest-parse.c82 static void test_parse(const char *filename, void *callback_data, int swap) in test_parse()
161 int swap = 0; in main() local
Dtest-parse-from-data.c86 static void test_parse(const char *filename, void *callback_data, int swap) in test_parse()
192 int swap = 0; in main() local
/third_party/cups-filters/filter/
Dcommon.c129 float swap = PageBottom; in SetCommonOptions() local
173 float swap = PageLeft; in SetCommonOptions() local
/third_party/typescript/tests/baselines/reference/
DinferringClassMembersFromAssignments8.js6 _this.swap = function() { } function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dvariant.h141 void swap(variant<Ts...>& v, variant<Ts...>& w) noexcept(noexcept(v.swap(w))) { in swap() function
/third_party/ffmpeg/libswscale/
Drgb2rgb.c328 #define DEFINE_RGB48TOBGR48(need_bswap, swap) \ argument
346 #define DEFINE_RGB64TOBGR48(need_bswap, swap) \ argument
364 #define DEFINE_RGB64TO48(need_bswap, swap) \ argument
382 #define DEFINE_RGB48TOBGR64(need_bswap, swap) \ argument
401 #define DEFINE_RGB48TO64(need_bswap, swap) \ argument
/third_party/mesa3d/src/util/format/
Du_format_unpack_neon.c44 uint8x16x4_t swap = { .val = { load.val[2], load.val[1], load.val[0], load.val[3] } }; in util_format_b8g8r8a8_unorm_unpack_rgba_8unorm_neon() local
/third_party/skia/include/gpu/gl/
DGrGLExtensions.h34 void swap(GrGLExtensions* that) { in swap() function
/third_party/toybox/toys/other/
Dmkswap.c27 unsigned int pages = (len/pagesize)-1, *swap = (unsigned int *)toybuf; local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.h18 enum a3xx_color_swap swap : 8; member
/third_party/googletest/googletest/src/
Dgtest-assertion-result.cc52 void AssertionResult::swap(AssertionResult& other) { in swap() function in testing::AssertionResult
/third_party/node/deps/googletest/src/
Dgtest-assertion-result.cc52 void AssertionResult::swap(AssertionResult& other) { in swap() function in testing::AssertionResult

12345678910>>...12