Home
last modified time | relevance | path

Searched refs:Swap (Results 1 – 25 of 203) sorted by relevance

123456789

/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
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/
Dreflection_internal.h236 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()
Dmetadata.h100 GOOGLE_ATTRIBUTE_ALWAYS_INLINE void Swap(InternalMetadataWithArena* other) { in Swap() function
108 mutable_unknown_fields()->Swap(other->mutable_unknown_fields()); in Swap()
Dwrappers.pb.cc520 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 …]
Dproto3_lite_unittest.cc131 TEST(Proto3LiteTest, Swap) { in TEST() argument
137 msg1.Swap(&msg2); in TEST()
Dgenerated_message_reflection_unittest.cc156 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()
Dwrappers.pb.h72 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/
Dfile_descriptor.cc25 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/
Dinterface_ptr.h46 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()
Dassociated_interface_ptr.h34 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()
Dstruct_ptr.h74 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()
Dstring.h40 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
Dmap.h148 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()
Dwtf_array.h127 void Swap(WTFArray* other) { in Swap() function
135 void Swap(WTF::Vector<T>* other) { in Swap() function
186 Swap(other); in Take()
Dwtf_map.h136 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()
Darray.h148 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/
Dcontrol7 - Swap Cached
8 - Swap Total
26 Swap Total
/external/libchrome/base/json/
Djson_parser.cc43 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/
Dcfx_weak_ptr.h22 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
Dcfx_retain_ptr.h25 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/
Dtypo-correction-cxx11.cpp38 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/
Dscreen_capturer_helper.cc50 invalid_region->Swap(&invalid_region_); in TakeInvalidRegion()
56 expanded_region.Swap(invalid_region); in TakeInvalidRegion()
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dmethods-expected.cc247 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/
Dany.h170 void Swap(Any& other);
209 lhs.Swap(rhs); in swap()
/external/google-breakpad/src/common/
Dstring_conversion.cc117 static inline uint16_t Swap(uint16_t value) { in Swap() function
132 source_buffer_ptr[idx] = Swap(*it); in UTF16ToUTF8()

123456789