| 148 | StringValue Trim(const StringValue& string) { return string.Trim(); } |
| 149 | |
| 150 | StringValue LowerAscii(const StringValue& string, |
| 151 | const google::protobuf::DescriptorPool* absl_nonnull, |
| 152 | google::protobuf::MessageFactory* absl_nonnull, |
| 153 | google::protobuf::Arena* absl_nonnull arena) { |
| 154 | return string.LowerAscii(arena); |
| 155 | } |
| 156 | |
| 157 | StringValue UpperAscii(const StringValue& string, |
| 158 | const google::protobuf::DescriptorPool* absl_nonnull, |
nothing calls this directly
no test coverage detected