Home
last modified time | relevance | path

Searched defs:Swap (Results 1 – 25 of 130) sorted by relevance

123456

/external/google-breakpad/src/processor/
Dminidump.cc113 static inline void Swap(uint8_t* value) { in Swap() function
124 static inline void Swap(uint16_t* value) { in Swap() function
130 static inline void Swap(uint32_t* value) { in Swap() function
138 static inline void Swap(uint64_t* value) { in Swap() function
162 static void Swap(uint128_struct* value) { in Swap() function
168 static inline void Swap(int16_t* value) { in Swap() function
172 static inline void Swap(int32_t* value) { in Swap() function
176 static inline void Swap(int64_t* value) { in Swap() function
181 static inline void Swap(MDLocationDescriptor* location_descriptor) { in Swap() function
187 static inline void Swap(MDMemoryDescriptor* memory_descriptor) { in Swap() function
[all …]
/external/libcxx/benchmarks/
Dfunction.bench.cpp155 struct Swap { struct
156 static void run(benchmark::State& state) { in run()
164 static bool skip() { return Function1() > Function2(); } in skip()
166 static std::string name() { in name()
/external/syzkaller/syz-manager/
Dhtml.go567 func (a UICallTypeArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
573 func (a UIInputArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
579 func (a UIStatArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
585 func (a UICrashTypeArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
591 func (a UICrashArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
745 func (a UIPrioArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
Dsort.go39 func (vs valueSorter) Swap(i, j int) { vs[i], vs[j] = vs[j], vs[i] } func
/external/protobuf/src/google/protobuf/
Dproto3_lite_unittest.cc131 TEST(Proto3LiteTest, Swap) { in TEST() argument
Dreflection_internal.h236 virtual void Swap( in Swap() function
280 virtual void Swap( in Swap() function
311 virtual void Swap( in Swap() function
354 virtual void Swap( in Swap() function
Dmetadata.h100 GOOGLE_ATTRIBUTE_ALWAYS_INLINE void Swap(InternalMetadataWithArena* other) { in Swap() function
Dproto3_arena_lite_unittest.cc132 TEST(Proto3ArenaLiteTest, Swap) { in TEST() argument
Dmap_field_lite.h185 default_enum_value>::Swap( in Swap() function
Dwrappers.pb.cc520 void DoubleValue::Swap(DoubleValue* other) { in Swap() function in google::protobuf::DoubleValue
778 void FloatValue::Swap(FloatValue* other) { in Swap() function in google::protobuf::FloatValue
1038 void Int64Value::Swap(Int64Value* other) { in Swap() function in google::protobuf::Int64Value
1298 void UInt64Value::Swap(UInt64Value* other) { in Swap() function in google::protobuf::UInt64Value
1558 void Int32Value::Swap(Int32Value* other) { in Swap() function in google::protobuf::Int32Value
1818 void UInt32Value::Swap(UInt32Value* other) { in Swap() function in google::protobuf::UInt32Value
2076 void BoolValue::Swap(BoolValue* other) { in Swap() function in google::protobuf::BoolValue
2351 void StringValue::Swap(StringValue* other) { in Swap() function in google::protobuf::StringValue
2666 void BytesValue::Swap(BytesValue* other) { in Swap() function in google::protobuf::BytesValue
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h76 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } in Swap() function
175 void Swap(InlinedStructPtr* other) { in Swap() function
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_ptr_state.cc37 void InterfacePtrStateBase::Swap(InterfacePtrStateBase* other) { in Swap() function in mojo::internal::InterfacePtrStateBase
Dassociated_interface_ptr_state.cc50 void AssociatedInterfacePtrStateBase::Swap( in Swap() function in mojo::internal::AssociatedInterfacePtrStateBase
Dassociated_interface_ptr_state.h110 void Swap(AssociatedInterfacePtrState* other) { in Swap() function
/external/libbrillo/brillo/
Dany.cc53 void Any::Swap(Any& other) { in Swap() function in brillo::Any
/external/grpc-grpc/test/cpp/qps/
Dhistogram.h50 void Swap(Histogram* other) { std::swap(impl_, other->impl_); } in Swap() function
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/
Dsort_go17.go41 func (ss reflectSliceSorter) Swap(i, j int) { func
/external/dng_sdk/source/
Ddng_auto_ptr.h103 friend inline void Swap (AutoPtr< T > &x, AutoPtr< T > &y) in Swap() function
Ddng_opcode_list.cpp75 void dng_opcode_list::Swap (dng_opcode_list &otherList) in Swap() function in dng_opcode_list
/external/pdfium/core/fxcrt/
Dretain_ptr.h54 void Swap(RetainPtr& that) { m_pObj.swap(that.m_pObj); } in Swap() function
Dweak_ptr.h56 void Swap(WeakPtr& that) { m_pHandle.Swap(that.m_pHandle); } in Swap() function
/external/skia/tools/skqp/
Dmake_gmkb.go35 func (a ExportTestRecordArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
/external/skqp/tools/skqp/
Dmake_gmkb.go35 func (a ExportTestRecordArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
/external/boringssl/src/crypto/err/
Derr_data_generate.go128 func (ks keySlice) Swap(i, j int) { func
/external/golang-protobuf/jsonpb/
Djsonpb.go161 func (s int32Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } func
1121 func (s mapKeys) Swap(i, j int) { s[i], s[j] = s[j], s[i] } func

123456