/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 140 Swap(&value32[0]); in Swap() 141 Swap(&value32[1]); in Swap() 162 static void Swap(uint128_struct* value) { in Swap() function 163 Swap(&value->low); in Swap() 164 Swap(&value->high); in Swap() 168 static inline void Swap(int16_t* value) { in Swap() function [all …]
|
/external/protobuf/src/google/protobuf/ |
D | reflection_internal.h | 236 virtual void Swap( in Swap() function 241 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data)); in Swap() 280 virtual void Swap( in Swap() function 288 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data)); in Swap() 311 virtual void Swap( in Swap() function 316 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data)); in Swap() 319 tmp.Swap(MutableRepeatedField(data)); in Swap() 354 virtual void Swap( in Swap() function 359 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data)); in Swap()
|
D | metadata.h | 100 GOOGLE_ATTRIBUTE_ALWAYS_INLINE void Swap(InternalMetadataWithArena* other) { in Swap() function 108 mutable_unknown_fields()->Swap(other->mutable_unknown_fields()); in Swap()
|
D | wrappers.pb.cc | 520 void DoubleValue::Swap(DoubleValue* other) { in Swap() function in google::protobuf::DoubleValue 538 _internal_metadata_.Swap(&other->_internal_metadata_); in InternalSwap() 778 void FloatValue::Swap(FloatValue* other) { in Swap() function in google::protobuf::FloatValue 796 _internal_metadata_.Swap(&other->_internal_metadata_); in InternalSwap() 1038 void Int64Value::Swap(Int64Value* other) { in Swap() function in google::protobuf::Int64Value 1056 _internal_metadata_.Swap(&other->_internal_metadata_); in InternalSwap() 1298 void UInt64Value::Swap(UInt64Value* other) { in Swap() function in google::protobuf::UInt64Value 1316 _internal_metadata_.Swap(&other->_internal_metadata_); in InternalSwap() 1558 void Int32Value::Swap(Int32Value* other) { in Swap() function in google::protobuf::Int32Value 1576 _internal_metadata_.Swap(&other->_internal_metadata_); in InternalSwap() [all …]
|
D | proto3_lite_unittest.cc | 131 TEST(Proto3LiteTest, Swap) { in TEST() argument 137 msg1.Swap(&msg2); in TEST()
|
D | generated_message_reflection_unittest.cc | 156 TEST(GeneratedMessageReflectionTest, Swap) { in TEST() argument 163 reflection->Swap(&message1, &message2); in TEST() 178 reflection->Swap(&message1, &message2); in TEST() 185 reflection->Swap(&message1, &message2); in TEST() 197 reflection->Swap(&message1, &message2); in TEST() 211 reflection->Swap(&message1, &message2); in TEST() 287 reflection->Swap(&message1, &message2); in TEST() 299 reflection->Swap(&message1, &message2); in TEST()
|
D | wrappers.pb.h | 72 void Swap(DoubleValue* other); 163 void Swap(FloatValue* other); 254 void Swap(Int64Value* other); 345 void Swap(UInt64Value* other); 436 void Swap(Int32Value* other); 527 void Swap(UInt32Value* other); 618 void Swap(BoolValue* other); 709 void Swap(StringValue* other); 808 void Swap(BytesValue* other);
|
/external/libchrome/dbus/ |
D | file_descriptor.cc | 25 Swap(&other); in FileDescriptor() 34 Swap(&other); in operator =() 62 void FileDescriptor::Swap(FileDescriptor* other) { in Swap() function in dbus::FileDescriptor
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | interface_ptr.h | 46 internal_state_.Swap(&other.internal_state_); in InterfacePtr() 53 internal_state_.Swap(&other.internal_state_); 121 internal_state_.Swap(&doomed); in reset() 160 internal_state_.Swap(&state); in PassInterface()
|
D | associated_interface_ptr.h | 34 internal_state_.Swap(&other.internal_state_); in AssociatedInterfacePtr() 39 internal_state_.Swap(&other.internal_state_); 114 internal_state_.Swap(&doomed); in reset() 139 internal_state_.Swap(&state); in PassInterface()
|
D | struct_ptr.h | 74 void Swap(StructPtr* other) { std::swap(ptr_, other->ptr_); } in Swap() function 111 Swap(other); in Take() 164 void Swap(InlinedStructPtr* other) { in Swap() function 199 Swap(other); in Take()
|
D | string.h | 40 String(String&& other) : is_null_(true) { Swap(&other); } in String() 80 Swap(&other); 106 void Swap(String* other) { in Swap() function 111 void Swap(std::string* 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 180 keys->Swap(&key_vector); in DecomposeMapTo() 181 values->Swap(&value_vector); in DecomposeMapTo() 254 Swap(other); in Take()
|
D | wtf_array.h | 127 void Swap(WTFArray* other) { in Swap() function 135 void Swap(WTF::Vector<T>* other) { in Swap() function 186 Swap(other); in Take()
|
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 189 Swap(other); in Take()
|
D | array.h | 148 void Swap(Array* other) { in Swap() function 156 void Swap(std::vector<T>* other) { in Swap() function 201 Swap(other); in Take()
|
/external/autotest/client/site_tests/platform_MemCheck/ |
D | control | 7 - Swap Cached 8 - Swap Total 26 Swap Total
|
/external/libchrome/base/json/ |
D | json_parser.cc | 43 DictionaryValue::Swap(static_cast<DictionaryValue*>(root.get())); in DictionaryHiddenRootValue() 46 void Swap(DictionaryValue* other) override { in Swap() function in base::internal::__anon3b7557e10111::DictionaryHiddenRootValue 52 copy->Swap(other); in Swap() 58 DictionaryValue::Swap(copy.get()); in Swap() 95 ListValue::Swap(static_cast<ListValue*>(root.get())); in ListHiddenRootValue() 98 void Swap(ListValue* other) override { in Swap() function in base::internal::__anon3b7557e10111::ListHiddenRootValue 104 copy->Swap(other); in Swap() 110 ListValue::Swap(copy.get()); in Swap() 304 void JSONParser::StringBuilder::Swap(StringBuilder* other) { in Swap() function in base::internal::JSONParser::StringBuilder 640 out->Swap(&string); in ConsumeStringRaw()
|
/external/pdfium/core/fxcrt/ |
D | cfx_weak_ptr.h | 22 CFX_WeakPtr(CFX_WeakPtr&& that) { Swap(that); } in CFX_WeakPtr() 54 void Swap(CFX_WeakPtr& that) { m_pHandle.Swap(that.m_pHandle); } in Swap() function
|
D | cfx_retain_ptr.h | 25 CFX_RetainPtr(CFX_RetainPtr&& that) { Swap(that); } in CFX_RetainPtr() 45 void Swap(CFX_RetainPtr& that) { m_pObj.swap(that.m_pObj); } in Swap() function
|
/external/clang/test/SemaCXX/ |
D | typo-correction-cxx11.cpp | 38 void Swap(A *other); 58 …new_annotation->Swap(&annotation); // expected-error {{use of undeclared identifier 'new_annotati… in run()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_helper.cc | 50 invalid_region->Swap(&invalid_region_); in TakeInvalidRegion() 56 expanded_region.Swap(invalid_region); in TakeInvalidRegion()
|
/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
|
/external/libbrillo/brillo/ |
D | any.h | 170 void Swap(Any& other); 209 lhs.Swap(rhs); in swap()
|
/external/google-breakpad/src/common/ |
D | string_conversion.cc | 117 static inline uint16_t Swap(uint16_t value) { in Swap() function 132 source_buffer_ptr[idx] = Swap(*it); in UTF16ToUTF8()
|