| 50 | } |
| 51 | |
| 52 | ARROW_NOINLINE |
| 53 | Status ProtoStringOutputTooBig(const char* name) { |
| 54 | return Status::Invalid("Serialized ", name, " exceeded 2 GiB limit"); |
| 55 | } |
| 56 | |
| 57 | ARROW_NOINLINE |
| 58 | Status InvalidProtoString(const char* name) { |
no test coverage detected