MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / GetTestArena

Function GetTestArena

internal/message_equality_test.cc:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58using TestAllTypesProto3 = ::cel::expr::conformance::proto3::TestAllTypes;
59
60google::protobuf::Arena* GetTestArena() {
61 static absl::NoDestructor<google::protobuf::Arena> arena;
62 return &*arena;
63}
64
65template <typename T>
66google::protobuf::Message* ParseTextProto(absl::string_view text) {

Callers 2

ParseTextProtoFunction · 0.70
PackMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected