Home
last modified time | relevance | path

Searched refs:UnsafeArenaSwap (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwrappers.pb.h71 void UnsafeArenaSwap(DoubleValue* other);
162 void UnsafeArenaSwap(FloatValue* other);
253 void UnsafeArenaSwap(Int64Value* other);
344 void UnsafeArenaSwap(UInt64Value* other);
435 void UnsafeArenaSwap(Int32Value* other);
526 void UnsafeArenaSwap(UInt32Value* other);
617 void UnsafeArenaSwap(BoolValue* other);
708 void UnsafeArenaSwap(StringValue* other);
807 void UnsafeArenaSwap(BytesValue* other);
Dwrappers.pb.cc531 void DoubleValue::UnsafeArenaSwap(DoubleValue* other) { in UnsafeArenaSwap() function in google::protobuf::DoubleValue
789 void FloatValue::UnsafeArenaSwap(FloatValue* other) { in UnsafeArenaSwap() function in google::protobuf::FloatValue
1049 void Int64Value::UnsafeArenaSwap(Int64Value* other) { in UnsafeArenaSwap() function in google::protobuf::Int64Value
1309 void UInt64Value::UnsafeArenaSwap(UInt64Value* other) { in UnsafeArenaSwap() function in google::protobuf::UInt64Value
1569 void Int32Value::UnsafeArenaSwap(Int32Value* other) { in UnsafeArenaSwap() function in google::protobuf::Int32Value
1829 void UInt32Value::UnsafeArenaSwap(UInt32Value* other) { in UnsafeArenaSwap() function in google::protobuf::UInt32Value
2087 void BoolValue::UnsafeArenaSwap(BoolValue* other) { in UnsafeArenaSwap() function in google::protobuf::BoolValue
2362 void StringValue::UnsafeArenaSwap(StringValue* other) { in UnsafeArenaSwap() function in google::protobuf::StringValue
2677 void BytesValue::UnsafeArenaSwap(BytesValue* other) { in UnsafeArenaSwap() function in google::protobuf::BytesValue
Dempty.pb.h63 void UnsafeArenaSwap(Empty* other);
Dtimestamp.pb.h63 void UnsafeArenaSwap(Timestamp* other);
Dempty.pb.cc291 void Empty::UnsafeArenaSwap(Empty* other) { in UnsafeArenaSwap() function in google::protobuf::Empty
Dtype.pb.cc717 fields_.UnsafeArenaSwap(&other->fields_); in InternalSwap()
718 oneofs_.UnsafeArenaSwap(&other->oneofs_); in InternalSwap()
719 options_.UnsafeArenaSwap(&other->options_); in InternalSwap()
1665 options_.UnsafeArenaSwap(&other->options_); in InternalSwap()
2343 enumvalue_.UnsafeArenaSwap(&other->enumvalue_); in InternalSwap()
2344 options_.UnsafeArenaSwap(&other->options_); in InternalSwap()
2819 options_.UnsafeArenaSwap(&other->options_); in InternalSwap()
Ddescriptor.pb.cc1109 file_.UnsafeArenaSwap(&other->file_); in InternalSwap()
1913 dependency_.UnsafeArenaSwap(&other->dependency_); in InternalSwap()
1914 public_dependency_.UnsafeArenaSwap(&other->public_dependency_); in InternalSwap()
1915 weak_dependency_.UnsafeArenaSwap(&other->weak_dependency_); in InternalSwap()
1916 message_type_.UnsafeArenaSwap(&other->message_type_); in InternalSwap()
1917 enum_type_.UnsafeArenaSwap(&other->enum_type_); in InternalSwap()
1918 service_.UnsafeArenaSwap(&other->service_); in InternalSwap()
1919 extension_.UnsafeArenaSwap(&other->extension_); in InternalSwap()
3652 field_.UnsafeArenaSwap(&other->field_); in InternalSwap()
3653 extension_.UnsafeArenaSwap(&other->extension_); in InternalSwap()
[all …]
Dfield_mask.pb.cc327 paths_.UnsafeArenaSwap(&other->paths_); in InternalSwap()
Drepeated_field.h168 void UnsafeArenaSwap(RepeatedField* other);
780 void UnsafeArenaSwap(RepeatedPtrField* other);
1203 other->UnsafeArenaSwap(&temp);
1208 void RepeatedField<Element>::UnsafeArenaSwap(RepeatedField* other) {
1983 inline void RepeatedPtrField<Element>::UnsafeArenaSwap(
Dtimestamp.pb.cc393 void Timestamp::UnsafeArenaSwap(Timestamp* other) { in UnsafeArenaSwap() function in google::protobuf::Timestamp
Dapi.pb.cc664 methods_.UnsafeArenaSwap(&other->methods_); in InternalSwap()
665 options_.UnsafeArenaSwap(&other->options_); in InternalSwap()
668 mixins_.UnsafeArenaSwap(&other->mixins_); in InternalSwap()
1417 options_.UnsafeArenaSwap(&other->options_); in InternalSwap()
Darena_unittest.cc480 TEST(ArenaTest, UnsafeArenaSwap) { in TEST() argument
485 message1->UnsafeArenaSwap(message2); in TEST()
Dstruct.pb.cc1447 values_.UnsafeArenaSwap(&other->values_); in InternalSwap()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc508 file_to_generate_.UnsafeArenaSwap(&other->file_to_generate_); in InternalSwap()
510 proto_file_.UnsafeArenaSwap(&other->proto_file_); in InternalSwap()
1325 file_.UnsafeArenaSwap(&other->file_); in InternalSwap()