| 155 | } |
| 156 | |
| 157 | StringValue UpperAscii(const StringValue& string, |
| 158 | const google::protobuf::DescriptorPool* absl_nonnull, |
| 159 | google::protobuf::MessageFactory* absl_nonnull, |
| 160 | google::protobuf::Arena* absl_nonnull arena) { |
| 161 | return string.UpperAscii(arena); |
| 162 | } |
| 163 | |
| 164 | StringValue Quote(const StringValue& string, |
| 165 | const google::protobuf::DescriptorPool* absl_nonnull, |
nothing calls this directly
no test coverage detected