Home
last modified time | relevance | path

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

12

/third_party/protobuf/src/google/protobuf/
Dwrappers.pb.h119 if (this != &from) InternalSwap(&from);
151 InternalSwap(other); in Swap()
159 InternalSwap(other); in UnsafeArenaSwap()
188 void InternalSwap(DoubleValue* other);
256 if (this != &from) InternalSwap(&from);
288 InternalSwap(other); in Swap()
296 InternalSwap(other); in UnsafeArenaSwap()
325 void InternalSwap(FloatValue* other);
393 if (this != &from) InternalSwap(&from);
425 InternalSwap(other); in Swap()
[all …]
Dempty.pb.h87 if (this != &from) InternalSwap(&from);
119 InternalSwap(other); in Swap()
127 InternalSwap(other); in UnsafeArenaSwap()
156 void InternalSwap(Empty* other);
Dduration.pb.h87 if (this != &from) InternalSwap(&from);
119 InternalSwap(other); in Swap()
127 InternalSwap(other); in UnsafeArenaSwap()
156 void InternalSwap(Duration* other);
Dtimestamp.pb.h87 if (this != &from) InternalSwap(&from);
119 InternalSwap(other); in Swap()
127 InternalSwap(other); in UnsafeArenaSwap()
156 void InternalSwap(Timestamp* other);
Dstruct.pb.h159 if (this != &from) InternalSwap(&from);
191 InternalSwap(other); in Swap()
199 InternalSwap(other); in UnsafeArenaSwap()
228 void InternalSwap(Struct* other);
310 if (this != &from) InternalSwap(&from);
352 InternalSwap(other); in Swap()
360 InternalSwap(other); in UnsafeArenaSwap()
389 void InternalSwap(Value* other);
565 if (this != &from) InternalSwap(&from);
597 InternalSwap(other); in Swap()
[all …]
Dsource_context.pb.h87 if (this != &from) InternalSwap(&from);
119 InternalSwap(other); in Swap()
127 InternalSwap(other); in UnsafeArenaSwap()
156 void InternalSwap(SourceContext* other);
Dfield_mask.pb.h87 if (this != &from) InternalSwap(&from);
119 InternalSwap(other); in Swap()
127 InternalSwap(other); in UnsafeArenaSwap()
156 void InternalSwap(FieldMask* other);
Ddescriptor.pb.h351 if (this != &from) InternalSwap(&from);
390 InternalSwap(other); in Swap()
398 InternalSwap(other); in UnsafeArenaSwap()
427 void InternalSwap(FileDescriptorSet* other);
504 if (this != &from) InternalSwap(&from);
543 InternalSwap(other); in Swap()
551 InternalSwap(other); in UnsafeArenaSwap()
580 void InternalSwap(FileDescriptorProto* other);
898 if (this != &from) InternalSwap(&from);
937 InternalSwap(other); in Swap()
[all …]
Dapi.pb.h97 if (this != &from) InternalSwap(&from);
129 InternalSwap(other); in Swap()
137 InternalSwap(other); in UnsafeArenaSwap()
166 void InternalSwap(Api* other);
350 if (this != &from) InternalSwap(&from);
382 InternalSwap(other); in Swap()
390 InternalSwap(other); in UnsafeArenaSwap()
419 void InternalSwap(Method* other);
583 if (this != &from) InternalSwap(&from);
615 InternalSwap(other); in Swap()
[all …]
Dtype.pb.h200 if (this != &from) InternalSwap(&from);
232 InternalSwap(other); in Swap()
240 InternalSwap(other); in UnsafeArenaSwap()
269 void InternalSwap(Type* other);
441 if (this != &from) InternalSwap(&from);
473 InternalSwap(other); in Swap()
481 InternalSwap(other); in UnsafeArenaSwap()
510 void InternalSwap(Field* other);
812 if (this != &from) InternalSwap(&from);
844 InternalSwap(other); in Swap()
[all …]
Dany.pb.h87 if (this != &from) InternalSwap(&from);
152 InternalSwap(other); in Swap()
160 InternalSwap(other); in UnsafeArenaSwap()
189 void InternalSwap(Any* other);
Dimplicit_weak_message.h171 void InternalSwap(WeakRepeatedPtrField* other) { in InternalSwap() function
172 base().InternalSwap(&other->base()); in InternalSwap()
Ddescriptor.pb.cc1569 void FileDescriptorSet::InternalSwap(FileDescriptorSet* other) { in InternalSwap() function in FileDescriptorSet
1572 file_.InternalSwap(&other->file_); in InternalSwap()
2218 void FileDescriptorProto::InternalSwap(FileDescriptorProto* other) { in InternalSwap() function in FileDescriptorProto
2222 dependency_.InternalSwap(&other->dependency_); in InternalSwap()
2223 message_type_.InternalSwap(&other->message_type_); in InternalSwap()
2224 enum_type_.InternalSwap(&other->enum_type_); in InternalSwap()
2225 service_.InternalSwap(&other->service_); in InternalSwap()
2226 extension_.InternalSwap(&other->extension_); in InternalSwap()
2227 public_dependency_.InternalSwap(&other->public_dependency_); in InternalSwap()
2228 weak_dependency_.InternalSwap(&other->weak_dependency_); in InternalSwap()
[all …]
Drepeated_field.h319 inline void InternalSwap(RepeatedField* other);
636 inline void InternalSwap(RepeatedPtrFieldBase* other);
1156 void InternalSwap(RepeatedPtrField* other) {
1157 internal::RepeatedPtrFieldBase::InternalSwap(other);
1232 InternalSwap(&other);
1245 InternalSwap(&other);
1460 inline void RepeatedField<Element>::InternalSwap(RepeatedField* other) {
1478 InternalSwap(other);
1490 InternalSwap(other);
1679 InternalSwap(other);
[all …]
Dtype.pb.cc728 void Type::InternalSwap(Type* other) { in InternalSwap() function in Type
731 fields_.InternalSwap(&other->fields_); in InternalSwap()
732 oneofs_.InternalSwap(&other->oneofs_); in InternalSwap()
733 options_.InternalSwap(&other->options_); in InternalSwap()
1212 void Field::InternalSwap(Field* other) { in InternalSwap() function in Field
1215 options_.InternalSwap(&other->options_); in InternalSwap()
1570 void Enum::InternalSwap(Enum* other) { in InternalSwap() function in Enum
1573 enumvalue_.InternalSwap(&other->enumvalue_); in InternalSwap()
1574 options_.InternalSwap(&other->options_); in InternalSwap()
1844 void EnumValue::InternalSwap(EnumValue* other) { in InternalSwap() function in EnumValue
[all …]
Dapi.pb.cc581 void Api::InternalSwap(Api* other) { in InternalSwap() function in Api
584 methods_.InternalSwap(&other->methods_); in InternalSwap()
585 options_.InternalSwap(&other->options_); in InternalSwap()
586 mixins_.InternalSwap(&other->mixins_); in InternalSwap()
983 void Method::InternalSwap(Method* other) { in InternalSwap() function in Method
986 options_.InternalSwap(&other->options_); in InternalSwap()
1238 void Mixin::InternalSwap(Mixin* other) { in InternalSwap() function in Mixin
Dfield_mask.pb.cc279 void FieldMask::InternalSwap(FieldMask* other) { in InternalSwap() function in FieldMask
282 paths_.InternalSwap(&other->paths_); in InternalSwap()
Dwrappers.pb.cc488 void DoubleValue::InternalSwap(DoubleValue* other) { in InternalSwap() function in DoubleValue
683 void FloatValue::InternalSwap(FloatValue* other) { in InternalSwap() function in FloatValue
880 void Int64Value::InternalSwap(Int64Value* other) { in InternalSwap() function in Int64Value
1077 void UInt64Value::InternalSwap(UInt64Value* other) { in InternalSwap() function in UInt64Value
1274 void Int32Value::InternalSwap(Int32Value* other) { in InternalSwap() function in Int32Value
1471 void UInt32Value::InternalSwap(UInt32Value* other) { in InternalSwap() function in UInt32Value
1666 void BoolValue::InternalSwap(BoolValue* other) { in InternalSwap() function in BoolValue
1875 void StringValue::InternalSwap(StringValue* other) { in InternalSwap() function in StringValue
2079 void BytesValue::InternalSwap(BytesValue* other) { in InternalSwap() function in BytesValue
Dstruct.pb.cc419 void Struct::InternalSwap(Struct* other) { in InternalSwap() function in Struct
875 void Value::InternalSwap(Value* other) { in InternalSwap() function in Value
1079 void ListValue::InternalSwap(ListValue* other) { in InternalSwap() function in ListValue
1082 values_.InternalSwap(&other->values_); in InternalSwap()
Dempty.pb.cc235 void Empty::InternalSwap(Empty* other) { in InternalSwap() function in Empty
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h133 if (this != &from) InternalSwap(&from);
172 InternalSwap(other); in Swap()
180 InternalSwap(other); in UnsafeArenaSwap()
209 void InternalSwap(Version* other);
334 if (this != &from) InternalSwap(&from);
373 InternalSwap(other); in Swap()
381 InternalSwap(other); in UnsafeArenaSwap()
410 void InternalSwap(CodeGeneratorRequest* other);
556 if (this != &from) InternalSwap(&from);
595 InternalSwap(other); in Swap()
[all …]
Dplugin.pb.cc542 void Version::InternalSwap(Version* other) { in InternalSwap() function in compiler::Version
899 void CodeGeneratorRequest::InternalSwap(CodeGeneratorRequest* other) { in InternalSwap() function in compiler::CodeGeneratorRequest
903 file_to_generate_.InternalSwap(&other->file_to_generate_); in InternalSwap()
904 proto_file_.InternalSwap(&other->proto_file_); in InternalSwap()
1222 void CodeGeneratorResponse_File::InternalSwap(CodeGeneratorResponse_File* other) { in InternalSwap() function in compiler::CodeGeneratorResponse_File
1516 void CodeGeneratorResponse::InternalSwap(CodeGeneratorResponse* other) { in InternalSwap() function in compiler::CodeGeneratorResponse
1520 file_.InternalSwap(&other->file_); in InternalSwap()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumber.pb.h110 if (this != &from) InternalSwap(&from);
140 InternalSwap(other); in Swap()
148 InternalSwap(other); in UnsafeArenaSwap()
178 void InternalSwap(PhoneNumber* other);
Dphonemetadata.pb.cc490 void NumberFormat::InternalSwap(NumberFormat* other) { in InternalSwap() function in i18n::phonenumbers::NumberFormat
494 leading_digits_pattern_.InternalSwap(&other->leading_digits_pattern_); in InternalSwap()
808 void PhoneNumberDesc::InternalSwap(PhoneNumberDesc* other) { in InternalSwap() function in i18n::phonenumbers::PhoneNumberDesc
812 possible_length_.InternalSwap(&other->possible_length_); in InternalSwap()
813 possible_length_local_only_.InternalSwap(&other->possible_length_local_only_); in InternalSwap()
2265 void PhoneMetadata::InternalSwap(PhoneMetadata* other) { in InternalSwap() function in i18n::phonenumbers::PhoneMetadata
2269 number_format_.InternalSwap(&other->number_format_); in InternalSwap()
2270 intl_number_format_.InternalSwap(&other->intl_number_format_); in InternalSwap()
2468 void PhoneMetadataCollection::InternalSwap(PhoneMetadataCollection* other) { in InternalSwap() function in i18n::phonenumbers::PhoneMetadataCollection
2471 metadata_.InternalSwap(&other->metadata_); in InternalSwap()
Dphonemetadata.pb.h99 if (this != &from) InternalSwap(&from);
129 InternalSwap(other); in Swap()
137 InternalSwap(other); in UnsafeArenaSwap()
167 void InternalSwap(NumberFormat* other);
350 if (this != &from) InternalSwap(&from);
380 InternalSwap(other); in Swap()
388 InternalSwap(other); in UnsafeArenaSwap()
418 void InternalSwap(PhoneNumberDesc* other);
561 if (this != &from) InternalSwap(&from);
591 InternalSwap(other); in Swap()
[all …]

12