Searched defs:UnsafeArenaSwap (Results 1 – 4 of 4) sorted by relevance
531 void DoubleValue::UnsafeArenaSwap(DoubleValue* other) { in UnsafeArenaSwap() function in google::protobuf::DoubleValue789 void FloatValue::UnsafeArenaSwap(FloatValue* other) { in UnsafeArenaSwap() function in google::protobuf::FloatValue1049 void Int64Value::UnsafeArenaSwap(Int64Value* other) { in UnsafeArenaSwap() function in google::protobuf::Int64Value1309 void UInt64Value::UnsafeArenaSwap(UInt64Value* other) { in UnsafeArenaSwap() function in google::protobuf::UInt64Value1569 void Int32Value::UnsafeArenaSwap(Int32Value* other) { in UnsafeArenaSwap() function in google::protobuf::Int32Value1829 void UInt32Value::UnsafeArenaSwap(UInt32Value* other) { in UnsafeArenaSwap() function in google::protobuf::UInt32Value2087 void BoolValue::UnsafeArenaSwap(BoolValue* other) { in UnsafeArenaSwap() function in google::protobuf::BoolValue2362 void StringValue::UnsafeArenaSwap(StringValue* other) { in UnsafeArenaSwap() function in google::protobuf::StringValue2677 void BytesValue::UnsafeArenaSwap(BytesValue* other) { in UnsafeArenaSwap() function in google::protobuf::BytesValue
291 void Empty::UnsafeArenaSwap(Empty* other) { in UnsafeArenaSwap() function in google::protobuf::Empty
393 void Timestamp::UnsafeArenaSwap(Timestamp* other) { in UnsafeArenaSwap() function in google::protobuf::Timestamp
480 TEST(ArenaTest, UnsafeArenaSwap) { in TEST() argument