| Index: third_party/protobuf/src/google/protobuf/any.pb.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/any.pb.h b/third_party/protobuf/src/google/protobuf/any.pb.h
|
| index 97982ecf86a4ec55c9e97a214a59eb440388edb1..100a67f61261bfa2da0ba7c351b238fd28c23595 100644
|
| --- a/third_party/protobuf/src/google/protobuf/any.pb.h
|
| +++ b/third_party/protobuf/src/google/protobuf/any.pb.h
|
| @@ -60,6 +60,8 @@ class LIBPROTOBUF_EXPORT Any : public ::google::protobuf::Message {
|
| // implements Any -----------------------------------------------
|
|
|
| void PackFrom(const ::google::protobuf::Message& message);
|
| + void PackFrom(const ::google::protobuf::Message& message,
|
| + const ::std::string& type_url_prefix);
|
| bool UnpackTo(::google::protobuf::Message* message) const;
|
| template<typename T> bool Is() const {
|
| return _any_metadata_.Is<T>();
|
| @@ -182,6 +184,7 @@ inline ::std::string* Any::mutable_type_url() {
|
| return type_url_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
| }
|
| inline ::std::string* Any::release_type_url() {
|
| + // @@protoc_insertion_point(field_release:google.protobuf.Any.type_url)
|
|
|
| return type_url_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
| }
|
| @@ -225,6 +228,7 @@ inline ::std::string* Any::mutable_value() {
|
| return value_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
| }
|
| inline ::std::string* Any::release_value() {
|
| + // @@protoc_insertion_point(field_release:google.protobuf.Any.value)
|
|
|
| return value_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
| }
|
|
|