| /external/google-breakpad/src/processor/ |
| D | minidump.cc | 113 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/ |
| D | function.bench.cpp | 155 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/protobuf/src/google/protobuf/ |
| D | wrappers.pb.h | 154 inline void Swap(DoubleValue* other) { in Swap() function 308 inline void Swap(FloatValue* other) { in Swap() function 462 inline void Swap(Int64Value* other) { in Swap() function 616 inline void Swap(UInt64Value* other) { in Swap() function 770 inline void Swap(Int32Value* other) { in Swap() function 924 inline void Swap(UInt32Value* other) { in Swap() function 1078 inline void Swap(BoolValue* other) { in Swap() function 1232 inline void Swap(StringValue* other) { in Swap() function 1401 inline void Swap(BytesValue* other) { in Swap() function
|
| D | reflection_internal.h | 233 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function 274 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function 303 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function 341 void Swap(Field* data, const internal::RepeatedFieldAccessor* other_mutator, in Swap() function
|
| D | arenastring.h | 172 PROTOBUF_ALWAYS_INLINE void Swap(ArenaStringPtr* other) { in Swap() function 175 PROTOBUF_ALWAYS_INLINE void Swap(ArenaStringPtr* other, in Swap() function
|
| D | proto3_arena_lite_unittest.cc | 123 TEST(Proto3ArenaLiteTest, Swap) { in TEST() argument
|
| D | empty.pb.h | 122 inline void Swap(Empty* other) { in Swap() function
|
| D | metadata_lite.h | 102 PROTOBUF_ALWAYS_INLINE void Swap(Derived* other) { in Swap() function
|
| /external/libchrome/mojo/public/cpp/bindings/ |
| D | struct_ptr.h | 76 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/ |
| D | interface_ptr_state.cc | 37 void InterfacePtrStateBase::Swap(InterfacePtrStateBase* other) { in Swap() function in mojo::internal::InterfacePtrStateBase
|
| D | associated_interface_ptr_state.cc | 50 void AssociatedInterfacePtrStateBase::Swap( in Swap() function in mojo::internal::AssociatedInterfacePtrStateBase
|
| D | associated_interface_ptr_state.h | 110 void Swap(AssociatedInterfacePtrState* other) { in Swap() function
|
| D | interface_ptr_state.h | 139 void Swap(InterfacePtrState* other) { in Swap() function
|
| /external/libbrillo/brillo/ |
| D | any.cc | 53 void Any::Swap(Any& other) { in Swap() function in brillo::Any
|
| /external/grpc-grpc/test/cpp/qps/ |
| D | histogram.h | 50 void Swap(Histogram* other) { std::swap(impl_, other->impl_); } in Swap() function
|
| /external/dng_sdk/source/ |
| D | dng_auto_ptr.h | 103 friend inline void Swap (AutoPtr< T > &x, AutoPtr< T > &y) in Swap() function
|
| D | dng_opcode_list.cpp | 75 void dng_opcode_list::Swap (dng_opcode_list &otherList) in Swap() function in dng_opcode_list
|
| /external/pdfium/core/fxcrt/ |
| D | retain_ptr.h | 58 void Swap(RetainPtr& that) { m_pObj.swap(that.m_pObj); } in Swap() function
|
| D | weak_ptr.h | 56 void Swap(WeakPtr& that) { m_pHandle.Swap(that.m_pHandle); } in Swap() function
|
| /external/libgav1/libgav1/src/ |
| D | residual_buffer_pool.cc | 78 void ResidualBufferStack::Swap(ResidualBufferStack* other) { in Swap() function in libgav1::ResidualBufferStack
|
| /external/skqp/tools/skqp/ |
| D | make_gmkb.go | 35 func (a ExportTestRecordArray) Swap(i, j int) { a[i], a[j] = a[j], a[i] } func
|
| /external/boringssl/src/crypto/err/ |
| D | err_data_generate.go | 128 func (ks keySlice) Swap(i, j int) { func
|
| /external/golang-protobuf/proto/ |
| D | extensions_test.go | 215 func (s ExtensionDescSlice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } func
|
| /external/golang-protobuf/jsonpb/ |
| D | jsonpb.go | 162 func (s int32Slice) Swap(i, j int) { s[i], s[j] = s[j], s[i] } func 1134 func (s mapKeys) Swap(i, j int) { s[i], s[j] = s[j], s[i] } func
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| D | grpc_state.cc | 157 void ExchangeQueue::Swap(ExchangeQueue* other) { in Swap() function in tensorflow::ExchangeQueue
|