Searched defs:UnsafeArenaSwap (Results 1 – 4 of 4) sorted by relevance
528 void DoubleValue::UnsafeArenaSwap(DoubleValue* other) { in UnsafeArenaSwap() function in google::protobuf::DoubleValue790 void FloatValue::UnsafeArenaSwap(FloatValue* other) { in UnsafeArenaSwap() function in google::protobuf::FloatValue1054 void Int64Value::UnsafeArenaSwap(Int64Value* other) { in UnsafeArenaSwap() function in google::protobuf::Int64Value1318 void UInt64Value::UnsafeArenaSwap(UInt64Value* other) { in UnsafeArenaSwap() function in google::protobuf::UInt64Value1582 void Int32Value::UnsafeArenaSwap(Int32Value* other) { in UnsafeArenaSwap() function in google::protobuf::Int32Value1846 void UInt32Value::UnsafeArenaSwap(UInt32Value* other) { in UnsafeArenaSwap() function in google::protobuf::UInt32Value2108 void BoolValue::UnsafeArenaSwap(BoolValue* other) { in UnsafeArenaSwap() function in google::protobuf::BoolValue2387 void StringValue::UnsafeArenaSwap(StringValue* other) { in UnsafeArenaSwap() function in google::protobuf::StringValue2706 void BytesValue::UnsafeArenaSwap(BytesValue* other) { in UnsafeArenaSwap() function in google::protobuf::BytesValue
288 void Empty::UnsafeArenaSwap(Empty* other) { in UnsafeArenaSwap() function in google::protobuf::Empty
390 void Timestamp::UnsafeArenaSwap(Timestamp* other) { in UnsafeArenaSwap() function in google::protobuf::Timestamp
479 TEST(ArenaTest, UnsafeArenaSwap) { in TEST() argument