Home
last modified time | relevance | path

Searched defs:UnsafeArenaSwap (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwrappers.pb.h162 void UnsafeArenaSwap(DoubleValue* other) { in UnsafeArenaSwap() function
316 void UnsafeArenaSwap(FloatValue* other) { in UnsafeArenaSwap() function
470 void UnsafeArenaSwap(Int64Value* other) { in UnsafeArenaSwap() function
624 void UnsafeArenaSwap(UInt64Value* other) { in UnsafeArenaSwap() function
778 void UnsafeArenaSwap(Int32Value* other) { in UnsafeArenaSwap() function
932 void UnsafeArenaSwap(UInt32Value* other) { in UnsafeArenaSwap() function
1086 void UnsafeArenaSwap(BoolValue* other) { in UnsafeArenaSwap() function
1240 void UnsafeArenaSwap(StringValue* other) { in UnsafeArenaSwap() function
1409 void UnsafeArenaSwap(BytesValue* other) { in UnsafeArenaSwap() function
Dempty.pb.h130 void UnsafeArenaSwap(Empty* other) { in UnsafeArenaSwap() function
Dduration.pb.h130 void UnsafeArenaSwap(Duration* other) { in UnsafeArenaSwap() function
Dtimestamp.pb.h130 void UnsafeArenaSwap(Timestamp* other) { in UnsafeArenaSwap() function
Dstruct.pb.h202 void UnsafeArenaSwap(Struct* other) { in UnsafeArenaSwap() function
375 void UnsafeArenaSwap(Value* other) { in UnsafeArenaSwap() function
619 void UnsafeArenaSwap(ListValue* other) { in UnsafeArenaSwap() function
Ddescriptor.pb.h401 void UnsafeArenaSwap(FileDescriptorSet* other) { in UnsafeArenaSwap() function
569 void UnsafeArenaSwap(FileDescriptorProto* other) { in UnsafeArenaSwap() function
916 void UnsafeArenaSwap(DescriptorProto_ExtensionRange* other) { in UnsafeArenaSwap() function
1100 void UnsafeArenaSwap(DescriptorProto_ReservedRange* other) { in UnsafeArenaSwap() function
1271 void UnsafeArenaSwap(DescriptorProto* other) { in UnsafeArenaSwap() function
1575 void UnsafeArenaSwap(ExtensionRangeOptions* other) { in UnsafeArenaSwap() function
1746 void UnsafeArenaSwap(FieldDescriptorProto* other) { in UnsafeArenaSwap() function
2155 void UnsafeArenaSwap(OneofDescriptorProto* other) { in UnsafeArenaSwap() function
2346 void UnsafeArenaSwap(EnumDescriptorProto_EnumReservedRange* other) { in UnsafeArenaSwap() function
2517 void UnsafeArenaSwap(EnumDescriptorProto* other) { in UnsafeArenaSwap() function
[all …]
Dfield_mask.pb.h130 void UnsafeArenaSwap(FieldMask* other) { in UnsafeArenaSwap() function
Dtype.pb.h243 void UnsafeArenaSwap(Type* other) { in UnsafeArenaSwap() function
477 void UnsafeArenaSwap(Field* other) { in UnsafeArenaSwap() function
858 void UnsafeArenaSwap(Enum* other) { in UnsafeArenaSwap() function
1073 void UnsafeArenaSwap(EnumValue* other) { in UnsafeArenaSwap() function
1262 void UnsafeArenaSwap(Option* other) { in UnsafeArenaSwap() function
Darena_unittest.cc535 TEST(ArenaTest, UnsafeArenaSwap) { in TEST() argument