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

Function ParseTextProto

internal/message_equality_test.cc:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65template <typename T>
66google::protobuf::Message* ParseTextProto(absl::string_view text) {
67 return DynamicParseTextProto<T>(GetTestArena(), text,
68 GetTestingDescriptorPool(),
69 GetTestingMessageFactory());
70}
71
72struct UnaryMessageEqualsTestParam {
73 std::string name;

Callers

nothing calls this directly

Calls 1

GetTestArenaFunction · 0.70

Tested by

no test coverage detected