| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | localpointer.h | 280 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/ |
| D | localpointer.h | 280 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/flutter/skia/third_party/externals/icu/source/common/unicode/ |
| D | localpointer.h | 262 void swap(LocalPointer<T> &other) U_NOEXCEPT { in swap() function 273 friend inline void swap(LocalPointer<T> &p1, LocalPointer<T> &p2) U_NOEXCEPT { in swap() function 407 void swap(LocalArray<T> &other) U_NOEXCEPT { in swap() function 418 friend inline void swap(LocalArray<T> &p1, LocalArray<T> &p2) U_NOEXCEPT { in swap() function
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | localpointer.h | 280 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/ |
| D | DSLVar.cpp | 82 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/ |
| D | ecma-builtin-helpers-sort.c | 38 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/ |
| D | CLRefPointer.h | 85 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/ |
| D | LXUtilities.cpp | 82 le_int32 swap = array[front]; in reverse() local 94 float swap = array[front]; in reverse() local
|
| /third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
| D | afangles.c | 191 FT_Pos swap; in af_sort_pos() local 218 AF_WidthRec swap; in af_sort_and_quantize_widths() local
|
| /third_party/flutter/engine/flutter/fml/platform/darwin/ |
| D | scoped_nsobject.h | 73 void swap(scoped_nsprotocol& that) { in swap() function 97 void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) { in swap() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | test_instance_tracker.h | 232 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/ |
| D | flat_map.h | 238 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/ |
| D | btree_set.h | 359 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
|
| D | btree_map.h | 439 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/flutter/engine/flutter/fml/ |
| D | unique_object.h | 69 void swap(UniqueObject& other) { in swap() function 121 void swap(const UniqueObject<T, Traits>& a, const UniqueObject<T, Traits>& b) { in swap() function
|
| /third_party/gn/src/base/ |
| D | scoped_generic.h | 104 void swap(ScopedGeneric& other) { in swap() function 168 void swap(const ScopedGeneric<T, Traits>& a, in swap() function
|
| /third_party/cups-filters/filter/ |
| D | common.c | 129 float swap = PageBottom; in SetCommonOptions() local 173 float swap = PageLeft; in SetCommonOptions() local
|
| /third_party/libexif/test/ |
| D | test-parse.c | 82 static void test_parse(const char *filename, void *callback_data, int swap) in test_parse() 161 int swap = 0; in main() local
|
| D | test-parse-from-data.c | 86 static void test_parse(const char *filename, void *callback_data, int swap) in test_parse() 192 int swap = 0; in main() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | inferringClassMembersFromAssignments8.js | 6 _this.swap = function() { } function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| D | variant.h | 141 void swap(variant<Ts...>& v, variant<Ts...>& w) noexcept(noexcept(v.swap(w))) { in swap() function
|
| /third_party/iowow/src/re/ |
| D | compile.c | 202 cregex_program_instr_t *swap = split->first; in compile_context() local 223 cregex_program_instr_t *swap = split->first; in compile_context() local
|
| /third_party/ffmpeg/libswscale/ |
| D | rgb2rgb.c | 328 #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/skia/include/gpu/gl/ |
| D | GrGLExtensions.h | 34 void swap(GrGLExtensions* that) { in swap() function
|
| /third_party/flutter/skia/include/gpu/gl/ |
| D | GrGLExtensions.h | 34 void swap(GrGLExtensions* that) { in swap() function
|