Auto-generate files after cl/495646298

pull/11324/head
Protobuf Team Bot 2 years ago
parent 1b64b75716
commit 6eddd661f5
  1. 2
      src/file_lists.cmake
  2. 2
      src/google/protobuf/any.pb.h
  3. 21
      src/google/protobuf/api.pb.h
  4. 2
      src/google/protobuf/duration.pb.h
  5. 2
      src/google/protobuf/field_mask.pb.h
  6. 1
      src/google/protobuf/source_context.pb.h
  7. 12
      src/google/protobuf/struct.pb.h
  8. 2
      src/google/protobuf/timestamp.pb.h
  9. 36
      src/google/protobuf/type.pb.h
  10. 9
      src/google/protobuf/wrappers.pb.h

@ -168,8 +168,8 @@ set(libprotobuf_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops.h
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_ptr_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/service.h
${protobuf_SOURCE_DIR}/src/google/protobuf/serial_arena.h
${protobuf_SOURCE_DIR}/src/google/protobuf/service.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/callback.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/common.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/logging.h

@ -236,7 +236,6 @@ class PROTOBUF_EXPORT Any final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_type_url(const std::string& value);
std::string* _internal_mutable_type_url();
public:
// bytes value = 2;
void clear_value() ;
const std::string& value() const;
@ -250,7 +249,6 @@ class PROTOBUF_EXPORT Any final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_value(const std::string& value);
std::string* _internal_mutable_value();
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Any)
private:
class _Internal;

@ -209,6 +209,7 @@ class PROTOBUF_EXPORT Api final :
int methods_size() const;
private:
int _internal_methods_size() const;
public:
void clear_methods() ;
::PROTOBUF_NAMESPACE_ID::Method* mutable_methods(int index);
@ -222,11 +223,11 @@ class PROTOBUF_EXPORT Api final :
::PROTOBUF_NAMESPACE_ID::Method* add_methods();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Method >&
methods() const;
// repeated .google.protobuf.Option options = 3;
int options_size() const;
private:
int _internal_options_size() const;
public:
void clear_options() ;
::PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
@ -240,11 +241,11 @@ class PROTOBUF_EXPORT Api final :
::PROTOBUF_NAMESPACE_ID::Option* add_options();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >&
options() const;
// repeated .google.protobuf.Mixin mixins = 6;
int mixins_size() const;
private:
int _internal_mixins_size() const;
public:
void clear_mixins() ;
::PROTOBUF_NAMESPACE_ID::Mixin* mutable_mixins(int index);
@ -258,7 +259,6 @@ class PROTOBUF_EXPORT Api final :
::PROTOBUF_NAMESPACE_ID::Mixin* add_mixins();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Mixin >&
mixins() const;
// string name = 1;
void clear_name() ;
const std::string& name() const;
@ -272,7 +272,6 @@ class PROTOBUF_EXPORT Api final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
std::string* _internal_mutable_name();
public:
// string version = 4;
void clear_version() ;
const std::string& version() const;
@ -286,11 +285,11 @@ class PROTOBUF_EXPORT Api final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_version(const std::string& value);
std::string* _internal_mutable_version();
public:
// .google.protobuf.SourceContext source_context = 5;
bool has_source_context() const;
private:
bool _internal_has_source_context() const;
public:
void clear_source_context() ;
const ::PROTOBUF_NAMESPACE_ID::SourceContext& source_context() const;
@ -304,7 +303,6 @@ class PROTOBUF_EXPORT Api final :
void unsafe_arena_set_allocated_source_context(
::PROTOBUF_NAMESPACE_ID::SourceContext* source_context);
::PROTOBUF_NAMESPACE_ID::SourceContext* unsafe_arena_release_source_context();
// .google.protobuf.Syntax syntax = 7;
void clear_syntax() ;
::PROTOBUF_NAMESPACE_ID::Syntax syntax() const;
@ -313,7 +311,6 @@ class PROTOBUF_EXPORT Api final :
::PROTOBUF_NAMESPACE_ID::Syntax _internal_syntax() const;
void _internal_set_syntax(::PROTOBUF_NAMESPACE_ID::Syntax value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Api)
private:
class _Internal;
@ -467,6 +464,7 @@ class PROTOBUF_EXPORT Method final :
int options_size() const;
private:
int _internal_options_size() const;
public:
void clear_options() ;
::PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
@ -480,7 +478,6 @@ class PROTOBUF_EXPORT Method final :
::PROTOBUF_NAMESPACE_ID::Option* add_options();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >&
options() const;
// string name = 1;
void clear_name() ;
const std::string& name() const;
@ -494,7 +491,6 @@ class PROTOBUF_EXPORT Method final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
std::string* _internal_mutable_name();
public:
// string request_type_url = 2;
void clear_request_type_url() ;
const std::string& request_type_url() const;
@ -508,7 +504,6 @@ class PROTOBUF_EXPORT Method final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_request_type_url(const std::string& value);
std::string* _internal_mutable_request_type_url();
public:
// string response_type_url = 4;
void clear_response_type_url() ;
const std::string& response_type_url() const;
@ -522,7 +517,6 @@ class PROTOBUF_EXPORT Method final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_response_type_url(const std::string& value);
std::string* _internal_mutable_response_type_url();
public:
// bool request_streaming = 3;
void clear_request_streaming() ;
bool request_streaming() const;
@ -531,7 +525,6 @@ class PROTOBUF_EXPORT Method final :
bool _internal_request_streaming() const;
void _internal_set_request_streaming(bool value);
public:
// bool response_streaming = 5;
void clear_response_streaming() ;
bool response_streaming() const;
@ -540,7 +533,6 @@ class PROTOBUF_EXPORT Method final :
bool _internal_response_streaming() const;
void _internal_set_response_streaming(bool value);
public:
// .google.protobuf.Syntax syntax = 7;
void clear_syntax() ;
::PROTOBUF_NAMESPACE_ID::Syntax syntax() const;
@ -549,7 +541,6 @@ class PROTOBUF_EXPORT Method final :
::PROTOBUF_NAMESPACE_ID::Syntax _internal_syntax() const;
void _internal_set_syntax(::PROTOBUF_NAMESPACE_ID::Syntax value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Method)
private:
class _Internal;
@ -707,7 +698,6 @@ class PROTOBUF_EXPORT Mixin final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
std::string* _internal_mutable_name();
public:
// string root = 2;
void clear_root() ;
const std::string& root() const;
@ -721,7 +711,6 @@ class PROTOBUF_EXPORT Mixin final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_root(const std::string& value);
std::string* _internal_mutable_root();
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Mixin)
private:
class _Internal;

@ -196,7 +196,6 @@ class PROTOBUF_EXPORT Duration final :
::int64_t _internal_seconds() const;
void _internal_set_seconds(::int64_t value);
public:
// int32 nanos = 2;
void clear_nanos() ;
::int32_t nanos() const;
@ -205,7 +204,6 @@ class PROTOBUF_EXPORT Duration final :
::int32_t _internal_nanos() const;
void _internal_set_nanos(::int32_t value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Duration)
private:
class _Internal;

@ -191,6 +191,7 @@ class PROTOBUF_EXPORT FieldMask final :
int paths_size() const;
private:
int _internal_paths_size() const;
public:
void clear_paths() ;
const std::string& paths(int index) const;
@ -210,7 +211,6 @@ class PROTOBUF_EXPORT FieldMask final :
const std::string& _internal_paths(int index) const;
std::string* _internal_add_paths();
public:
// @@protoc_insertion_point(class_scope:google.protobuf.FieldMask)
private:
class _Internal;

@ -200,7 +200,6 @@ class PROTOBUF_EXPORT SourceContext final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_file_name(const std::string& value);
std::string* _internal_mutable_file_name();
public:
// @@protoc_insertion_point(class_scope:google.protobuf.SourceContext)
private:
class _Internal;

@ -269,6 +269,7 @@ class PROTOBUF_EXPORT Struct final :
int fields_size() const;
private:
int _internal_fields_size() const;
public:
void clear_fields() ;
private:
@ -281,7 +282,6 @@ class PROTOBUF_EXPORT Struct final :
fields() const;
::PROTOBUF_NAMESPACE_ID::Map< std::string, ::PROTOBUF_NAMESPACE_ID::Value >*
mutable_fields();
// @@protoc_insertion_point(class_scope:google.protobuf.Struct)
private:
class _Internal;
@ -447,7 +447,6 @@ class PROTOBUF_EXPORT Value final :
::PROTOBUF_NAMESPACE_ID::NullValue _internal_null_value() const;
void _internal_set_null_value(::PROTOBUF_NAMESPACE_ID::NullValue value);
public:
// double number_value = 2;
bool has_number_value() const;
void clear_number_value() ;
@ -457,7 +456,6 @@ class PROTOBUF_EXPORT Value final :
double _internal_number_value() const;
void _internal_set_number_value(double value);
public:
// string string_value = 3;
bool has_string_value() const;
void clear_string_value() ;
@ -472,7 +470,6 @@ class PROTOBUF_EXPORT Value final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_string_value(const std::string& value);
std::string* _internal_mutable_string_value();
public:
// bool bool_value = 4;
bool has_bool_value() const;
void clear_bool_value() ;
@ -482,11 +479,11 @@ class PROTOBUF_EXPORT Value final :
bool _internal_bool_value() const;
void _internal_set_bool_value(bool value);
public:
// .google.protobuf.Struct struct_value = 5;
bool has_struct_value() const;
private:
bool _internal_has_struct_value() const;
public:
void clear_struct_value() ;
const ::PROTOBUF_NAMESPACE_ID::Struct& struct_value() const;
@ -500,11 +497,11 @@ class PROTOBUF_EXPORT Value final :
void unsafe_arena_set_allocated_struct_value(
::PROTOBUF_NAMESPACE_ID::Struct* struct_value);
::PROTOBUF_NAMESPACE_ID::Struct* unsafe_arena_release_struct_value();
// .google.protobuf.ListValue list_value = 6;
bool has_list_value() const;
private:
bool _internal_has_list_value() const;
public:
void clear_list_value() ;
const ::PROTOBUF_NAMESPACE_ID::ListValue& list_value() const;
@ -518,7 +515,6 @@ class PROTOBUF_EXPORT Value final :
void unsafe_arena_set_allocated_list_value(
::PROTOBUF_NAMESPACE_ID::ListValue* list_value);
::PROTOBUF_NAMESPACE_ID::ListValue* unsafe_arena_release_list_value();
void clear_kind();
KindCase kind_case() const;
// @@protoc_insertion_point(class_scope:google.protobuf.Value)
@ -682,6 +678,7 @@ class PROTOBUF_EXPORT ListValue final :
int values_size() const;
private:
int _internal_values_size() const;
public:
void clear_values() ;
::PROTOBUF_NAMESPACE_ID::Value* mutable_values(int index);
@ -695,7 +692,6 @@ class PROTOBUF_EXPORT ListValue final :
::PROTOBUF_NAMESPACE_ID::Value* add_values();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Value >&
values() const;
// @@protoc_insertion_point(class_scope:google.protobuf.ListValue)
private:
class _Internal;

@ -196,7 +196,6 @@ class PROTOBUF_EXPORT Timestamp final :
::int64_t _internal_seconds() const;
void _internal_set_seconds(::int64_t value);
public:
// int32 nanos = 2;
void clear_nanos() ;
::int32_t nanos() const;
@ -205,7 +204,6 @@ class PROTOBUF_EXPORT Timestamp final :
::int32_t _internal_nanos() const;
void _internal_set_nanos(::int32_t value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Timestamp)
private:
class _Internal;

@ -334,6 +334,7 @@ class PROTOBUF_EXPORT Type final :
int fields_size() const;
private:
int _internal_fields_size() const;
public:
void clear_fields() ;
::PROTOBUF_NAMESPACE_ID::Field* mutable_fields(int index);
@ -347,11 +348,11 @@ class PROTOBUF_EXPORT Type final :
::PROTOBUF_NAMESPACE_ID::Field* add_fields();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Field >&
fields() const;
// repeated string oneofs = 3;
int oneofs_size() const;
private:
int _internal_oneofs_size() const;
public:
void clear_oneofs() ;
const std::string& oneofs(int index) const;
@ -371,11 +372,11 @@ class PROTOBUF_EXPORT Type final :
const std::string& _internal_oneofs(int index) const;
std::string* _internal_add_oneofs();
public:
// repeated .google.protobuf.Option options = 4;
int options_size() const;
private:
int _internal_options_size() const;
public:
void clear_options() ;
::PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
@ -389,7 +390,6 @@ class PROTOBUF_EXPORT Type final :
::PROTOBUF_NAMESPACE_ID::Option* add_options();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >&
options() const;
// string name = 1;
void clear_name() ;
const std::string& name() const;
@ -403,11 +403,11 @@ class PROTOBUF_EXPORT Type final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
std::string* _internal_mutable_name();
public:
// .google.protobuf.SourceContext source_context = 5;
bool has_source_context() const;
private:
bool _internal_has_source_context() const;
public:
void clear_source_context() ;
const ::PROTOBUF_NAMESPACE_ID::SourceContext& source_context() const;
@ -421,7 +421,6 @@ class PROTOBUF_EXPORT Type final :
void unsafe_arena_set_allocated_source_context(
::PROTOBUF_NAMESPACE_ID::SourceContext* source_context);
::PROTOBUF_NAMESPACE_ID::SourceContext* unsafe_arena_release_source_context();
// .google.protobuf.Syntax syntax = 6;
void clear_syntax() ;
::PROTOBUF_NAMESPACE_ID::Syntax syntax() const;
@ -430,7 +429,6 @@ class PROTOBUF_EXPORT Type final :
::PROTOBUF_NAMESPACE_ID::Syntax _internal_syntax() const;
void _internal_set_syntax(::PROTOBUF_NAMESPACE_ID::Syntax value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Type)
private:
class _Internal;
@ -645,6 +643,7 @@ class PROTOBUF_EXPORT Field final :
int options_size() const;
private:
int _internal_options_size() const;
public:
void clear_options() ;
::PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
@ -658,7 +657,6 @@ class PROTOBUF_EXPORT Field final :
::PROTOBUF_NAMESPACE_ID::Option* add_options();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >&
options() const;
// string name = 4;
void clear_name() ;
const std::string& name() const;
@ -672,7 +670,6 @@ class PROTOBUF_EXPORT Field final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
std::string* _internal_mutable_name();
public:
// string type_url = 6;
void clear_type_url() ;
const std::string& type_url() const;
@ -686,7 +683,6 @@ class PROTOBUF_EXPORT Field final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_type_url(const std::string& value);
std::string* _internal_mutable_type_url();
public:
// string json_name = 10;
void clear_json_name() ;
const std::string& json_name() const;
@ -700,7 +696,6 @@ class PROTOBUF_EXPORT Field final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_json_name(const std::string& value);
std::string* _internal_mutable_json_name();
public:
// string default_value = 11;
void clear_default_value() ;
const std::string& default_value() const;
@ -714,7 +709,6 @@ class PROTOBUF_EXPORT Field final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_default_value(const std::string& value);
std::string* _internal_mutable_default_value();
public:
// .google.protobuf.Field.Kind kind = 1;
void clear_kind() ;
::PROTOBUF_NAMESPACE_ID::Field_Kind kind() const;
@ -723,7 +717,6 @@ class PROTOBUF_EXPORT Field final :
::PROTOBUF_NAMESPACE_ID::Field_Kind _internal_kind() const;
void _internal_set_kind(::PROTOBUF_NAMESPACE_ID::Field_Kind value);
public:
// .google.protobuf.Field.Cardinality cardinality = 2;
void clear_cardinality() ;
::PROTOBUF_NAMESPACE_ID::Field_Cardinality cardinality() const;
@ -732,7 +725,6 @@ class PROTOBUF_EXPORT Field final :
::PROTOBUF_NAMESPACE_ID::Field_Cardinality _internal_cardinality() const;
void _internal_set_cardinality(::PROTOBUF_NAMESPACE_ID::Field_Cardinality value);
public:
// int32 number = 3;
void clear_number() ;
::int32_t number() const;
@ -741,7 +733,6 @@ class PROTOBUF_EXPORT Field final :
::int32_t _internal_number() const;
void _internal_set_number(::int32_t value);
public:
// int32 oneof_index = 7;
void clear_oneof_index() ;
::int32_t oneof_index() const;
@ -750,7 +741,6 @@ class PROTOBUF_EXPORT Field final :
::int32_t _internal_oneof_index() const;
void _internal_set_oneof_index(::int32_t value);
public:
// bool packed = 8;
void clear_packed() ;
bool packed() const;
@ -759,7 +749,6 @@ class PROTOBUF_EXPORT Field final :
bool _internal_packed() const;
void _internal_set_packed(bool value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Field)
private:
class _Internal;
@ -914,6 +903,7 @@ class PROTOBUF_EXPORT Enum final :
int enumvalue_size() const;
private:
int _internal_enumvalue_size() const;
public:
void clear_enumvalue() ;
::PROTOBUF_NAMESPACE_ID::EnumValue* mutable_enumvalue(int index);
@ -927,11 +917,11 @@ class PROTOBUF_EXPORT Enum final :
::PROTOBUF_NAMESPACE_ID::EnumValue* add_enumvalue();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::EnumValue >&
enumvalue() const;
// repeated .google.protobuf.Option options = 3;
int options_size() const;
private:
int _internal_options_size() const;
public:
void clear_options() ;
::PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
@ -945,7 +935,6 @@ class PROTOBUF_EXPORT Enum final :
::PROTOBUF_NAMESPACE_ID::Option* add_options();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >&
options() const;
// string name = 1;
void clear_name() ;
const std::string& name() const;
@ -959,11 +948,11 @@ class PROTOBUF_EXPORT Enum final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
std::string* _internal_mutable_name();
public:
// .google.protobuf.SourceContext source_context = 4;
bool has_source_context() const;
private:
bool _internal_has_source_context() const;
public:
void clear_source_context() ;
const ::PROTOBUF_NAMESPACE_ID::SourceContext& source_context() const;
@ -977,7 +966,6 @@ class PROTOBUF_EXPORT Enum final :
void unsafe_arena_set_allocated_source_context(
::PROTOBUF_NAMESPACE_ID::SourceContext* source_context);
::PROTOBUF_NAMESPACE_ID::SourceContext* unsafe_arena_release_source_context();
// .google.protobuf.Syntax syntax = 5;
void clear_syntax() ;
::PROTOBUF_NAMESPACE_ID::Syntax syntax() const;
@ -986,7 +974,6 @@ class PROTOBUF_EXPORT Enum final :
::PROTOBUF_NAMESPACE_ID::Syntax _internal_syntax() const;
void _internal_set_syntax(::PROTOBUF_NAMESPACE_ID::Syntax value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Enum)
private:
class _Internal;
@ -1134,6 +1121,7 @@ class PROTOBUF_EXPORT EnumValue final :
int options_size() const;
private:
int _internal_options_size() const;
public:
void clear_options() ;
::PROTOBUF_NAMESPACE_ID::Option* mutable_options(int index);
@ -1147,7 +1135,6 @@ class PROTOBUF_EXPORT EnumValue final :
::PROTOBUF_NAMESPACE_ID::Option* add_options();
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::Option >&
options() const;
// string name = 1;
void clear_name() ;
const std::string& name() const;
@ -1161,7 +1148,6 @@ class PROTOBUF_EXPORT EnumValue final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
std::string* _internal_mutable_name();
public:
// int32 number = 2;
void clear_number() ;
::int32_t number() const;
@ -1170,7 +1156,6 @@ class PROTOBUF_EXPORT EnumValue final :
::int32_t _internal_number() const;
void _internal_set_number(::int32_t value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.EnumValue)
private:
class _Internal;
@ -1324,11 +1309,11 @@ class PROTOBUF_EXPORT Option final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_name(const std::string& value);
std::string* _internal_mutable_name();
public:
// .google.protobuf.Any value = 2;
bool has_value() const;
private:
bool _internal_has_value() const;
public:
void clear_value() ;
const ::PROTOBUF_NAMESPACE_ID::Any& value() const;
@ -1342,7 +1327,6 @@ class PROTOBUF_EXPORT Option final :
void unsafe_arena_set_allocated_value(
::PROTOBUF_NAMESPACE_ID::Any* value);
::PROTOBUF_NAMESPACE_ID::Any* unsafe_arena_release_value();
// @@protoc_insertion_point(class_scope:google.protobuf.Option)
private:
class _Internal;

@ -235,7 +235,6 @@ class PROTOBUF_EXPORT DoubleValue final :
double _internal_value() const;
void _internal_set_value(double value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.DoubleValue)
private:
class _Internal;
@ -381,7 +380,6 @@ class PROTOBUF_EXPORT FloatValue final :
float _internal_value() const;
void _internal_set_value(float value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.FloatValue)
private:
class _Internal;
@ -527,7 +525,6 @@ class PROTOBUF_EXPORT Int64Value final :
::int64_t _internal_value() const;
void _internal_set_value(::int64_t value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Int64Value)
private:
class _Internal;
@ -673,7 +670,6 @@ class PROTOBUF_EXPORT UInt64Value final :
::uint64_t _internal_value() const;
void _internal_set_value(::uint64_t value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.UInt64Value)
private:
class _Internal;
@ -819,7 +815,6 @@ class PROTOBUF_EXPORT Int32Value final :
::int32_t _internal_value() const;
void _internal_set_value(::int32_t value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.Int32Value)
private:
class _Internal;
@ -965,7 +960,6 @@ class PROTOBUF_EXPORT UInt32Value final :
::uint32_t _internal_value() const;
void _internal_set_value(::uint32_t value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.UInt32Value)
private:
class _Internal;
@ -1111,7 +1105,6 @@ class PROTOBUF_EXPORT BoolValue final :
bool _internal_value() const;
void _internal_set_value(bool value);
public:
// @@protoc_insertion_point(class_scope:google.protobuf.BoolValue)
private:
class _Internal;
@ -1262,7 +1255,6 @@ class PROTOBUF_EXPORT StringValue final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_value(const std::string& value);
std::string* _internal_mutable_value();
public:
// @@protoc_insertion_point(class_scope:google.protobuf.StringValue)
private:
class _Internal;
@ -1413,7 +1405,6 @@ class PROTOBUF_EXPORT BytesValue final :
inline PROTOBUF_ALWAYS_INLINE void _internal_set_value(const std::string& value);
std::string* _internal_mutable_value();
public:
// @@protoc_insertion_point(class_scope:google.protobuf.BytesValue)
private:
class _Internal;

Loading…
Cancel
Save