| 660 | } |
| 661 | |
| 662 | bool JsonToProtoMessage(const std::string& json_string, |
| 663 | google::protobuf::Message* message, |
| 664 | const Json2PbOptions& options, |
| 665 | std::string* error, |
| 666 | size_t* parsed_offset) { |
| 667 | return JsonToProtoMessageInline(json_string, message, options, error, parsed_offset); |
| 668 | } |
| 669 | |
| 670 | bool JsonToProtoMessage(google::protobuf::io::ZeroCopyInputStream* stream, |
| 671 | google::protobuf::Message* message, |