Auto-generate files after cl/653655703

pull/17522/head
Protobuf Team Bot 4 months ago
parent 22863e1dfd
commit 01e8cc0b30
  1. 2
      src/google/protobuf/any.pb.h
  2. 6
      src/google/protobuf/api.pb.h
  3. 2
      src/google/protobuf/duration.pb.h
  4. 2
      src/google/protobuf/field_mask.pb.h
  5. 2
      src/google/protobuf/source_context.pb.h
  6. 6
      src/google/protobuf/struct.pb.h
  7. 2
      src/google/protobuf/timestamp.pb.h
  8. 10
      src/google/protobuf/type.pb.h
  9. 18
      src/google/protobuf/wrappers.pb.h

@ -315,7 +315,7 @@ class PROTOBUF_EXPORT Any final : public ::google::protobuf::Message
const Any& from_msg);
::google::protobuf::internal::ArenaStringPtr type_url_;
::google::protobuf::internal::ArenaStringPtr value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::AnyMetadata _any_metadata_;
PROTOBUF_TSAN_DECLARE_MEMBER
};

@ -275,7 +275,7 @@ class PROTOBUF_EXPORT Mixin final : public ::google::protobuf::Message
const Mixin& from_msg);
::google::protobuf::internal::ArenaStringPtr name_;
::google::protobuf::internal::ArenaStringPtr root_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -558,7 +558,7 @@ class PROTOBUF_EXPORT Method final : public ::google::protobuf::Message
bool request_streaming_;
bool response_streaming_;
int syntax_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -848,7 +848,7 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const Api& from_msg);
::google::protobuf::internal::HasBits<1> _has_bits_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::RepeatedPtrField< ::google::protobuf::Method > methods_;
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > options_;
::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin > mixins_;

@ -255,7 +255,7 @@ class PROTOBUF_EXPORT Duration final : public ::google::protobuf::Message
const Duration& from_msg);
::int64_t seconds_;
::int32_t nanos_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };

@ -255,7 +255,7 @@ class PROTOBUF_EXPORT FieldMask final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const FieldMask& from_msg);
::google::protobuf::RepeatedPtrField<std::string> paths_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };

@ -249,7 +249,7 @@ class PROTOBUF_EXPORT SourceContext final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const SourceContext& from_msg);
::google::protobuf::internal::ArenaStringPtr file_name_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };

@ -295,7 +295,7 @@ class PROTOBUF_EXPORT ListValue final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const ListValue& from_msg);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Value > values_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -489,7 +489,7 @@ class PROTOBUF_EXPORT Struct final : public ::google::protobuf::Message
::google::protobuf::internal::WireFormatLite::TYPE_STRING,
::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE>
fields_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -820,7 +820,7 @@ class PROTOBUF_EXPORT Value final : public ::google::protobuf::Message
::google::protobuf::Struct* struct_value_;
::google::protobuf::ListValue* list_value_;
} kind_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
::uint32_t _oneof_case_[1];
PROTOBUF_TSAN_DECLARE_MEMBER
};

@ -255,7 +255,7 @@ class PROTOBUF_EXPORT Timestamp final : public ::google::protobuf::Message
const Timestamp& from_msg);
::int64_t seconds_;
::int32_t nanos_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };

@ -399,7 +399,7 @@ class PROTOBUF_EXPORT Option final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const Option& from_msg);
::google::protobuf::internal::HasBits<1> _has_bits_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::ArenaStringPtr name_;
::google::protobuf::Any* value_;
PROTOBUF_TSAN_DECLARE_MEMBER
@ -783,7 +783,7 @@ class PROTOBUF_EXPORT Field final : public ::google::protobuf::Message
::int32_t number_;
::int32_t oneof_index_;
bool packed_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -1006,7 +1006,7 @@ class PROTOBUF_EXPORT EnumValue final : public ::google::protobuf::Message
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > options_;
::google::protobuf::internal::ArenaStringPtr name_;
::int32_t number_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -1301,7 +1301,7 @@ class PROTOBUF_EXPORT Type final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const Type& from_msg);
::google::protobuf::internal::HasBits<1> _has_bits_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::RepeatedPtrField< ::google::protobuf::Field > fields_;
::google::protobuf::RepeatedPtrField<std::string> oneofs_;
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > options_;
@ -1580,7 +1580,7 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const Enum& from_msg);
::google::protobuf::internal::HasBits<1> _has_bits_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue > enumvalue_;
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > options_;
::google::protobuf::internal::ArenaStringPtr name_;

@ -267,7 +267,7 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const UInt64Value& from_msg);
::uint64_t value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -453,7 +453,7 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const UInt32Value& from_msg);
::uint32_t value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -645,7 +645,7 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const StringValue& from_msg);
::google::protobuf::internal::ArenaStringPtr value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -831,7 +831,7 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const Int64Value& from_msg);
::int64_t value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -1017,7 +1017,7 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const Int32Value& from_msg);
::int32_t value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -1203,7 +1203,7 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const FloatValue& from_msg);
float value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -1389,7 +1389,7 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const DoubleValue& from_msg);
double value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -1581,7 +1581,7 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const BytesValue& from_msg);
::google::protobuf::internal::ArenaStringPtr value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };
@ -1767,7 +1767,7 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message
::google::protobuf::Arena* arena, const Impl_& from,
const BoolValue& from_msg);
bool value_;
mutable ::google::protobuf::internal::CachedSize _cached_size_;
::google::protobuf::internal::CachedSize _cached_size_;
PROTOBUF_TSAN_DECLARE_MEMBER
};
union { Impl_ _impl_; };

Loading…
Cancel
Save