| 34 | using ::testing::ValuesIn; |
| 35 | |
| 36 | google::protobuf::Arena* GetTestArena() { |
| 37 | static absl::NoDestructor<google::protobuf::Arena> arena; |
| 38 | return &*arena; |
| 39 | } |
| 40 | |
| 41 | struct TypeSignatureTestCase { |
| 42 | Type type; |
no outgoing calls
no test coverage detected