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