|
|
|
@ -27,6 +27,7 @@ |
|
|
|
|
#include <google/protobuf/generated_message_util.h> |
|
|
|
|
#include <google/protobuf/inlined_string_field.h> |
|
|
|
|
#include <google/protobuf/metadata.h> |
|
|
|
|
#include <google/protobuf/generated_message_reflection.h> |
|
|
|
|
#include <google/protobuf/message.h> |
|
|
|
|
#include <google/protobuf/repeated_field.h> // IWYU pragma: export |
|
|
|
|
#include <google/protobuf/extension_set.h> // IWYU pragma: export |
|
|
|
@ -53,7 +54,7 @@ struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2fdescriptor_2eproto { |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]; |
|
|
|
|
}; |
|
|
|
|
void PROTOBUF_EXPORT AddDescriptors_google_2fprotobuf_2fdescriptor_2eproto(); |
|
|
|
|
extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fdescriptor_2eproto; |
|
|
|
|
PROTOBUF_NAMESPACE_OPEN |
|
|
|
|
class DescriptorProto; |
|
|
|
|
class DescriptorProtoDefaultTypeInternal; |
|
|
|
@ -368,7 +369,13 @@ class PROTOBUF_EXPORT FileDescriptorSet : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const FileDescriptorSet& default_instance(); |
|
|
|
|
|
|
|
|
@ -439,6 +446,13 @@ class PROTOBUF_EXPORT FileDescriptorSet : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -510,7 +524,13 @@ class PROTOBUF_EXPORT FileDescriptorProto : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const FileDescriptorProto& default_instance(); |
|
|
|
|
|
|
|
|
@ -581,6 +601,13 @@ class PROTOBUF_EXPORT FileDescriptorProto : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -831,7 +858,13 @@ class PROTOBUF_EXPORT DescriptorProto_ExtensionRange : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const DescriptorProto_ExtensionRange& default_instance(); |
|
|
|
|
|
|
|
|
@ -902,6 +935,13 @@ class PROTOBUF_EXPORT DescriptorProto_ExtensionRange : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -989,7 +1029,13 @@ class PROTOBUF_EXPORT DescriptorProto_ReservedRange : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const DescriptorProto_ReservedRange& default_instance(); |
|
|
|
|
|
|
|
|
@ -1060,6 +1106,13 @@ class PROTOBUF_EXPORT DescriptorProto_ReservedRange : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -1134,7 +1187,13 @@ class PROTOBUF_EXPORT DescriptorProto : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const DescriptorProto& default_instance(); |
|
|
|
|
|
|
|
|
@ -1205,6 +1264,13 @@ class PROTOBUF_EXPORT DescriptorProto : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -1412,7 +1478,13 @@ class PROTOBUF_EXPORT ExtensionRangeOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const ExtensionRangeOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -1483,6 +1555,13 @@ class PROTOBUF_EXPORT ExtensionRangeOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -1557,7 +1636,13 @@ class PROTOBUF_EXPORT FieldDescriptorProto : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const FieldDescriptorProto& default_instance(); |
|
|
|
|
|
|
|
|
@ -1628,6 +1713,13 @@ class PROTOBUF_EXPORT FieldDescriptorProto : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -1940,7 +2032,13 @@ class PROTOBUF_EXPORT OneofDescriptorProto : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const OneofDescriptorProto& default_instance(); |
|
|
|
|
|
|
|
|
@ -2011,6 +2109,13 @@ class PROTOBUF_EXPORT OneofDescriptorProto : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -2105,7 +2210,13 @@ class PROTOBUF_EXPORT EnumDescriptorProto_EnumReservedRange : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const EnumDescriptorProto_EnumReservedRange& default_instance(); |
|
|
|
|
|
|
|
|
@ -2176,6 +2287,13 @@ class PROTOBUF_EXPORT EnumDescriptorProto_EnumReservedRange : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -2250,7 +2368,13 @@ class PROTOBUF_EXPORT EnumDescriptorProto : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const EnumDescriptorProto& default_instance(); |
|
|
|
|
|
|
|
|
@ -2321,6 +2445,13 @@ class PROTOBUF_EXPORT EnumDescriptorProto : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -2462,7 +2593,13 @@ class PROTOBUF_EXPORT EnumValueDescriptorProto : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const EnumValueDescriptorProto& default_instance(); |
|
|
|
|
|
|
|
|
@ -2533,6 +2670,13 @@ class PROTOBUF_EXPORT EnumValueDescriptorProto : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -2635,7 +2779,13 @@ class PROTOBUF_EXPORT ServiceDescriptorProto : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const ServiceDescriptorProto& default_instance(); |
|
|
|
|
|
|
|
|
@ -2706,6 +2856,13 @@ class PROTOBUF_EXPORT ServiceDescriptorProto : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -2813,7 +2970,13 @@ class PROTOBUF_EXPORT MethodDescriptorProto : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const MethodDescriptorProto& default_instance(); |
|
|
|
|
|
|
|
|
@ -2884,6 +3047,13 @@ class PROTOBUF_EXPORT MethodDescriptorProto : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -3040,7 +3210,13 @@ class PROTOBUF_EXPORT FileOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const FileOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -3111,6 +3287,13 @@ class PROTOBUF_EXPORT FileOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -3527,7 +3710,13 @@ class PROTOBUF_EXPORT MessageOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const MessageOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -3598,6 +3787,13 @@ class PROTOBUF_EXPORT MessageOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -3704,7 +3900,13 @@ class PROTOBUF_EXPORT FieldOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const FieldOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -3775,6 +3977,13 @@ class PROTOBUF_EXPORT FieldOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -3961,7 +4170,13 @@ class PROTOBUF_EXPORT OneofOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const OneofOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -4032,6 +4247,13 @@ class PROTOBUF_EXPORT OneofOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -4106,7 +4328,13 @@ class PROTOBUF_EXPORT EnumOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const EnumOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -4177,6 +4405,13 @@ class PROTOBUF_EXPORT EnumOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -4267,7 +4502,13 @@ class PROTOBUF_EXPORT EnumValueOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const EnumValueOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -4338,6 +4579,13 @@ class PROTOBUF_EXPORT EnumValueOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -4420,7 +4668,13 @@ class PROTOBUF_EXPORT ServiceOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const ServiceOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -4491,6 +4745,13 @@ class PROTOBUF_EXPORT ServiceOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -4573,7 +4834,13 @@ class PROTOBUF_EXPORT MethodOptions : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const MethodOptions& default_instance(); |
|
|
|
|
|
|
|
|
@ -4644,6 +4911,13 @@ class PROTOBUF_EXPORT MethodOptions : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -4766,7 +5040,13 @@ class PROTOBUF_EXPORT UninterpretedOption_NamePart : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const UninterpretedOption_NamePart& default_instance(); |
|
|
|
|
|
|
|
|
@ -4837,6 +5117,13 @@ class PROTOBUF_EXPORT UninterpretedOption_NamePart : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -4929,7 +5216,13 @@ class PROTOBUF_EXPORT UninterpretedOption : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const UninterpretedOption& default_instance(); |
|
|
|
|
|
|
|
|
@ -5000,6 +5293,13 @@ class PROTOBUF_EXPORT UninterpretedOption : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -5166,7 +5466,13 @@ class PROTOBUF_EXPORT SourceCodeInfo_Location : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const SourceCodeInfo_Location& default_instance(); |
|
|
|
|
|
|
|
|
@ -5237,6 +5543,13 @@ class PROTOBUF_EXPORT SourceCodeInfo_Location : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -5388,7 +5701,13 @@ class PROTOBUF_EXPORT SourceCodeInfo : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const SourceCodeInfo& default_instance(); |
|
|
|
|
|
|
|
|
@ -5459,6 +5778,13 @@ class PROTOBUF_EXPORT SourceCodeInfo : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -5532,7 +5858,13 @@ class PROTOBUF_EXPORT GeneratedCodeInfo_Annotation : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const GeneratedCodeInfo_Annotation& default_instance(); |
|
|
|
|
|
|
|
|
@ -5603,6 +5935,13 @@ class PROTOBUF_EXPORT GeneratedCodeInfo_Annotation : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -5714,7 +6053,13 @@ class PROTOBUF_EXPORT GeneratedCodeInfo : |
|
|
|
|
return MaybeArenaPtr(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { |
|
|
|
|
return default_instance().GetDescriptor(); |
|
|
|
|
return GetDescriptor(); |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { |
|
|
|
|
return GetMetadataStatic().descriptor; |
|
|
|
|
} |
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { |
|
|
|
|
return GetMetadataStatic().reflection; |
|
|
|
|
} |
|
|
|
|
static const GeneratedCodeInfo& default_instance(); |
|
|
|
|
|
|
|
|
@ -5785,6 +6130,13 @@ class PROTOBUF_EXPORT GeneratedCodeInfo : |
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; |
|
|
|
|
private: |
|
|
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { |
|
|
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto); |
|
|
|
|
return ::descriptor_table_google_2fprotobuf_2fdescriptor_2eproto.file_level_metadata[kIndexInFileMessages]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
|
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
|
|
|
|
|
|