Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dwrappers.pb.h119 if (this != &from) InternalSwap(&from);
157 InternalSwap(other); in Swap()
165 InternalSwap(other); in UnsafeArenaSwap()
201 void InternalSwap(DoubleValue* other);
273 if (this != &from) InternalSwap(&from);
311 InternalSwap(other); in Swap()
319 InternalSwap(other); in UnsafeArenaSwap()
355 void InternalSwap(FloatValue* other);
427 if (this != &from) InternalSwap(&from);
465 InternalSwap(other); in Swap()
[all …]
Dempty.pb.h87 if (this != &from) InternalSwap(&from);
125 InternalSwap(other); in Swap()
133 InternalSwap(other); in UnsafeArenaSwap()
169 void InternalSwap(Empty* other);
Dduration.pb.h87 if (this != &from) InternalSwap(&from);
125 InternalSwap(other); in Swap()
133 InternalSwap(other); in UnsafeArenaSwap()
169 void InternalSwap(Duration* other);
Dtimestamp.pb.h87 if (this != &from) InternalSwap(&from);
125 InternalSwap(other); in Swap()
133 InternalSwap(other); in UnsafeArenaSwap()
169 void InternalSwap(Timestamp* other);
Dstruct.pb.h159 if (this != &from) InternalSwap(&from);
197 InternalSwap(other); in Swap()
205 InternalSwap(other); in UnsafeArenaSwap()
241 void InternalSwap(Struct* other);
322 if (this != &from) InternalSwap(&from);
370 InternalSwap(other); in Swap()
378 InternalSwap(other); in UnsafeArenaSwap()
414 void InternalSwap(Value* other);
576 if (this != &from) InternalSwap(&from);
614 InternalSwap(other); in Swap()
[all …]
Dfield_mask.pb.h87 if (this != &from) InternalSwap(&from);
125 InternalSwap(other); in Swap()
133 InternalSwap(other); in UnsafeArenaSwap()
169 void InternalSwap(FieldMask* other);
Ddescriptor.pb.h351 if (this != &from) InternalSwap(&from);
396 InternalSwap(other); in Swap()
404 InternalSwap(other); in UnsafeArenaSwap()
440 void InternalSwap(FileDescriptorSet* other);
519 if (this != &from) InternalSwap(&from);
564 InternalSwap(other); in Swap()
572 InternalSwap(other); in UnsafeArenaSwap()
608 void InternalSwap(FileDescriptorProto* other);
866 if (this != &from) InternalSwap(&from);
911 InternalSwap(other); in Swap()
[all …]
Dtype.pb.h200 if (this != &from) InternalSwap(&from);
238 InternalSwap(other); in Swap()
246 InternalSwap(other); in UnsafeArenaSwap()
282 void InternalSwap(Type* other);
434 if (this != &from) InternalSwap(&from);
472 InternalSwap(other); in Swap()
480 InternalSwap(other); in UnsafeArenaSwap()
516 void InternalSwap(Field* other);
815 if (this != &from) InternalSwap(&from);
853 InternalSwap(other); in Swap()
[all …]
Dsource_context.pb.h87 if (this != &from) InternalSwap(&from);
118 InternalSwap(other); in Swap()
154 void InternalSwap(SourceContext* other);
Dapi.pb.h97 if (this != &from) InternalSwap(&from);
128 InternalSwap(other); in Swap()
164 void InternalSwap(Api* other);
303 if (this != &from) InternalSwap(&from);
334 InternalSwap(other); in Swap()
370 void InternalSwap(Method* other);
500 if (this != &from) InternalSwap(&from);
531 InternalSwap(other); in Swap()
567 void InternalSwap(Mixin* other);
Dany.pb.h88 if (this != &from) InternalSwap(&from);
134 InternalSwap(other); in Swap()
170 void InternalSwap(Any* other);
Drepeated_field.h270 inline void InternalSwap(RepeatedField* other);
504 inline void InternalSwap(RepeatedPtrFieldBase* other);
1040 using RepeatedPtrFieldBase::InternalSwap;
1115 InternalSwap(&other);
1128 InternalSwap(&other);
1332 inline void RepeatedField<Element>::InternalSwap(RepeatedField* other) {
1345 InternalSwap(other);
1357 InternalSwap(other);
1519 InternalSwap(other);
1537 other->InternalSwap(&temp);
[all …]
Ddescriptor.pb.cc1650 void FileDescriptorSet::InternalSwap(FileDescriptorSet* other) { in InternalSwap() function in FileDescriptorSet
1654 CastToBase(&file_)->InternalSwap(CastToBase(&other->file_)); in InternalSwap()
2633 void FileDescriptorProto::InternalSwap(FileDescriptorProto* other) { in InternalSwap() function in FileDescriptorProto
2637 dependency_.InternalSwap(CastToBase(&other->dependency_)); in InternalSwap()
2638 CastToBase(&message_type_)->InternalSwap(CastToBase(&other->message_type_)); in InternalSwap()
2639 CastToBase(&enum_type_)->InternalSwap(CastToBase(&other->enum_type_)); in InternalSwap()
2640 CastToBase(&service_)->InternalSwap(CastToBase(&other->service_)); in InternalSwap()
2641 CastToBase(&extension_)->InternalSwap(CastToBase(&other->extension_)); in InternalSwap()
2642 public_dependency_.InternalSwap(&other->public_dependency_); in InternalSwap()
2643 weak_dependency_.InternalSwap(&other->weak_dependency_); in InternalSwap()
[all …]
Dtype.pb.cc924 void Type::InternalSwap(Type* other) { in InternalSwap() function in Type
927 CastToBase(&fields_)->InternalSwap(CastToBase(&other->fields_)); in InternalSwap()
928 oneofs_.InternalSwap(CastToBase(&other->oneofs_)); in InternalSwap()
929 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
1664 void Field::InternalSwap(Field* other) { in InternalSwap() function in Field
1667 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
2195 void Enum::InternalSwap(Enum* other) { in InternalSwap() function in Enum
2198 CastToBase(&enumvalue_)->InternalSwap(CastToBase(&other->enumvalue_)); in InternalSwap()
2199 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
2581 void EnumValue::InternalSwap(EnumValue* other) { in InternalSwap() function in EnumValue
[all …]
Dfield_mask.pb.cc355 void FieldMask::InternalSwap(FieldMask* other) { in InternalSwap() function in FieldMask
358 paths_.InternalSwap(CastToBase(&other->paths_)); in InternalSwap()
Dapi.pb.cc770 void Api::InternalSwap(Api* other) { in InternalSwap() function in Api
773 CastToBase(&methods_)->InternalSwap(CastToBase(&other->methods_)); in InternalSwap()
774 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
775 CastToBase(&mixins_)->InternalSwap(CastToBase(&other->mixins_)); in InternalSwap()
1353 void Method::InternalSwap(Method* other) { in InternalSwap() function in Method
1356 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
1691 void Mixin::InternalSwap(Mixin* other) { in InternalSwap() function in Mixin
Dwrappers.pb.cc557 void DoubleValue::InternalSwap(DoubleValue* other) { in InternalSwap() function in DoubleValue
819 void FloatValue::InternalSwap(FloatValue* other) { in InternalSwap() function in FloatValue
1083 void Int64Value::InternalSwap(Int64Value* other) { in InternalSwap() function in Int64Value
1347 void UInt64Value::InternalSwap(UInt64Value* other) { in InternalSwap() function in UInt64Value
1611 void Int32Value::InternalSwap(Int32Value* other) { in InternalSwap() function in Int32Value
1875 void UInt32Value::InternalSwap(UInt32Value* other) { in InternalSwap() function in UInt32Value
2137 void BoolValue::InternalSwap(BoolValue* other) { in InternalSwap() function in BoolValue
2420 void StringValue::InternalSwap(StringValue* other) { in InternalSwap() function in StringValue
2692 void BytesValue::InternalSwap(BytesValue* other) { in InternalSwap() function in BytesValue
Dstruct.pb.cc534 void Struct::InternalSwap(Struct* other) { in InternalSwap() function in Struct
1152 void Value::InternalSwap(Value* other) { in InternalSwap() function in Value
1430 void ListValue::InternalSwap(ListValue* other) { in InternalSwap() function in ListValue
1433 CastToBase(&values_)->InternalSwap(CastToBase(&other->values_)); in InternalSwap()
Dempty.pb.cc286 void Empty::InternalSwap(Empty* other) { in InternalSwap() function in Empty
Dsource_context.pb.cc342 void SourceContext::InternalSwap(SourceContext* other) { in InternalSwap() function in SourceContext
Dduration.pb.cc384 void Duration::InternalSwap(Duration* other) { in InternalSwap() function in Duration
Dtimestamp.pb.cc384 void Timestamp::InternalSwap(Timestamp* other) { in InternalSwap() function in Timestamp
Dany.pb.cc417 void Any::InternalSwap(Any* other) { in InternalSwap() function in Any
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h109 if (this != &from) InternalSwap(&from);
147 InternalSwap(other); in Swap()
183 void InternalSwap(Version* other);
279 if (this != &from) InternalSwap(&from);
317 InternalSwap(other); in Swap()
353 void InternalSwap(CodeGeneratorRequest* other);
467 if (this != &from) InternalSwap(&from);
505 InternalSwap(other); in Swap()
541 void InternalSwap(CodeGeneratorResponse_File* other);
641 if (this != &from) InternalSwap(&from);
[all …]
Dplugin.pb.cc627 void Version::InternalSwap(Version* other) { in InternalSwap() function in compiler::Version
1100 void CodeGeneratorRequest::InternalSwap(CodeGeneratorRequest* other) { in InternalSwap() function in compiler::CodeGeneratorRequest
1104 file_to_generate_.InternalSwap(CastToBase(&other->file_to_generate_)); in InternalSwap()
1105 CastToBase(&proto_file_)->InternalSwap(CastToBase(&other->proto_file_)); in InternalSwap()
1526 void CodeGeneratorResponse_File::InternalSwap(CodeGeneratorResponse_File* other) { in InternalSwap() function in compiler::CodeGeneratorResponse_File
1868 void CodeGeneratorResponse::InternalSwap(CodeGeneratorResponse* other) { in InternalSwap() function in compiler::CodeGeneratorResponse
1872 CastToBase(&file_)->InternalSwap(CastToBase(&other->file_)); in InternalSwap()