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