| // Generated by the protocol buffer compiler. DO NOT EDIT! |
| // source: google/protobuf/descriptor.proto |
| |
| #ifndef PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED |
| #define PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED |
| |
| #include <string> |
| |
| #include <google/protobuf/stubs/common.h> |
| |
| #if GOOGLE_PROTOBUF_VERSION < 3000000 |
| #error This file was generated by a newer version of protoc which is |
| #error incompatible with your Protocol Buffer headers. Please update |
| #error your headers. |
| #endif |
| #if 3000000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION |
| #error This file was generated by an older version of protoc which is |
| #error incompatible with your Protocol Buffer headers. Please |
| #error regenerate this file with a newer version of protoc. |
| #endif |
| |
| #include <google/protobuf/arena.h> |
| #include <google/protobuf/arenastring.h> |
| #include <google/protobuf/generated_message_util.h> |
| #include <google/protobuf/metadata.h> |
| #include <google/protobuf/message.h> |
| #include <google/protobuf/repeated_field.h> |
| #include <google/protobuf/extension_set.h> |
| #include <google/protobuf/generated_enum_reflection.h> |
| #include <google/protobuf/unknown_field_set.h> |
| // @@protoc_insertion_point(includes) |
| |
| namespace google { |
| namespace protobuf { |
| |
| // Internal implementation detail -- do not call these. |
| void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| class DescriptorProto; |
| class DescriptorProto_ExtensionRange; |
| class DescriptorProto_ReservedRange; |
| class EnumDescriptorProto; |
| class EnumOptions; |
| class EnumValueDescriptorProto; |
| class EnumValueOptions; |
| class FieldDescriptorProto; |
| class FieldOptions; |
| class FileDescriptorProto; |
| class FileDescriptorSet; |
| class FileOptions; |
| class GeneratedCodeInfo; |
| class GeneratedCodeInfo_Annotation; |
| class MessageOptions; |
| class MethodDescriptorProto; |
| class MethodOptions; |
| class OneofDescriptorProto; |
| class ServiceDescriptorProto; |
| class ServiceOptions; |
| class SourceCodeInfo; |
| class SourceCodeInfo_Location; |
| class UninterpretedOption; |
| class UninterpretedOption_NamePart; |
| |
| enum FieldDescriptorProto_Type { |
| FieldDescriptorProto_Type_TYPE_DOUBLE = 1, |
| FieldDescriptorProto_Type_TYPE_FLOAT = 2, |
| FieldDescriptorProto_Type_TYPE_INT64 = 3, |
| FieldDescriptorProto_Type_TYPE_UINT64 = 4, |
| FieldDescriptorProto_Type_TYPE_INT32 = 5, |
| FieldDescriptorProto_Type_TYPE_FIXED64 = 6, |
| FieldDescriptorProto_Type_TYPE_FIXED32 = 7, |
| FieldDescriptorProto_Type_TYPE_BOOL = 8, |
| FieldDescriptorProto_Type_TYPE_STRING = 9, |
| FieldDescriptorProto_Type_TYPE_GROUP = 10, |
| FieldDescriptorProto_Type_TYPE_MESSAGE = 11, |
| FieldDescriptorProto_Type_TYPE_BYTES = 12, |
| FieldDescriptorProto_Type_TYPE_UINT32 = 13, |
| FieldDescriptorProto_Type_TYPE_ENUM = 14, |
| FieldDescriptorProto_Type_TYPE_SFIXED32 = 15, |
| FieldDescriptorProto_Type_TYPE_SFIXED64 = 16, |
| FieldDescriptorProto_Type_TYPE_SINT32 = 17, |
| FieldDescriptorProto_Type_TYPE_SINT64 = 18 |
| }; |
| LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Type_IsValid(int value); |
| const FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE; |
| const FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64; |
| const int FieldDescriptorProto_Type_Type_ARRAYSIZE = FieldDescriptorProto_Type_Type_MAX + 1; |
| |
| LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor(); |
| inline const ::std::string& FieldDescriptorProto_Type_Name(FieldDescriptorProto_Type value) { |
| return ::google::protobuf::internal::NameOfEnum( |
| FieldDescriptorProto_Type_descriptor(), value); |
| } |
| inline bool FieldDescriptorProto_Type_Parse( |
| const ::std::string& name, FieldDescriptorProto_Type* value) { |
| return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Type>( |
| FieldDescriptorProto_Type_descriptor(), name, value); |
| } |
| enum FieldDescriptorProto_Label { |
| FieldDescriptorProto_Label_LABEL_OPTIONAL = 1, |
| FieldDescriptorProto_Label_LABEL_REQUIRED = 2, |
| FieldDescriptorProto_Label_LABEL_REPEATED = 3 |
| }; |
| LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Label_IsValid(int value); |
| const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN = FieldDescriptorProto_Label_LABEL_OPTIONAL; |
| const FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX = FieldDescriptorProto_Label_LABEL_REPEATED; |
| const int FieldDescriptorProto_Label_Label_ARRAYSIZE = FieldDescriptorProto_Label_Label_MAX + 1; |
| |
| LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(); |
| inline const ::std::string& FieldDescriptorProto_Label_Name(FieldDescriptorProto_Label value) { |
| return ::google::protobuf::internal::NameOfEnum( |
| FieldDescriptorProto_Label_descriptor(), value); |
| } |
| inline bool FieldDescriptorProto_Label_Parse( |
| const ::std::string& name, FieldDescriptorProto_Label* value) { |
| return ::google::protobuf::internal::ParseNamedEnum<FieldDescriptorProto_Label>( |
| FieldDescriptorProto_Label_descriptor(), name, value); |
| } |
| enum FileOptions_OptimizeMode { |
| FileOptions_OptimizeMode_SPEED = 1, |
| FileOptions_OptimizeMode_CODE_SIZE = 2, |
| FileOptions_OptimizeMode_LITE_RUNTIME = 3 |
| }; |
| LIBPROTOBUF_EXPORT bool FileOptions_OptimizeMode_IsValid(int value); |
| const FileOptions_OptimizeMode FileOptions_OptimizeMode_OptimizeMode_MIN = FileOptions_OptimizeMode_SPEED; |
| const FileOptions_OptimizeMode FileOptions_OptimizeMode_OptimizeMode_MAX = FileOptions_OptimizeMode_LITE_RUNTIME; |
| const int FileOptions_OptimizeMode_OptimizeMode_ARRAYSIZE = FileOptions_OptimizeMode_OptimizeMode_MAX + 1; |
| |
| LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor(); |
| inline const ::std::string& FileOptions_OptimizeMode_Name(FileOptions_OptimizeMode value) { |
| return ::google::protobuf::internal::NameOfEnum( |
| FileOptions_OptimizeMode_descriptor(), value); |
| } |
| inline bool FileOptions_OptimizeMode_Parse( |
| const ::std::string& name, FileOptions_OptimizeMode* value) { |
| return ::google::protobuf::internal::ParseNamedEnum<FileOptions_OptimizeMode>( |
| FileOptions_OptimizeMode_descriptor(), name, value); |
| } |
| enum FieldOptions_CType { |
| FieldOptions_CType_STRING = 0, |
| FieldOptions_CType_CORD = 1, |
| FieldOptions_CType_STRING_PIECE = 2 |
| }; |
| LIBPROTOBUF_EXPORT bool FieldOptions_CType_IsValid(int value); |
| const FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING; |
| const FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE; |
| const int FieldOptions_CType_CType_ARRAYSIZE = FieldOptions_CType_CType_MAX + 1; |
| |
| LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_CType_descriptor(); |
| inline const ::std::string& FieldOptions_CType_Name(FieldOptions_CType value) { |
| return ::google::protobuf::internal::NameOfEnum( |
| FieldOptions_CType_descriptor(), value); |
| } |
| inline bool FieldOptions_CType_Parse( |
| const ::std::string& name, FieldOptions_CType* value) { |
| return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_CType>( |
| FieldOptions_CType_descriptor(), name, value); |
| } |
| enum FieldOptions_JSType { |
| FieldOptions_JSType_JS_NORMAL = 0, |
| FieldOptions_JSType_JS_STRING = 1, |
| FieldOptions_JSType_JS_NUMBER = 2 |
| }; |
| LIBPROTOBUF_EXPORT bool FieldOptions_JSType_IsValid(int value); |
| const FieldOptions_JSType FieldOptions_JSType_JSType_MIN = FieldOptions_JSType_JS_NORMAL; |
| const FieldOptions_JSType FieldOptions_JSType_JSType_MAX = FieldOptions_JSType_JS_NUMBER; |
| const int FieldOptions_JSType_JSType_ARRAYSIZE = FieldOptions_JSType_JSType_MAX + 1; |
| |
| LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_JSType_descriptor(); |
| inline const ::std::string& FieldOptions_JSType_Name(FieldOptions_JSType value) { |
| return ::google::protobuf::internal::NameOfEnum( |
| FieldOptions_JSType_descriptor(), value); |
| } |
| inline bool FieldOptions_JSType_Parse( |
| const ::std::string& name, FieldOptions_JSType* value) { |
| return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_JSType>( |
| FieldOptions_JSType_descriptor(), name, value); |
| } |
| // =================================================================== |
| |
| class LIBPROTOBUF_EXPORT FileDescriptorSet : public ::google::protobuf::Message { |
| public: |
| FileDescriptorSet(); |
| virtual ~FileDescriptorSet(); |
| |
| FileDescriptorSet(const FileDescriptorSet& from); |
| |
| inline FileDescriptorSet& operator=(const FileDescriptorSet& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const FileDescriptorSet& default_instance(); |
| |
| void Swap(FileDescriptorSet* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline FileDescriptorSet* New() const { return New(NULL); } |
| |
| FileDescriptorSet* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const FileDescriptorSet& from); |
| void MergeFrom(const FileDescriptorSet& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(FileDescriptorSet* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // repeated .google.protobuf.FileDescriptorProto file = 1; |
| int file_size() const; |
| void clear_file(); |
| static const int kFileFieldNumber = 1; |
| const ::google::protobuf::FileDescriptorProto& file(int index) const; |
| ::google::protobuf::FileDescriptorProto* mutable_file(int index); |
| ::google::protobuf::FileDescriptorProto* add_file(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >* |
| mutable_file(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >& |
| file() const; |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.FileDescriptorSet) |
| private: |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > file_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static FileDescriptorSet* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT FileDescriptorProto : public ::google::protobuf::Message { |
| public: |
| FileDescriptorProto(); |
| virtual ~FileDescriptorProto(); |
| |
| FileDescriptorProto(const FileDescriptorProto& from); |
| |
| inline FileDescriptorProto& operator=(const FileDescriptorProto& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const FileDescriptorProto& default_instance(); |
| |
| void Swap(FileDescriptorProto* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline FileDescriptorProto* New() const { return New(NULL); } |
| |
| FileDescriptorProto* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const FileDescriptorProto& from); |
| void MergeFrom(const FileDescriptorProto& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(FileDescriptorProto* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string name = 1; |
| bool has_name() const; |
| void clear_name(); |
| static const int kNameFieldNumber = 1; |
| const ::std::string& name() const; |
| void set_name(const ::std::string& value); |
| void set_name(const char* value); |
| void set_name(const char* value, size_t size); |
| ::std::string* mutable_name(); |
| ::std::string* release_name(); |
| void set_allocated_name(::std::string* name); |
| |
| // optional string package = 2; |
| bool has_package() const; |
| void clear_package(); |
| static const int kPackageFieldNumber = 2; |
| const ::std::string& package() const; |
| void set_package(const ::std::string& value); |
| void set_package(const char* value); |
| void set_package(const char* value, size_t size); |
| ::std::string* mutable_package(); |
| ::std::string* release_package(); |
| void set_allocated_package(::std::string* package); |
| |
| // repeated string dependency = 3; |
| int dependency_size() const; |
| void clear_dependency(); |
| static const int kDependencyFieldNumber = 3; |
| const ::std::string& dependency(int index) const; |
| ::std::string* mutable_dependency(int index); |
| void set_dependency(int index, const ::std::string& value); |
| void set_dependency(int index, const char* value); |
| void set_dependency(int index, const char* value, size_t size); |
| ::std::string* add_dependency(); |
| void add_dependency(const ::std::string& value); |
| void add_dependency(const char* value); |
| void add_dependency(const char* value, size_t size); |
| const ::google::protobuf::RepeatedPtrField< ::std::string>& dependency() const; |
| ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_dependency(); |
| |
| // repeated int32 public_dependency = 10; |
| int public_dependency_size() const; |
| void clear_public_dependency(); |
| static const int kPublicDependencyFieldNumber = 10; |
| ::google::protobuf::int32 public_dependency(int index) const; |
| void set_public_dependency(int index, ::google::protobuf::int32 value); |
| void add_public_dependency(::google::protobuf::int32 value); |
| const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >& |
| public_dependency() const; |
| ::google::protobuf::RepeatedField< ::google::protobuf::int32 >* |
| mutable_public_dependency(); |
| |
| // repeated int32 weak_dependency = 11; |
| int weak_dependency_size() const; |
| void clear_weak_dependency(); |
| static const int kWeakDependencyFieldNumber = 11; |
| ::google::protobuf::int32 weak_dependency(int index) const; |
| void set_weak_dependency(int index, ::google::protobuf::int32 value); |
| void add_weak_dependency(::google::protobuf::int32 value); |
| const ::google::protobuf::RepeatedField< ::google::protobuf::int32 >& |
| weak_dependency() const; |
| ::google::protobuf::RepeatedField< ::google::protobuf::int32 >* |
| mutable_weak_dependency(); |
| |
| // repeated .google.protobuf.DescriptorProto message_type = 4; |
| int message_type_size() const; |
| void clear_message_type(); |
| static const int kMessageTypeFieldNumber = 4; |
| const ::google::protobuf::DescriptorProto& message_type(int index) const; |
| ::google::protobuf::DescriptorProto* mutable_message_type(int index); |
| ::google::protobuf::DescriptorProto* add_message_type(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >* |
| mutable_message_type(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >& |
| message_type() const; |
| |
| // repeated .google.protobuf.EnumDescriptorProto enum_type = 5; |
| int enum_type_size() const; |
| void clear_enum_type(); |
| static const int kEnumTypeFieldNumber = 5; |
| const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const; |
| ::google::protobuf::EnumDescriptorProto* mutable_enum_type(int index); |
| ::google::protobuf::EnumDescriptorProto* add_enum_type(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >* |
| mutable_enum_type(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >& |
| enum_type() const; |
| |
| // repeated .google.protobuf.ServiceDescriptorProto service = 6; |
| int service_size() const; |
| void clear_service(); |
| static const int kServiceFieldNumber = 6; |
| const ::google::protobuf::ServiceDescriptorProto& service(int index) const; |
| ::google::protobuf::ServiceDescriptorProto* mutable_service(int index); |
| ::google::protobuf::ServiceDescriptorProto* add_service(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto >* |
| mutable_service(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto >& |
| service() const; |
| |
| // repeated .google.protobuf.FieldDescriptorProto extension = 7; |
| int extension_size() const; |
| void clear_extension(); |
| static const int kExtensionFieldNumber = 7; |
| const ::google::protobuf::FieldDescriptorProto& extension(int index) const; |
| ::google::protobuf::FieldDescriptorProto* mutable_extension(int index); |
| ::google::protobuf::FieldDescriptorProto* add_extension(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto >* |
| mutable_extension(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto >& |
| extension() const; |
| |
| // optional .google.protobuf.FileOptions options = 8; |
| bool has_options() const; |
| void clear_options(); |
| static const int kOptionsFieldNumber = 8; |
| const ::google::protobuf::FileOptions& options() const; |
| ::google::protobuf::FileOptions* mutable_options(); |
| ::google::protobuf::FileOptions* release_options(); |
| void set_allocated_options(::google::protobuf::FileOptions* options); |
| |
| // optional .google.protobuf.SourceCodeInfo source_code_info = 9; |
| bool has_source_code_info() const; |
| void clear_source_code_info(); |
| static const int kSourceCodeInfoFieldNumber = 9; |
| const ::google::protobuf::SourceCodeInfo& source_code_info() const; |
| ::google::protobuf::SourceCodeInfo* mutable_source_code_info(); |
| ::google::protobuf::SourceCodeInfo* release_source_code_info(); |
| void set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info); |
| |
| // optional string syntax = 12; |
| bool has_syntax() const; |
| void clear_syntax(); |
| static const int kSyntaxFieldNumber = 12; |
| const ::std::string& syntax() const; |
| void set_syntax(const ::std::string& value); |
| void set_syntax(const char* value); |
| void set_syntax(const char* value, size_t size); |
| ::std::string* mutable_syntax(); |
| ::std::string* release_syntax(); |
| void set_allocated_syntax(::std::string* syntax); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.FileDescriptorProto) |
| private: |
| inline void set_has_name(); |
| inline void clear_has_name(); |
| inline void set_has_package(); |
| inline void clear_has_package(); |
| inline void set_has_options(); |
| inline void clear_has_options(); |
| inline void set_has_source_code_info(); |
| inline void clear_has_source_code_info(); |
| inline void set_has_syntax(); |
| inline void clear_has_syntax(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr name_; |
| ::google::protobuf::internal::ArenaStringPtr package_; |
| ::google::protobuf::RepeatedPtrField< ::std::string> dependency_; |
| ::google::protobuf::RepeatedField< ::google::protobuf::int32 > public_dependency_; |
| ::google::protobuf::RepeatedField< ::google::protobuf::int32 > weak_dependency_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > message_type_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto > service_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > extension_; |
| ::google::protobuf::FileOptions* options_; |
| ::google::protobuf::SourceCodeInfo* source_code_info_; |
| ::google::protobuf::internal::ArenaStringPtr syntax_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static FileDescriptorProto* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT DescriptorProto_ExtensionRange : public ::google::protobuf::Message { |
| public: |
| DescriptorProto_ExtensionRange(); |
| virtual ~DescriptorProto_ExtensionRange(); |
| |
| DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from); |
| |
| inline DescriptorProto_ExtensionRange& operator=(const DescriptorProto_ExtensionRange& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const DescriptorProto_ExtensionRange& default_instance(); |
| |
| void Swap(DescriptorProto_ExtensionRange* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline DescriptorProto_ExtensionRange* New() const { return New(NULL); } |
| |
| DescriptorProto_ExtensionRange* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const DescriptorProto_ExtensionRange& from); |
| void MergeFrom(const DescriptorProto_ExtensionRange& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(DescriptorProto_ExtensionRange* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional int32 start = 1; |
| bool has_start() const; |
| void clear_start(); |
| static const int kStartFieldNumber = 1; |
| ::google::protobuf::int32 start() const; |
| void set_start(::google::protobuf::int32 value); |
| |
| // optional int32 end = 2; |
| bool has_end() const; |
| void clear_end(); |
| static const int kEndFieldNumber = 2; |
| ::google::protobuf::int32 end() const; |
| void set_end(::google::protobuf::int32 value); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.ExtensionRange) |
| private: |
| inline void set_has_start(); |
| inline void clear_has_start(); |
| inline void set_has_end(); |
| inline void clear_has_end(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::int32 start_; |
| ::google::protobuf::int32 end_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static DescriptorProto_ExtensionRange* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT DescriptorProto_ReservedRange : public ::google::protobuf::Message { |
| public: |
| DescriptorProto_ReservedRange(); |
| virtual ~DescriptorProto_ReservedRange(); |
| |
| DescriptorProto_ReservedRange(const DescriptorProto_ReservedRange& from); |
| |
| inline DescriptorProto_ReservedRange& operator=(const DescriptorProto_ReservedRange& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const DescriptorProto_ReservedRange& default_instance(); |
| |
| void Swap(DescriptorProto_ReservedRange* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline DescriptorProto_ReservedRange* New() const { return New(NULL); } |
| |
| DescriptorProto_ReservedRange* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const DescriptorProto_ReservedRange& from); |
| void MergeFrom(const DescriptorProto_ReservedRange& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(DescriptorProto_ReservedRange* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional int32 start = 1; |
| bool has_start() const; |
| void clear_start(); |
| static const int kStartFieldNumber = 1; |
| ::google::protobuf::int32 start() const; |
| void set_start(::google::protobuf::int32 value); |
| |
| // optional int32 end = 2; |
| bool has_end() const; |
| void clear_end(); |
| static const int kEndFieldNumber = 2; |
| ::google::protobuf::int32 end() const; |
| void set_end(::google::protobuf::int32 value); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.ReservedRange) |
| private: |
| inline void set_has_start(); |
| inline void clear_has_start(); |
| inline void set_has_end(); |
| inline void clear_has_end(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::int32 start_; |
| ::google::protobuf::int32 end_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static DescriptorProto_ReservedRange* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT DescriptorProto : public ::google::protobuf::Message { |
| public: |
| DescriptorProto(); |
| virtual ~DescriptorProto(); |
| |
| DescriptorProto(const DescriptorProto& from); |
| |
| inline DescriptorProto& operator=(const DescriptorProto& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const DescriptorProto& default_instance(); |
| |
| void Swap(DescriptorProto* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline DescriptorProto* New() const { return New(NULL); } |
| |
| DescriptorProto* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const DescriptorProto& from); |
| void MergeFrom(const DescriptorProto& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(DescriptorProto* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| typedef DescriptorProto_ExtensionRange ExtensionRange; |
| typedef DescriptorProto_ReservedRange ReservedRange; |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string name = 1; |
| bool has_name() const; |
| void clear_name(); |
| static const int kNameFieldNumber = 1; |
| const ::std::string& name() const; |
| void set_name(const ::std::string& value); |
| void set_name(const char* value); |
| void set_name(const char* value, size_t size); |
| ::std::string* mutable_name(); |
| ::std::string* release_name(); |
| void set_allocated_name(::std::string* name); |
| |
| // repeated .google.protobuf.FieldDescriptorProto field = 2; |
| int field_size() const; |
| void clear_field(); |
| static const int kFieldFieldNumber = 2; |
| const ::google::protobuf::FieldDescriptorProto& field(int index) const; |
| ::google::protobuf::FieldDescriptorProto* mutable_field(int index); |
| ::google::protobuf::FieldDescriptorProto* add_field(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto >* |
| mutable_field(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto >& |
| field() const; |
| |
| // repeated .google.protobuf.FieldDescriptorProto extension = 6; |
| int extension_size() const; |
| void clear_extension(); |
| static const int kExtensionFieldNumber = 6; |
| const ::google::protobuf::FieldDescriptorProto& extension(int index) const; |
| ::google::protobuf::FieldDescriptorProto* mutable_extension(int index); |
| ::google::protobuf::FieldDescriptorProto* add_extension(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto >* |
| mutable_extension(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto >& |
| extension() const; |
| |
| // repeated .google.protobuf.DescriptorProto nested_type = 3; |
| int nested_type_size() const; |
| void clear_nested_type(); |
| static const int kNestedTypeFieldNumber = 3; |
| const ::google::protobuf::DescriptorProto& nested_type(int index) const; |
| ::google::protobuf::DescriptorProto* mutable_nested_type(int index); |
| ::google::protobuf::DescriptorProto* add_nested_type(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >* |
| mutable_nested_type(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto >& |
| nested_type() const; |
| |
| // repeated .google.protobuf.EnumDescriptorProto enum_type = 4; |
| int enum_type_size() const; |
| void clear_enum_type(); |
| static const int kEnumTypeFieldNumber = 4; |
| const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const; |
| ::google::protobuf::EnumDescriptorProto* mutable_enum_type(int index); |
| ::google::protobuf::EnumDescriptorProto* add_enum_type(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >* |
| mutable_enum_type(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto >& |
| enum_type() const; |
| |
| // repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; |
| int extension_range_size() const; |
| void clear_extension_range(); |
| static const int kExtensionRangeFieldNumber = 5; |
| const ::google::protobuf::DescriptorProto_ExtensionRange& extension_range(int index) const; |
| ::google::protobuf::DescriptorProto_ExtensionRange* mutable_extension_range(int index); |
| ::google::protobuf::DescriptorProto_ExtensionRange* add_extension_range(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ExtensionRange >* |
| mutable_extension_range(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ExtensionRange >& |
| extension_range() const; |
| |
| // repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8; |
| int oneof_decl_size() const; |
| void clear_oneof_decl(); |
| static const int kOneofDeclFieldNumber = 8; |
| const ::google::protobuf::OneofDescriptorProto& oneof_decl(int index) const; |
| ::google::protobuf::OneofDescriptorProto* mutable_oneof_decl(int index); |
| ::google::protobuf::OneofDescriptorProto* add_oneof_decl(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >* |
| mutable_oneof_decl(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto >& |
| oneof_decl() const; |
| |
| // optional .google.protobuf.MessageOptions options = 7; |
| bool has_options() const; |
| void clear_options(); |
| static const int kOptionsFieldNumber = 7; |
| const ::google::protobuf::MessageOptions& options() const; |
| ::google::protobuf::MessageOptions* mutable_options(); |
| ::google::protobuf::MessageOptions* release_options(); |
| void set_allocated_options(::google::protobuf::MessageOptions* options); |
| |
| // repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; |
| int reserved_range_size() const; |
| void clear_reserved_range(); |
| static const int kReservedRangeFieldNumber = 9; |
| const ::google::protobuf::DescriptorProto_ReservedRange& reserved_range(int index) const; |
| ::google::protobuf::DescriptorProto_ReservedRange* mutable_reserved_range(int index); |
| ::google::protobuf::DescriptorProto_ReservedRange* add_reserved_range(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ReservedRange >* |
| mutable_reserved_range(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ReservedRange >& |
| reserved_range() const; |
| |
| // repeated string reserved_name = 10; |
| int reserved_name_size() const; |
| void clear_reserved_name(); |
| static const int kReservedNameFieldNumber = 10; |
| const ::std::string& reserved_name(int index) const; |
| ::std::string* mutable_reserved_name(int index); |
| void set_reserved_name(int index, const ::std::string& value); |
| void set_reserved_name(int index, const char* value); |
| void set_reserved_name(int index, const char* value, size_t size); |
| ::std::string* add_reserved_name(); |
| void add_reserved_name(const ::std::string& value); |
| void add_reserved_name(const char* value); |
| void add_reserved_name(const char* value, size_t size); |
| const ::google::protobuf::RepeatedPtrField< ::std::string>& reserved_name() const; |
| ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_reserved_name(); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto) |
| private: |
| inline void set_has_name(); |
| inline void clear_has_name(); |
| inline void set_has_options(); |
| inline void clear_has_options(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr name_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > field_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > extension_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > nested_type_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ExtensionRange > extension_range_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > oneof_decl_; |
| ::google::protobuf::MessageOptions* options_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ReservedRange > reserved_range_; |
| ::google::protobuf::RepeatedPtrField< ::std::string> reserved_name_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static DescriptorProto* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT FieldDescriptorProto : public ::google::protobuf::Message { |
| public: |
| FieldDescriptorProto(); |
| virtual ~FieldDescriptorProto(); |
| |
| FieldDescriptorProto(const FieldDescriptorProto& from); |
| |
| inline FieldDescriptorProto& operator=(const FieldDescriptorProto& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const FieldDescriptorProto& default_instance(); |
| |
| void Swap(FieldDescriptorProto* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline FieldDescriptorProto* New() const { return New(NULL); } |
| |
| FieldDescriptorProto* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const FieldDescriptorProto& from); |
| void MergeFrom(const FieldDescriptorProto& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(FieldDescriptorProto* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| typedef FieldDescriptorProto_Type Type; |
| static const Type TYPE_DOUBLE = |
| FieldDescriptorProto_Type_TYPE_DOUBLE; |
| static const Type TYPE_FLOAT = |
| FieldDescriptorProto_Type_TYPE_FLOAT; |
| static const Type TYPE_INT64 = |
| FieldDescriptorProto_Type_TYPE_INT64; |
| static const Type TYPE_UINT64 = |
| FieldDescriptorProto_Type_TYPE_UINT64; |
| static const Type TYPE_INT32 = |
| FieldDescriptorProto_Type_TYPE_INT32; |
| static const Type TYPE_FIXED64 = |
| FieldDescriptorProto_Type_TYPE_FIXED64; |
| static const Type TYPE_FIXED32 = |
| FieldDescriptorProto_Type_TYPE_FIXED32; |
| static const Type TYPE_BOOL = |
| FieldDescriptorProto_Type_TYPE_BOOL; |
| static const Type TYPE_STRING = |
| FieldDescriptorProto_Type_TYPE_STRING; |
| static const Type TYPE_GROUP = |
| FieldDescriptorProto_Type_TYPE_GROUP; |
| static const Type TYPE_MESSAGE = |
| FieldDescriptorProto_Type_TYPE_MESSAGE; |
| static const Type TYPE_BYTES = |
| FieldDescriptorProto_Type_TYPE_BYTES; |
| static const Type TYPE_UINT32 = |
| FieldDescriptorProto_Type_TYPE_UINT32; |
| static const Type TYPE_ENUM = |
| FieldDescriptorProto_Type_TYPE_ENUM; |
| static const Type TYPE_SFIXED32 = |
| FieldDescriptorProto_Type_TYPE_SFIXED32; |
| static const Type TYPE_SFIXED64 = |
| FieldDescriptorProto_Type_TYPE_SFIXED64; |
| static const Type TYPE_SINT32 = |
| FieldDescriptorProto_Type_TYPE_SINT32; |
| static const Type TYPE_SINT64 = |
| FieldDescriptorProto_Type_TYPE_SINT64; |
| static inline bool Type_IsValid(int value) { |
| return FieldDescriptorProto_Type_IsValid(value); |
| } |
| static const Type Type_MIN = |
| FieldDescriptorProto_Type_Type_MIN; |
| static const Type Type_MAX = |
| FieldDescriptorProto_Type_Type_MAX; |
| static const int Type_ARRAYSIZE = |
| FieldDescriptorProto_Type_Type_ARRAYSIZE; |
| static inline const ::google::protobuf::EnumDescriptor* |
| Type_descriptor() { |
| return FieldDescriptorProto_Type_descriptor(); |
| } |
| static inline const ::std::string& Type_Name(Type value) { |
| return FieldDescriptorProto_Type_Name(value); |
| } |
| static inline bool Type_Parse(const ::std::string& name, |
| Type* value) { |
| return FieldDescriptorProto_Type_Parse(name, value); |
| } |
| |
| typedef FieldDescriptorProto_Label Label; |
| static const Label LABEL_OPTIONAL = |
| FieldDescriptorProto_Label_LABEL_OPTIONAL; |
| static const Label LABEL_REQUIRED = |
| FieldDescriptorProto_Label_LABEL_REQUIRED; |
| static const Label LABEL_REPEATED = |
| FieldDescriptorProto_Label_LABEL_REPEATED; |
| static inline bool Label_IsValid(int value) { |
| return FieldDescriptorProto_Label_IsValid(value); |
| } |
| static const Label Label_MIN = |
| FieldDescriptorProto_Label_Label_MIN; |
| static const Label Label_MAX = |
| FieldDescriptorProto_Label_Label_MAX; |
| static const int Label_ARRAYSIZE = |
| FieldDescriptorProto_Label_Label_ARRAYSIZE; |
| static inline const ::google::protobuf::EnumDescriptor* |
| Label_descriptor() { |
| return FieldDescriptorProto_Label_descriptor(); |
| } |
| static inline const ::std::string& Label_Name(Label value) { |
| return FieldDescriptorProto_Label_Name(value); |
| } |
| static inline bool Label_Parse(const ::std::string& name, |
| Label* value) { |
| return FieldDescriptorProto_Label_Parse(name, value); |
| } |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string name = 1; |
| bool has_name() const; |
| void clear_name(); |
| static const int kNameFieldNumber = 1; |
| const ::std::string& name() const; |
| void set_name(const ::std::string& value); |
| void set_name(const char* value); |
| void set_name(const char* value, size_t size); |
| ::std::string* mutable_name(); |
| ::std::string* release_name(); |
| void set_allocated_name(::std::string* name); |
| |
| // optional int32 number = 3; |
| bool has_number() const; |
| void clear_number(); |
| static const int kNumberFieldNumber = 3; |
| ::google::protobuf::int32 number() const; |
| void set_number(::google::protobuf::int32 value); |
| |
| // optional .google.protobuf.FieldDescriptorProto.Label label = 4; |
| bool has_label() const; |
| void clear_label(); |
| static const int kLabelFieldNumber = 4; |
| ::google::protobuf::FieldDescriptorProto_Label label() const; |
| void set_label(::google::protobuf::FieldDescriptorProto_Label value); |
| |
| // optional .google.protobuf.FieldDescriptorProto.Type type = 5; |
| bool has_type() const; |
| void clear_type(); |
| static const int kTypeFieldNumber = 5; |
| ::google::protobuf::FieldDescriptorProto_Type type() const; |
| void set_type(::google::protobuf::FieldDescriptorProto_Type value); |
| |
| // optional string type_name = 6; |
| bool has_type_name() const; |
| void clear_type_name(); |
| static const int kTypeNameFieldNumber = 6; |
| const ::std::string& type_name() const; |
| void set_type_name(const ::std::string& value); |
| void set_type_name(const char* value); |
| void set_type_name(const char* value, size_t size); |
| ::std::string* mutable_type_name(); |
| ::std::string* release_type_name(); |
| void set_allocated_type_name(::std::string* type_name); |
| |
| // optional string extendee = 2; |
| bool has_extendee() const; |
| void clear_extendee(); |
| static const int kExtendeeFieldNumber = 2; |
| const ::std::string& extendee() const; |
| void set_extendee(const ::std::string& value); |
| void set_extendee(const char* value); |
| void set_extendee(const char* value, size_t size); |
| ::std::string* mutable_extendee(); |
| ::std::string* release_extendee(); |
| void set_allocated_extendee(::std::string* extendee); |
| |
| // optional string default_value = 7; |
| bool has_default_value() const; |
| void clear_default_value(); |
| static const int kDefaultValueFieldNumber = 7; |
| const ::std::string& default_value() const; |
| void set_default_value(const ::std::string& value); |
| void set_default_value(const char* value); |
| void set_default_value(const char* value, size_t size); |
| ::std::string* mutable_default_value(); |
| ::std::string* release_default_value(); |
| void set_allocated_default_value(::std::string* default_value); |
| |
| // optional int32 oneof_index = 9; |
| bool has_oneof_index() const; |
| void clear_oneof_index(); |
| static const int kOneofIndexFieldNumber = 9; |
| ::google::protobuf::int32 oneof_index() const; |
| void set_oneof_index(::google::protobuf::int32 value); |
| |
| // optional string json_name = 10; |
| bool has_json_name() const; |
| void clear_json_name(); |
| static const int kJsonNameFieldNumber = 10; |
| const ::std::string& json_name() const; |
| void set_json_name(const ::std::string& value); |
| void set_json_name(const char* value); |
| void set_json_name(const char* value, size_t size); |
| ::std::string* mutable_json_name(); |
| ::std::string* release_json_name(); |
| void set_allocated_json_name(::std::string* json_name); |
| |
| // optional .google.protobuf.FieldOptions options = 8; |
| bool has_options() const; |
| void clear_options(); |
| static const int kOptionsFieldNumber = 8; |
| const ::google::protobuf::FieldOptions& options() const; |
| ::google::protobuf::FieldOptions* mutable_options(); |
| ::google::protobuf::FieldOptions* release_options(); |
| void set_allocated_options(::google::protobuf::FieldOptions* options); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.FieldDescriptorProto) |
| private: |
| inline void set_has_name(); |
| inline void clear_has_name(); |
| inline void set_has_number(); |
| inline void clear_has_number(); |
| inline void set_has_label(); |
| inline void clear_has_label(); |
| inline void set_has_type(); |
| inline void clear_has_type(); |
| inline void set_has_type_name(); |
| inline void clear_has_type_name(); |
| inline void set_has_extendee(); |
| inline void clear_has_extendee(); |
| inline void set_has_default_value(); |
| inline void clear_has_default_value(); |
| inline void set_has_oneof_index(); |
| inline void clear_has_oneof_index(); |
| inline void set_has_json_name(); |
| inline void clear_has_json_name(); |
| inline void set_has_options(); |
| inline void clear_has_options(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr name_; |
| ::google::protobuf::int32 number_; |
| int label_; |
| ::google::protobuf::internal::ArenaStringPtr type_name_; |
| ::google::protobuf::internal::ArenaStringPtr extendee_; |
| int type_; |
| ::google::protobuf::int32 oneof_index_; |
| ::google::protobuf::internal::ArenaStringPtr default_value_; |
| ::google::protobuf::internal::ArenaStringPtr json_name_; |
| ::google::protobuf::FieldOptions* options_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static FieldDescriptorProto* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT OneofDescriptorProto : public ::google::protobuf::Message { |
| public: |
| OneofDescriptorProto(); |
| virtual ~OneofDescriptorProto(); |
| |
| OneofDescriptorProto(const OneofDescriptorProto& from); |
| |
| inline OneofDescriptorProto& operator=(const OneofDescriptorProto& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const OneofDescriptorProto& default_instance(); |
| |
| void Swap(OneofDescriptorProto* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline OneofDescriptorProto* New() const { return New(NULL); } |
| |
| OneofDescriptorProto* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const OneofDescriptorProto& from); |
| void MergeFrom(const OneofDescriptorProto& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(OneofDescriptorProto* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string name = 1; |
| bool has_name() const; |
| void clear_name(); |
| static const int kNameFieldNumber = 1; |
| const ::std::string& name() const; |
| void set_name(const ::std::string& value); |
| void set_name(const char* value); |
| void set_name(const char* value, size_t size); |
| ::std::string* mutable_name(); |
| ::std::string* release_name(); |
| void set_allocated_name(::std::string* name); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.OneofDescriptorProto) |
| private: |
| inline void set_has_name(); |
| inline void clear_has_name(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr name_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static OneofDescriptorProto* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT EnumDescriptorProto : public ::google::protobuf::Message { |
| public: |
| EnumDescriptorProto(); |
| virtual ~EnumDescriptorProto(); |
| |
| EnumDescriptorProto(const EnumDescriptorProto& from); |
| |
| inline EnumDescriptorProto& operator=(const EnumDescriptorProto& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const EnumDescriptorProto& default_instance(); |
| |
| void Swap(EnumDescriptorProto* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline EnumDescriptorProto* New() const { return New(NULL); } |
| |
| EnumDescriptorProto* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const EnumDescriptorProto& from); |
| void MergeFrom(const EnumDescriptorProto& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(EnumDescriptorProto* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string name = 1; |
| bool has_name() const; |
| void clear_name(); |
| static const int kNameFieldNumber = 1; |
| const ::std::string& name() const; |
| void set_name(const ::std::string& value); |
| void set_name(const char* value); |
| void set_name(const char* value, size_t size); |
| ::std::string* mutable_name(); |
| ::std::string* release_name(); |
| void set_allocated_name(::std::string* name); |
| |
| // repeated .google.protobuf.EnumValueDescriptorProto value = 2; |
| int value_size() const; |
| void clear_value(); |
| static const int kValueFieldNumber = 2; |
| const ::google::protobuf::EnumValueDescriptorProto& value(int index) const; |
| ::google::protobuf::EnumValueDescriptorProto* mutable_value(int index); |
| ::google::protobuf::EnumValueDescriptorProto* add_value(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto >* |
| mutable_value(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto >& |
| value() const; |
| |
| // optional .google.protobuf.EnumOptions options = 3; |
| bool has_options() const; |
| void clear_options(); |
| static const int kOptionsFieldNumber = 3; |
| const ::google::protobuf::EnumOptions& options() const; |
| ::google::protobuf::EnumOptions* mutable_options(); |
| ::google::protobuf::EnumOptions* release_options(); |
| void set_allocated_options(::google::protobuf::EnumOptions* options); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.EnumDescriptorProto) |
| private: |
| inline void set_has_name(); |
| inline void clear_has_name(); |
| inline void set_has_options(); |
| inline void clear_has_options(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr name_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto > value_; |
| ::google::protobuf::EnumOptions* options_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static EnumDescriptorProto* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT EnumValueDescriptorProto : public ::google::protobuf::Message { |
| public: |
| EnumValueDescriptorProto(); |
| virtual ~EnumValueDescriptorProto(); |
| |
| EnumValueDescriptorProto(const EnumValueDescriptorProto& from); |
| |
| inline EnumValueDescriptorProto& operator=(const EnumValueDescriptorProto& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const EnumValueDescriptorProto& default_instance(); |
| |
| void Swap(EnumValueDescriptorProto* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline EnumValueDescriptorProto* New() const { return New(NULL); } |
| |
| EnumValueDescriptorProto* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const EnumValueDescriptorProto& from); |
| void MergeFrom(const EnumValueDescriptorProto& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(EnumValueDescriptorProto* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string name = 1; |
| bool has_name() const; |
| void clear_name(); |
| static const int kNameFieldNumber = 1; |
| const ::std::string& name() const; |
| void set_name(const ::std::string& value); |
| void set_name(const char* value); |
| void set_name(const char* value, size_t size); |
| ::std::string* mutable_name(); |
| ::std::string* release_name(); |
| void set_allocated_name(::std::string* name); |
| |
| // optional int32 number = 2; |
| bool has_number() const; |
| void clear_number(); |
| static const int kNumberFieldNumber = 2; |
| ::google::protobuf::int32 number() const; |
| void set_number(::google::protobuf::int32 value); |
| |
| // optional .google.protobuf.EnumValueOptions options = 3; |
| bool has_options() const; |
| void clear_options(); |
| static const int kOptionsFieldNumber = 3; |
| const ::google::protobuf::EnumValueOptions& options() const; |
| ::google::protobuf::EnumValueOptions* mutable_options(); |
| ::google::protobuf::EnumValueOptions* release_options(); |
| void set_allocated_options(::google::protobuf::EnumValueOptions* options); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.EnumValueDescriptorProto) |
| private: |
| inline void set_has_name(); |
| inline void clear_has_name(); |
| inline void set_has_number(); |
| inline void clear_has_number(); |
| inline void set_has_options(); |
| inline void clear_has_options(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr name_; |
| ::google::protobuf::EnumValueOptions* options_; |
| ::google::protobuf::int32 number_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static EnumValueDescriptorProto* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT ServiceDescriptorProto : public ::google::protobuf::Message { |
| public: |
| ServiceDescriptorProto(); |
| virtual ~ServiceDescriptorProto(); |
| |
| ServiceDescriptorProto(const ServiceDescriptorProto& from); |
| |
| inline ServiceDescriptorProto& operator=(const ServiceDescriptorProto& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const ServiceDescriptorProto& default_instance(); |
| |
| void Swap(ServiceDescriptorProto* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline ServiceDescriptorProto* New() const { return New(NULL); } |
| |
| ServiceDescriptorProto* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const ServiceDescriptorProto& from); |
| void MergeFrom(const ServiceDescriptorProto& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(ServiceDescriptorProto* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string name = 1; |
| bool has_name() const; |
| void clear_name(); |
| static const int kNameFieldNumber = 1; |
| const ::std::string& name() const; |
| void set_name(const ::std::string& value); |
| void set_name(const char* value); |
| void set_name(const char* value, size_t size); |
| ::std::string* mutable_name(); |
| ::std::string* release_name(); |
| void set_allocated_name(::std::string* name); |
| |
| // repeated .google.protobuf.MethodDescriptorProto method = 2; |
| int method_size() const; |
| void clear_method(); |
| static const int kMethodFieldNumber = 2; |
| const ::google::protobuf::MethodDescriptorProto& method(int index) const; |
| ::google::protobuf::MethodDescriptorProto* mutable_method(int index); |
| ::google::protobuf::MethodDescriptorProto* add_method(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >* |
| mutable_method(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto >& |
| method() const; |
| |
| // optional .google.protobuf.ServiceOptions options = 3; |
| bool has_options() const; |
| void clear_options(); |
| static const int kOptionsFieldNumber = 3; |
| const ::google::protobuf::ServiceOptions& options() const; |
| ::google::protobuf::ServiceOptions* mutable_options(); |
| ::google::protobuf::ServiceOptions* release_options(); |
| void set_allocated_options(::google::protobuf::ServiceOptions* options); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.ServiceDescriptorProto) |
| private: |
| inline void set_has_name(); |
| inline void clear_has_name(); |
| inline void set_has_options(); |
| inline void clear_has_options(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr name_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProto > method_; |
| ::google::protobuf::ServiceOptions* options_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static ServiceDescriptorProto* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT MethodDescriptorProto : public ::google::protobuf::Message { |
| public: |
| MethodDescriptorProto(); |
| virtual ~MethodDescriptorProto(); |
| |
| MethodDescriptorProto(const MethodDescriptorProto& from); |
| |
| inline MethodDescriptorProto& operator=(const MethodDescriptorProto& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const MethodDescriptorProto& default_instance(); |
| |
| void Swap(MethodDescriptorProto* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline MethodDescriptorProto* New() const { return New(NULL); } |
| |
| MethodDescriptorProto* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const MethodDescriptorProto& from); |
| void MergeFrom(const MethodDescriptorProto& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(MethodDescriptorProto* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string name = 1; |
| bool has_name() const; |
| void clear_name(); |
| static const int kNameFieldNumber = 1; |
| const ::std::string& name() const; |
| void set_name(const ::std::string& value); |
| void set_name(const char* value); |
| void set_name(const char* value, size_t size); |
| ::std::string* mutable_name(); |
| ::std::string* release_name(); |
| void set_allocated_name(::std::string* name); |
| |
| // optional string input_type = 2; |
| bool has_input_type() const; |
| void clear_input_type(); |
| static const int kInputTypeFieldNumber = 2; |
| const ::std::string& input_type() const; |
| void set_input_type(const ::std::string& value); |
| void set_input_type(const char* value); |
| void set_input_type(const char* value, size_t size); |
| ::std::string* mutable_input_type(); |
| ::std::string* release_input_type(); |
| void set_allocated_input_type(::std::string* input_type); |
| |
| // optional string output_type = 3; |
| bool has_output_type() const; |
| void clear_output_type(); |
| static const int kOutputTypeFieldNumber = 3; |
| const ::std::string& output_type() const; |
| void set_output_type(const ::std::string& value); |
| void set_output_type(const char* value); |
| void set_output_type(const char* value, size_t size); |
| ::std::string* mutable_output_type(); |
| ::std::string* release_output_type(); |
| void set_allocated_output_type(::std::string* output_type); |
| |
| // optional .google.protobuf.MethodOptions options = 4; |
| bool has_options() const; |
| void clear_options(); |
| static const int kOptionsFieldNumber = 4; |
| const ::google::protobuf::MethodOptions& options() const; |
| ::google::protobuf::MethodOptions* mutable_options(); |
| ::google::protobuf::MethodOptions* release_options(); |
| void set_allocated_options(::google::protobuf::MethodOptions* options); |
| |
| // optional bool client_streaming = 5 [default = false]; |
| bool has_client_streaming() const; |
| void clear_client_streaming(); |
| static const int kClientStreamingFieldNumber = 5; |
| bool client_streaming() const; |
| void set_client_streaming(bool value); |
| |
| // optional bool server_streaming = 6 [default = false]; |
| bool has_server_streaming() const; |
| void clear_server_streaming(); |
| static const int kServerStreamingFieldNumber = 6; |
| bool server_streaming() const; |
| void set_server_streaming(bool value); |
| |
| // @@protoc_insertion_point(class_scope:google.protobuf.MethodDescriptorProto) |
| private: |
| inline void set_has_name(); |
| inline void clear_has_name(); |
| inline void set_has_input_type(); |
| inline void clear_has_input_type(); |
| inline void set_has_output_type(); |
| inline void clear_has_output_type(); |
| inline void set_has_options(); |
| inline void clear_has_options(); |
| inline void set_has_client_streaming(); |
| inline void clear_has_client_streaming(); |
| inline void set_has_server_streaming(); |
| inline void clear_has_server_streaming(); |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr name_; |
| ::google::protobuf::internal::ArenaStringPtr input_type_; |
| ::google::protobuf::internal::ArenaStringPtr output_type_; |
| ::google::protobuf::MethodOptions* options_; |
| bool client_streaming_; |
| bool server_streaming_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static MethodDescriptorProto* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT FileOptions : public ::google::protobuf::Message { |
| public: |
| FileOptions(); |
| virtual ~FileOptions(); |
| |
| FileOptions(const FileOptions& from); |
| |
| inline FileOptions& operator=(const FileOptions& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const FileOptions& default_instance(); |
| |
| void Swap(FileOptions* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline FileOptions* New() const { return New(NULL); } |
| |
| FileOptions* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const FileOptions& from); |
| void MergeFrom(const FileOptions& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(FileOptions* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| typedef FileOptions_OptimizeMode OptimizeMode; |
| static const OptimizeMode SPEED = |
| FileOptions_OptimizeMode_SPEED; |
| static const OptimizeMode CODE_SIZE = |
| FileOptions_OptimizeMode_CODE_SIZE; |
| static const OptimizeMode LITE_RUNTIME = |
| FileOptions_OptimizeMode_LITE_RUNTIME; |
| static inline bool OptimizeMode_IsValid(int value) { |
| return FileOptions_OptimizeMode_IsValid(value); |
| } |
| static const OptimizeMode OptimizeMode_MIN = |
| FileOptions_OptimizeMode_OptimizeMode_MIN; |
| static const OptimizeMode OptimizeMode_MAX = |
| FileOptions_OptimizeMode_OptimizeMode_MAX; |
| static const int OptimizeMode_ARRAYSIZE = |
| FileOptions_OptimizeMode_OptimizeMode_ARRAYSIZE; |
| static inline const ::google::protobuf::EnumDescriptor* |
| OptimizeMode_descriptor() { |
| return FileOptions_OptimizeMode_descriptor(); |
| } |
| static inline const ::std::string& OptimizeMode_Name(OptimizeMode value) { |
| return FileOptions_OptimizeMode_Name(value); |
| } |
| static inline bool OptimizeMode_Parse(const ::std::string& name, |
| OptimizeMode* value) { |
| return FileOptions_OptimizeMode_Parse(name, value); |
| } |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional string java_package = 1; |
| bool has_java_package() const; |
| void clear_java_package(); |
| static const int kJavaPackageFieldNumber = 1; |
| const ::std::string& java_package() const; |
| void set_java_package(const ::std::string& value); |
| void set_java_package(const char* value); |
| void set_java_package(const char* value, size_t size); |
| ::std::string* mutable_java_package(); |
| ::std::string* release_java_package(); |
| void set_allocated_java_package(::std::string* java_package); |
| |
| // optional string java_outer_classname = 8; |
| bool has_java_outer_classname() const; |
| void clear_java_outer_classname(); |
| static const int kJavaOuterClassnameFieldNumber = 8; |
| const ::std::string& java_outer_classname() const; |
| void set_java_outer_classname(const ::std::string& value); |
| void set_java_outer_classname(const char* value); |
| void set_java_outer_classname(const char* value, size_t size); |
| ::std::string* mutable_java_outer_classname(); |
| ::std::string* release_java_outer_classname(); |
| void set_allocated_java_outer_classname(::std::string* java_outer_classname); |
| |
| // optional bool java_multiple_files = 10 [default = false]; |
| bool has_java_multiple_files() const; |
| void clear_java_multiple_files(); |
| static const int kJavaMultipleFilesFieldNumber = 10; |
| bool java_multiple_files() const; |
| void set_java_multiple_files(bool value); |
| |
| // optional bool java_generate_equals_and_hash = 20 [default = false]; |
| bool has_java_generate_equals_and_hash() const; |
| void clear_java_generate_equals_and_hash(); |
| static const int kJavaGenerateEqualsAndHashFieldNumber = 20; |
| bool java_generate_equals_and_hash() const; |
| void set_java_generate_equals_and_hash(bool value); |
| |
| // optional bool java_string_check_utf8 = 27 [default = false]; |
| bool has_java_string_check_utf8() const; |
| void clear_java_string_check_utf8(); |
| static const int kJavaStringCheckUtf8FieldNumber = 27; |
| bool java_string_check_utf8() const; |
| void set_java_string_check_utf8(bool value); |
| |
| // optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED]; |
| bool has_optimize_for() const; |
| void clear_optimize_for(); |
| static const int kOptimizeForFieldNumber = 9; |
| ::google::protobuf::FileOptions_OptimizeMode optimize_for() const; |
| void set_optimize_for(::google::protobuf::FileOptions_OptimizeMode value); |
| |
| // optional string go_package = 11; |
| bool has_go_package() const; |
| void clear_go_package(); |
| static const int kGoPackageFieldNumber = 11; |
| const ::std::string& go_package() const; |
| void set_go_package(const ::std::string& value); |
| void set_go_package(const char* value); |
| void set_go_package(const char* value, size_t size); |
| ::std::string* mutable_go_package(); |
| ::std::string* release_go_package(); |
| void set_allocated_go_package(::std::string* go_package); |
| |
| // optional bool cc_generic_services = 16 [default = false]; |
| bool has_cc_generic_services() const; |
| void clear_cc_generic_services(); |
| static const int kCcGenericServicesFieldNumber = 16; |
| bool cc_generic_services() const; |
| void set_cc_generic_services(bool value); |
| |
| // optional bool java_generic_services = 17 [default = false]; |
| bool has_java_generic_services() const; |
| void clear_java_generic_services(); |
| static const int kJavaGenericServicesFieldNumber = 17; |
| bool java_generic_services() const; |
| void set_java_generic_services(bool value); |
| |
| // optional bool py_generic_services = 18 [default = false]; |
| bool has_py_generic_services() const; |
| void clear_py_generic_services(); |
| static const int kPyGenericServicesFieldNumber = 18; |
| bool py_generic_services() const; |
| void set_py_generic_services(bool value); |
| |
| // optional bool deprecated = 23 [default = false]; |
| bool has_deprecated() const; |
| void clear_deprecated(); |
| static const int kDeprecatedFieldNumber = 23; |
| bool deprecated() const; |
| void set_deprecated(bool value); |
| |
| // optional bool cc_enable_arenas = 31 [default = false]; |
| bool has_cc_enable_arenas() const; |
| void clear_cc_enable_arenas(); |
| static const int kCcEnableArenasFieldNumber = 31; |
| bool cc_enable_arenas() const; |
| void set_cc_enable_arenas(bool value); |
| |
| // optional string objc_class_prefix = 36; |
| bool has_objc_class_prefix() const; |
| void clear_objc_class_prefix(); |
| static const int kObjcClassPrefixFieldNumber = 36; |
| const ::std::string& objc_class_prefix() const; |
| void set_objc_class_prefix(const ::std::string& value); |
| void set_objc_class_prefix(const char* value); |
| void set_objc_class_prefix(const char* value, size_t size); |
| ::std::string* mutable_objc_class_prefix(); |
| ::std::string* release_objc_class_prefix(); |
| void set_allocated_objc_class_prefix(::std::string* objc_class_prefix); |
| |
| // optional string csharp_namespace = 37; |
| bool has_csharp_namespace() const; |
| void clear_csharp_namespace(); |
| static const int kCsharpNamespaceFieldNumber = 37; |
| const ::std::string& csharp_namespace() const; |
| void set_csharp_namespace(const ::std::string& value); |
| void set_csharp_namespace(const char* value); |
| void set_csharp_namespace(const char* value, size_t size); |
| ::std::string* mutable_csharp_namespace(); |
| ::std::string* release_csharp_namespace(); |
| void set_allocated_csharp_namespace(::std::string* csharp_namespace); |
| |
| // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
| int uninterpreted_option_size() const; |
| void clear_uninterpreted_option(); |
| static const int kUninterpretedOptionFieldNumber = 999; |
| const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const; |
| ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index); |
| ::google::protobuf::UninterpretedOption* add_uninterpreted_option(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >* |
| mutable_uninterpreted_option(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >& |
| uninterpreted_option() const; |
| |
| GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(FileOptions) |
| // @@protoc_insertion_point(class_scope:google.protobuf.FileOptions) |
| private: |
| inline void set_has_java_package(); |
| inline void clear_has_java_package(); |
| inline void set_has_java_outer_classname(); |
| inline void clear_has_java_outer_classname(); |
| inline void set_has_java_multiple_files(); |
| inline void clear_has_java_multiple_files(); |
| inline void set_has_java_generate_equals_and_hash(); |
| inline void clear_has_java_generate_equals_and_hash(); |
| inline void set_has_java_string_check_utf8(); |
| inline void clear_has_java_string_check_utf8(); |
| inline void set_has_optimize_for(); |
| inline void clear_has_optimize_for(); |
| inline void set_has_go_package(); |
| inline void clear_has_go_package(); |
| inline void set_has_cc_generic_services(); |
| inline void clear_has_cc_generic_services(); |
| inline void set_has_java_generic_services(); |
| inline void clear_has_java_generic_services(); |
| inline void set_has_py_generic_services(); |
| inline void clear_has_py_generic_services(); |
| inline void set_has_deprecated(); |
| inline void clear_has_deprecated(); |
| inline void set_has_cc_enable_arenas(); |
| inline void clear_has_cc_enable_arenas(); |
| inline void set_has_objc_class_prefix(); |
| inline void clear_has_objc_class_prefix(); |
| inline void set_has_csharp_namespace(); |
| inline void clear_has_csharp_namespace(); |
| |
| ::google::protobuf::internal::ExtensionSet _extensions_; |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr java_package_; |
| ::google::protobuf::internal::ArenaStringPtr java_outer_classname_; |
| bool java_multiple_files_; |
| bool java_generate_equals_and_hash_; |
| bool java_string_check_utf8_; |
| bool cc_generic_services_; |
| int optimize_for_; |
| ::google::protobuf::internal::ArenaStringPtr go_package_; |
| ::google::protobuf::internal::ArenaStringPtr objc_class_prefix_; |
| ::google::protobuf::internal::ArenaStringPtr csharp_namespace_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; |
| bool java_generic_services_; |
| bool py_generic_services_; |
| bool deprecated_; |
| bool cc_enable_arenas_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static FileOptions* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT MessageOptions : public ::google::protobuf::Message { |
| public: |
| MessageOptions(); |
| virtual ~MessageOptions(); |
| |
| MessageOptions(const MessageOptions& from); |
| |
| inline MessageOptions& operator=(const MessageOptions& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const MessageOptions& default_instance(); |
| |
| void Swap(MessageOptions* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline MessageOptions* New() const { return New(NULL); } |
| |
| MessageOptions* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const MessageOptions& from); |
| void MergeFrom(const MessageOptions& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(MessageOptions* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional bool message_set_wire_format = 1 [default = false]; |
| bool has_message_set_wire_format() const; |
| void clear_message_set_wire_format(); |
| static const int kMessageSetWireFormatFieldNumber = 1; |
| bool message_set_wire_format() const; |
| void set_message_set_wire_format(bool value); |
| |
| // optional bool no_standard_descriptor_accessor = 2 [default = false]; |
| bool has_no_standard_descriptor_accessor() const; |
| void clear_no_standard_descriptor_accessor(); |
| static const int kNoStandardDescriptorAccessorFieldNumber = 2; |
| bool no_standard_descriptor_accessor() const; |
| void set_no_standard_descriptor_accessor(bool value); |
| |
| // optional bool deprecated = 3 [default = false]; |
| bool has_deprecated() const; |
| void clear_deprecated(); |
| static const int kDeprecatedFieldNumber = 3; |
| bool deprecated() const; |
| void set_deprecated(bool value); |
| |
| // optional bool map_entry = 7; |
| bool has_map_entry() const; |
| void clear_map_entry(); |
| static const int kMapEntryFieldNumber = 7; |
| bool map_entry() const; |
| void set_map_entry(bool value); |
| |
| // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
| int uninterpreted_option_size() const; |
| void clear_uninterpreted_option(); |
| static const int kUninterpretedOptionFieldNumber = 999; |
| const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const; |
| ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index); |
| ::google::protobuf::UninterpretedOption* add_uninterpreted_option(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >* |
| mutable_uninterpreted_option(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >& |
| uninterpreted_option() const; |
| |
| GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(MessageOptions) |
| // @@protoc_insertion_point(class_scope:google.protobuf.MessageOptions) |
| private: |
| inline void set_has_message_set_wire_format(); |
| inline void clear_has_message_set_wire_format(); |
| inline void set_has_no_standard_descriptor_accessor(); |
| inline void clear_has_no_standard_descriptor_accessor(); |
| inline void set_has_deprecated(); |
| inline void clear_has_deprecated(); |
| inline void set_has_map_entry(); |
| inline void clear_has_map_entry(); |
| |
| ::google::protobuf::internal::ExtensionSet _extensions_; |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; |
| bool message_set_wire_format_; |
| bool no_standard_descriptor_accessor_; |
| bool deprecated_; |
| bool map_entry_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static MessageOptions* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT FieldOptions : public ::google::protobuf::Message { |
| public: |
| FieldOptions(); |
| virtual ~FieldOptions(); |
| |
| FieldOptions(const FieldOptions& from); |
| |
| inline FieldOptions& operator=(const FieldOptions& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const FieldOptions& default_instance(); |
| |
| void Swap(FieldOptions* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline FieldOptions* New() const { return New(NULL); } |
| |
| FieldOptions* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const FieldOptions& from); |
| void MergeFrom(const FieldOptions& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(FieldOptions* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| typedef FieldOptions_CType CType; |
| static const CType STRING = |
| FieldOptions_CType_STRING; |
| static const CType CORD = |
| FieldOptions_CType_CORD; |
| static const CType STRING_PIECE = |
| FieldOptions_CType_STRING_PIECE; |
| static inline bool CType_IsValid(int value) { |
| return FieldOptions_CType_IsValid(value); |
| } |
| static const CType CType_MIN = |
| FieldOptions_CType_CType_MIN; |
| static const CType CType_MAX = |
| FieldOptions_CType_CType_MAX; |
| static const int CType_ARRAYSIZE = |
| FieldOptions_CType_CType_ARRAYSIZE; |
| static inline const ::google::protobuf::EnumDescriptor* |
| CType_descriptor() { |
| return FieldOptions_CType_descriptor(); |
| } |
| static inline const ::std::string& CType_Name(CType value) { |
| return FieldOptions_CType_Name(value); |
| } |
| static inline bool CType_Parse(const ::std::string& name, |
| CType* value) { |
| return FieldOptions_CType_Parse(name, value); |
| } |
| |
| typedef FieldOptions_JSType JSType; |
| static const JSType JS_NORMAL = |
| FieldOptions_JSType_JS_NORMAL; |
| static const JSType JS_STRING = |
| FieldOptions_JSType_JS_STRING; |
| static const JSType JS_NUMBER = |
| FieldOptions_JSType_JS_NUMBER; |
| static inline bool JSType_IsValid(int value) { |
| return FieldOptions_JSType_IsValid(value); |
| } |
| static const JSType JSType_MIN = |
| FieldOptions_JSType_JSType_MIN; |
| static const JSType JSType_MAX = |
| FieldOptions_JSType_JSType_MAX; |
| static const int JSType_ARRAYSIZE = |
| FieldOptions_JSType_JSType_ARRAYSIZE; |
| static inline const ::google::protobuf::EnumDescriptor* |
| JSType_descriptor() { |
| return FieldOptions_JSType_descriptor(); |
| } |
| static inline const ::std::string& JSType_Name(JSType value) { |
| return FieldOptions_JSType_Name(value); |
| } |
| static inline bool JSType_Parse(const ::std::string& name, |
| JSType* value) { |
| return FieldOptions_JSType_Parse(name, value); |
| } |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; |
| bool has_ctype() const; |
| void clear_ctype(); |
| static const int kCtypeFieldNumber = 1; |
| ::google::protobuf::FieldOptions_CType ctype() const; |
| void set_ctype(::google::protobuf::FieldOptions_CType value); |
| |
| // optional bool packed = 2; |
| bool has_packed() const; |
| void clear_packed(); |
| static const int kPackedFieldNumber = 2; |
| bool packed() const; |
| void set_packed(bool value); |
| |
| // optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL]; |
| bool has_jstype() const; |
| void clear_jstype(); |
| static const int kJstypeFieldNumber = 6; |
| ::google::protobuf::FieldOptions_JSType jstype() const; |
| void set_jstype(::google::protobuf::FieldOptions_JSType value); |
| |
| // optional bool lazy = 5 [default = false]; |
| bool has_lazy() const; |
| void clear_lazy(); |
| static const int kLazyFieldNumber = 5; |
| bool lazy() const; |
| void set_lazy(bool value); |
| |
| // optional bool deprecated = 3 [default = false]; |
| bool has_deprecated() const; |
| void clear_deprecated(); |
| static const int kDeprecatedFieldNumber = 3; |
| bool deprecated() const; |
| void set_deprecated(bool value); |
| |
| // optional bool weak = 10 [default = false]; |
| bool has_weak() const; |
| void clear_weak(); |
| static const int kWeakFieldNumber = 10; |
| bool weak() const; |
| void set_weak(bool value); |
| |
| // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
| int uninterpreted_option_size() const; |
| void clear_uninterpreted_option(); |
| static const int kUninterpretedOptionFieldNumber = 999; |
| const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const; |
| ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index); |
| ::google::protobuf::UninterpretedOption* add_uninterpreted_option(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >* |
| mutable_uninterpreted_option(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >& |
| uninterpreted_option() const; |
| |
| GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(FieldOptions) |
| // @@protoc_insertion_point(class_scope:google.protobuf.FieldOptions) |
| private: |
| inline void set_has_ctype(); |
| inline void clear_has_ctype(); |
| inline void set_has_packed(); |
| inline void clear_has_packed(); |
| inline void set_has_jstype(); |
| inline void clear_has_jstype(); |
| inline void set_has_lazy(); |
| inline void clear_has_lazy(); |
| inline void set_has_deprecated(); |
| inline void clear_has_deprecated(); |
| inline void set_has_weak(); |
| inline void clear_has_weak(); |
| |
| ::google::protobuf::internal::ExtensionSet _extensions_; |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| int ctype_; |
| int jstype_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; |
| bool packed_; |
| bool lazy_; |
| bool deprecated_; |
| bool weak_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static FieldOptions* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT EnumOptions : public ::google::protobuf::Message { |
| public: |
| EnumOptions(); |
| virtual ~EnumOptions(); |
| |
| EnumOptions(const EnumOptions& from); |
| |
| inline EnumOptions& operator=(const EnumOptions& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const EnumOptions& default_instance(); |
| |
| void Swap(EnumOptions* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline EnumOptions* New() const { return New(NULL); } |
| |
| EnumOptions* New(::google::protobuf::Arena* arena) const; |
| void CopyFrom(const ::google::protobuf::Message& from); |
| void MergeFrom(const ::google::protobuf::Message& from); |
| void CopyFrom(const EnumOptions& from); |
| void MergeFrom(const EnumOptions& from); |
| void Clear(); |
| bool IsInitialized() const; |
| |
| int ByteSize() const; |
| bool MergePartialFromCodedStream( |
| ::google::protobuf::io::CodedInputStream* input); |
| void SerializeWithCachedSizes( |
| ::google::protobuf::io::CodedOutputStream* output) const; |
| ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; |
| int GetCachedSize() const { return _cached_size_; } |
| private: |
| void SharedCtor(); |
| void SharedDtor(); |
| void SetCachedSize(int size) const; |
| void InternalSwap(EnumOptions* other); |
| private: |
| inline ::google::protobuf::Arena* GetArenaNoVirtual() const { |
| return _internal_metadata_.arena(); |
| } |
| inline void* MaybeArenaPtr() const { |
| return _internal_metadata_.raw_arena_ptr(); |
| } |
| public: |
| |
| ::google::protobuf::Metadata GetMetadata() const; |
| |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| |
| // optional bool allow_alias = 2; |
| bool has_allow_alias() const; |
| void clear_allow_alias(); |
| static const int kAllowAliasFieldNumber = 2; |
| bool allow_alias() const; |
| void set_allow_alias(bool value); |
| |
| // optional bool deprecated = 3 [default = false]; |
| bool has_deprecated() const; |
| void clear_deprecated(); |
| static const int kDeprecatedFieldNumber = 3; |
| bool deprecated() const; |
| void set_deprecated(bool value); |
| |
| // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |
| int uninterpreted_option_size() const; |
| void clear_uninterpreted_option(); |
| static const int kUninterpretedOptionFieldNumber = 999; |
| const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const; |
| ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int index); |
| ::google::protobuf::UninterpretedOption* add_uninterpreted_option(); |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >* |
| mutable_uninterpreted_option(); |
| const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >& |
| uninterpreted_option() const; |
| |
| GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(EnumOptions) |
| // @@protoc_insertion_point(class_scope:google.protobuf.EnumOptions) |
| private: |
| inline void set_has_allow_alias(); |
| inline void clear_has_allow_alias(); |
| inline void set_has_deprecated(); |
| inline void clear_has_deprecated(); |
| |
| ::google::protobuf::internal::ExtensionSet _extensions_; |
| |
| ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; |
| ::google::protobuf::uint32 _has_bits_[1]; |
| mutable int _cached_size_; |
| ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; |
| bool allow_alias_; |
| bool deprecated_; |
| friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); |
| friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); |
| |
| void InitAsDefaultInstance(); |
| static EnumOptions* default_instance_; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class LIBPROTOBUF_EXPORT EnumValueOptions : public ::google::protobuf::Message { |
| public: |
| EnumValueOptions(); |
| virtual ~EnumValueOptions(); |
| |
| EnumValueOptions(const EnumValueOptions& from); |
| |
| inline EnumValueOptions& operator=(const EnumValueOptions& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| |
| inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { |
| return _internal_metadata_.unknown_fields(); |
| } |
| |
| inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { |
| return _internal_metadata_.mutable_unknown_fields(); |
| } |
| |
| static const ::google::protobuf::Descriptor* descriptor(); |
| static const EnumValueOptions& default_instance(); |
| |
| void Swap(EnumValueOptions* other); |
| |
| // implements Message ---------------------------------------------- |
| |
| inline EnumValueOptions* New() const { return New
|