/external/libmojo/mojo/public/cpp/bindings/ |
D | string.h | 106 void Swap(String* other) { in Swap() function 111 void Swap(std::string* other) { in Swap() function
|
D | wtf_array.h | 127 void Swap(WTFArray* other) { in Swap() function 135 void Swap(WTF::Vector<T>* other) { in Swap() function
|
D | struct_ptr.h | 74 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } in Swap() function 164 void Swap(InlinedStructPtr* other) { in Swap() function
|
D | wtf_map.h | 136 void Swap(WTFMap<Key, Value>* other) { in Swap() function 145 void Swap(WTF::HashMap<Key, Value>* other) { in Swap() function
|
D | array.h | 148 void Swap(Array* other) { in Swap() function 156 void Swap(std::vector<T>* other) { in Swap() function
|
D | map.h | 148 void Swap(Map<Key, Value>* other) { in Swap() function 157 void Swap(std::map<Key, Value>* other) { in Swap() function
|
/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/libmojo/mojo/public/cpp/bindings/lib/ |
D | serialization_context.cc | 47 void SerializedHandleVector::Swap(std::vector<mojo::Handle>* other) { in Swap() function in mojo::internal::SerializedHandleVector
|
D | interface_ptr_state.h | 87 void Swap(InterfacePtrState* other) { in Swap() function 233 void Swap(InterfacePtrState* other) { in Swap() function
|
D | associated_interface_ptr_state.h | 73 void Swap(AssociatedInterfacePtrState* other) { in Swap() function
|
/external/libchrome/dbus/ |
D | file_descriptor.cc | 62 void FileDescriptor::Swap(FileDescriptor* other) { in Swap() function in dbus::FileDescriptor
|
/external/protobuf/src/google/protobuf/ |
D | proto3_lite_unittest.cc | 131 TEST(Proto3LiteTest, Swap) { in TEST() argument
|
D | reflection_internal.h | 236 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
|
D | metadata.h | 100 GOOGLE_ATTRIBUTE_ALWAYS_INLINE void Swap(InternalMetadataWithArena* other) { in Swap() function
|
D | proto3_arena_lite_unittest.cc | 132 TEST(Proto3ArenaLiteTest, Swap) { in TEST() argument
|
D | map_field_lite.h | 185 default_enum_value>::Swap( in Swap() function
|
D | wrappers.pb.cc | 520 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/libbrillo/brillo/ |
D | any.cc | 53 void Any::Swap(Any& other) { in Swap() function in brillo::Any
|
/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 | cfx_retain_ptr.h | 45 void Swap(CFX_RetainPtr& that) { m_pObj.swap(that.m_pObj); } in Swap() function
|
D | cfx_weak_ptr.h | 54 void Swap(CFX_WeakPtr& that) { m_pHandle.Swap(that.m_pHandle); } in Swap() function
|
/external/libchrome/base/json/ |
D | json_parser.cc | 46 void Swap(DictionaryValue* other) override { in Swap() function in base::internal::__anon3b7557e10111::DictionaryHiddenRootValue 98 void Swap(ListValue* other) override { in Swap() function in base::internal::__anon3b7557e10111::ListHiddenRootValue 304 void JSONParser::StringBuilder::Swap(StringBuilder* other) { in Swap() function in base::internal::JSONParser::StringBuilder
|
/external/boringssl/src/crypto/err/ |
D | err_data_generate.go | 128 func (ks keySlice) Swap(i, j int) { func
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | methods-expected.cc | 247 void Swap() {} in Swap() function in blink::blacklisting_of_method_and_function_names::Foo 248 static void Swap(Foo& x, Foo& y) {} in Swap() function in blink::blacklisting_of_method_and_function_names::Foo
|