| 162 | } |
| 163 | |
| 164 | StringValue Quote(const StringValue& string, |
| 165 | const google::protobuf::DescriptorPool* absl_nonnull, |
| 166 | google::protobuf::MessageFactory* absl_nonnull, |
| 167 | google::protobuf::Arena* absl_nonnull arena) { |
| 168 | return string.Quote(arena); |
| 169 | } |
| 170 | |
| 171 | StringValue Reverse(const StringValue& string, |
| 172 | const google::protobuf::DescriptorPool* absl_nonnull, |