| 82 | } |
| 83 | |
| 84 | absl::StatusOr<Value> Split2( |
| 85 | const StringValue& string, const StringValue& delimiter, |
| 86 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |
| 87 | google::protobuf::MessageFactory* absl_nonnull message_factory, |
| 88 | google::protobuf::Arena* absl_nonnull arena) { |
| 89 | return string.Split(delimiter, arena); |
| 90 | } |
| 91 | |
| 92 | absl::StatusOr<Value> Replace2(const StringValue& string, |
| 93 | const StringValue& old_sub, |