Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
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.cc291 void Empty::UnsafeArenaSwap(Empty* other) { in UnsafeArenaSwap() function in google::protobuf::Empty
Dtimestamp.pb.cc393 void Timestamp::UnsafeArenaSwap(Timestamp* other) { in UnsafeArenaSwap() function in google::protobuf::Timestamp
Darena_unittest.cc480 TEST(ArenaTest, UnsafeArenaSwap) { in TEST() argument