|
|
|
|
|
|
|
|
|
|
|
#ifndef PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED
|
|
|
#define PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
#include <google/protobuf/stubs/common.h>
|
|
|
|
|
|
#if GOOGLE_PROTOBUF_VERSION < 3005000
|
|
|
#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 3005001 < 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/io/coded_stream.h>
|
|
|
#include <google/protobuf/arena.h>
|
|
|
#include <google/protobuf/arenastring.h>
|
|
|
#include <google/protobuf/generated_message_table_driven.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/unknown_field_set.h>
|
|
|
#include <google/protobuf/descriptor.pb.h>
|
|
|
|
|
|
#ifdef major
|
|
|
#undef major
|
|
|
#endif
|
|
|
#ifdef minor
|
|
|
#undef minor
|
|
|
#endif
|
|
|
|
|
|
namespace protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto {
|
|
|
|
|
|
struct LIBPROTOC_EXPORT TableStruct {
|
|
|
static const ::google::protobuf::internal::ParseTableField entries[];
|
|
|
static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
|
|
|
static const ::google::protobuf::internal::ParseTable schema[4];
|
|
|
static const ::google::protobuf::internal::FieldMetadata field_metadata[];
|
|
|
static const ::google::protobuf::internal::SerializationTable serialization_table[];
|
|
|
static const ::google::protobuf::uint32 offsets[];
|
|
|
};
|
|
|
void LIBPROTOC_EXPORT AddDescriptors();
|
|
|
void LIBPROTOC_EXPORT InitDefaultsVersionImpl();
|
|
|
void LIBPROTOC_EXPORT InitDefaultsVersion();
|
|
|
void LIBPROTOC_EXPORT InitDefaultsCodeGeneratorRequestImpl();
|
|
|
void LIBPROTOC_EXPORT InitDefaultsCodeGeneratorRequest();
|
|
|
void LIBPROTOC_EXPORT InitDefaultsCodeGeneratorResponse_FileImpl();
|
|
|
void LIBPROTOC_EXPORT InitDefaultsCodeGeneratorResponse_File();
|
|
|
void LIBPROTOC_EXPORT InitDefaultsCodeGeneratorResponseImpl();
|
|
|
void LIBPROTOC_EXPORT InitDefaultsCodeGeneratorResponse();
|
|
|
inline void LIBPROTOC_EXPORT InitDefaults() {
|
|
|
InitDefaultsVersion();
|
|
|
InitDefaultsCodeGeneratorRequest();
|
|
|
InitDefaultsCodeGeneratorResponse_File();
|
|
|
InitDefaultsCodeGeneratorResponse();
|
|
|
}
|
|
|
}
|
|
|
namespace google {
|
|
|
namespace protobuf {
|
|
|
namespace compiler {
|
|
|
class CodeGeneratorRequest;
|
|
|
class CodeGeneratorRequestDefaultTypeInternal;
|
|
|
LIBPROTOC_EXPORT extern CodeGeneratorRequestDefaultTypeInternal _CodeGeneratorRequest_default_instance_;
|
|
|
class CodeGeneratorResponse;
|
|
|
class CodeGeneratorResponseDefaultTypeInternal;
|
|
|
LIBPROTOC_EXPORT extern CodeGeneratorResponseDefaultTypeInternal _CodeGeneratorResponse_default_instance_;
|
|
|
class CodeGeneratorResponse_File;
|
|
|
class CodeGeneratorResponse_FileDefaultTypeInternal;
|
|
|
LIBPROTOC_EXPORT extern CodeGeneratorResponse_FileDefaultTypeInternal _CodeGeneratorResponse_File_default_instance_;
|
|
|
class Version;
|
|
|
class VersionDefaultTypeInternal;
|
|
|
LIBPROTOC_EXPORT extern VersionDefaultTypeInternal _Version_default_instance_;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
namespace google {
|
|
|
namespace protobuf {
|
|
|
namespace compiler {
|
|
|
|
|
|
|
|
|
|
|
|
class LIBPROTOC_EXPORT Version : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
Version();
|
|
|
virtual ~Version();
|
|
|
|
|
|
Version(const Version& from);
|
|
|
|
|
|
inline Version& operator=(const Version& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
Version(Version&& from) noexcept
|
|
|
: Version() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline Version& operator=(Version&& from) noexcept {
|
|
|
if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
|
|
if (this != &from) InternalSwap(&from);
|
|
|
} else {
|
|
|
CopyFrom(from);
|
|
|
}
|
|
|
return *this;
|
|
|
}
|
|
|
#endif
|
|
|
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 Version& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const Version* internal_default_instance() {
|
|
|
return reinterpret_cast<const Version*>(
|
|
|
&_Version_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
0;
|
|
|
|
|
|
void Swap(Version* other);
|
|
|
friend void swap(Version& a, Version& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline Version* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
Version* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
|
|
|
void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
void CopyFrom(const Version& from);
|
|
|
void MergeFrom(const Version& from);
|
|
|
void Clear() PROTOBUF_FINAL;
|
|
|
bool IsInitialized() const PROTOBUF_FINAL;
|
|
|
|
|
|
size_t ByteSizeLong() const PROTOBUF_FINAL;
|
|
|
bool MergePartialFromCodedStream(
|
|
|
::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
|
|
|
void SerializeWithCachedSizes(
|
|
|
::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
|
|
|
::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
|
|
|
bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
|
|
|
int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
|
|
private:
|
|
|
void SharedCtor();
|
|
|
void SharedDtor();
|
|
|
void SetCachedSize(int size) const PROTOBUF_FINAL;
|
|
|
void InternalSwap(Version* other);
|
|
|
private:
|
|
|
inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
|
|
return NULL;
|
|
|
}
|
|
|
inline void* MaybeArenaPtr() const {
|
|
|
return NULL;
|
|
|
}
|
|
|
public:
|
|
|
|
|
|
::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool has_suffix() const;
|
|
|
void clear_suffix();
|
|
|
static const int kSuffixFieldNumber = 4;
|
|
|
const ::std::string& suffix() const;
|
|
|
void set_suffix(const ::std::string& value);
|
|
|
#if LANG_CXX11
|
|
|
void set_suffix(::std::string&& value);
|
|
|
#endif
|
|
|
void set_suffix(const char* value);
|
|
|
void set_suffix(const char* value, size_t size);
|
|
|
::std::string* mutable_suffix();
|
|
|
::std::string* release_suffix();
|
|
|
void set_allocated_suffix(::std::string* suffix);
|
|
|
|
|
|
|
|
|
bool has_major() const;
|
|
|
void clear_major();
|
|
|
static const int kMajorFieldNumber = 1;
|
|
|
::google::protobuf::int32 major() const;
|
|
|
void set_major(::google::protobuf::int32 value);
|
|
|
|
|
|
|
|
|
bool has_minor() const;
|
|
|
void clear_minor();
|
|
|
static const int kMinorFieldNumber = 2;
|
|
|
::google::protobuf::int32 minor() const;
|
|
|
void set_minor(::google::protobuf::int32 value);
|
|
|
|
|
|
|
|
|
bool has_patch() const;
|
|
|
void clear_patch();
|
|
|
static const int kPatchFieldNumber = 3;
|
|
|
::google::protobuf::int32 patch() const;
|
|
|
void set_patch(::google::protobuf::int32 value);
|
|
|
|
|
|
|
|
|
private:
|
|
|
void set_has_major();
|
|
|
void clear_has_major();
|
|
|
void set_has_minor();
|
|
|
void clear_has_minor();
|
|
|
void set_has_patch();
|
|
|
void clear_has_patch();
|
|
|
void set_has_suffix();
|
|
|
void clear_has_suffix();
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
|
mutable int _cached_size_;
|
|
|
::google::protobuf::internal::ArenaStringPtr suffix_;
|
|
|
::google::protobuf::int32 major_;
|
|
|
::google::protobuf::int32 minor_;
|
|
|
::google::protobuf::int32 patch_;
|
|
|
friend struct ::protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto::TableStruct;
|
|
|
friend void ::protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto::InitDefaultsVersionImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class LIBPROTOC_EXPORT CodeGeneratorRequest : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
CodeGeneratorRequest();
|
|
|
virtual ~CodeGeneratorRequest();
|
|
|
|
|
|
CodeGeneratorRequest(const CodeGeneratorRequest& from);
|
|
|
|
|
|
inline CodeGeneratorRequest& operator=(const CodeGeneratorRequest& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
CodeGeneratorRequest(CodeGeneratorRequest&& from) noexcept
|
|
|
: CodeGeneratorRequest() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline CodeGeneratorRequest& operator=(CodeGeneratorRequest&& from) noexcept {
|
|
|
if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
|
|
if (this != &from) InternalSwap(&from);
|
|
|
} else {
|
|
|
CopyFrom(from);
|
|
|
}
|
|
|
return *this;
|
|
|
}
|
|
|
#endif
|
|
|
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 CodeGeneratorRequest& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const CodeGeneratorRequest* internal_default_instance() {
|
|
|
return reinterpret_cast<const CodeGeneratorRequest*>(
|
|
|
&_CodeGeneratorRequest_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
1;
|
|
|
|
|
|
void Swap(CodeGeneratorRequest* other);
|
|
|
friend void swap(CodeGeneratorRequest& a, CodeGeneratorRequest& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline CodeGeneratorRequest* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
CodeGeneratorRequest* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
|
|
|
void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
void CopyFrom(const CodeGeneratorRequest& from);
|
|
|
void MergeFrom(const CodeGeneratorRequest& from);
|
|
|
void Clear() PROTOBUF_FINAL;
|
|
|
bool IsInitialized() const PROTOBUF_FINAL;
|
|
|
|
|
|
size_t ByteSizeLong() const PROTOBUF_FINAL;
|
|
|
bool MergePartialFromCodedStream(
|
|
|
::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
|
|
|
void SerializeWithCachedSizes(
|
|
|
::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
|
|
|
::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
|
|
|
bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
|
|
|
int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
|
|
private:
|
|
|
void SharedCtor();
|
|
|
void SharedDtor();
|
|
|
void SetCachedSize(int size) const PROTOBUF_FINAL;
|
|
|
void InternalSwap(CodeGeneratorRequest* other);
|
|
|
private:
|
|
|
inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
|
|
return NULL;
|
|
|
}
|
|
|
inline void* MaybeArenaPtr() const {
|
|
|
return NULL;
|
|
|
}
|
|
|
public:
|
|
|
|
|
|
::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int file_to_generate_size() const;
|
|
|
void clear_file_to_generate();
|
|
|
static const int kFileToGenerateFieldNumber = 1;
|
|
|
const ::std::string& file_to_generate(int index) const;
|
|
|
::std::string* mutable_file_to_generate(int index);
|
|
|
void set_file_to_generate(int index, const ::std::string& value);
|
|
|
#if LANG_CXX11
|
|
|
void set_file_to_generate(int index, ::std::string&& value);
|
|
|
#endif
|
|
|
void set_file_to_generate(int index, const char* value);
|
|
|
void set_file_to_generate(int index, const char* value, size_t size);
|
|
|
::std::string* add_file_to_generate();
|
|
|
void add_file_to_generate(const ::std::string& value);
|
|
|
#if LANG_CXX11
|
|
|
void add_file_to_generate(::std::string&& value);
|
|
|
#endif
|
|
|
void add_file_to_generate(const char* value);
|
|
|
void add_file_to_generate(const char* value, size_t size);
|
|
|
const ::google::protobuf::RepeatedPtrField< ::std::string>& file_to_generate() const;
|
|
|
::google::protobuf::RepeatedPtrField< ::std::string>* mutable_file_to_generate();
|
|
|
|
|
|
|
|
|
int proto_file_size() const;
|
|
|
void clear_proto_file();
|
|
|
static const int kProtoFileFieldNumber = 15;
|
|
|
const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
|
|
|
::google::protobuf::FileDescriptorProto* mutable_proto_file(int index);
|
|
|
::google::protobuf::FileDescriptorProto* add_proto_file();
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
|
|
|
mutable_proto_file();
|
|
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
|
|
|
proto_file() const;
|
|
|
|
|
|
|
|
|
bool has_parameter() const;
|
|
|
void clear_parameter();
|
|
|
static const int kParameterFieldNumber = 2;
|
|
|
const ::std::string& parameter() const;
|
|
|
void set_parameter(const ::std::string& value);
|
|
|
#if LANG_CXX11
|
|
|
void set_parameter(::std::string&& value);
|
|
|
#endif
|
|
|
void set_parameter(const char* value);
|
|
|
void set_parameter(const char* value, size_t size);
|
|
|
::std::string* mutable_parameter();
|
|
|
::std::string* release_parameter();
|
|
|
void set_allocated_parameter(::std::string* parameter);
|
|
|
|
|
|
|
|
|
bool has_compiler_version() const;
|
|
|
void clear_compiler_version();
|
|
|
static const int kCompilerVersionFieldNumber = 3;
|
|
|
const ::google::protobuf::compiler::Version& compiler_version() const;
|
|
|
::google::protobuf::compiler::Version* release_compiler_version();
|
|
|
::google::protobuf::compiler::Version* mutable_compiler_version();
|
|
|
void set_allocated_compiler_version(::google::protobuf::compiler::Version* compiler_version);
|
|
|
|
|
|
|
|
|
private:
|
|
|
void set_has_parameter();
|
|
|
void clear_has_parameter();
|
|
|
void set_has_compiler_version();
|
|
|
void clear_has_compiler_version();
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
|
mutable int _cached_size_;
|
|
|
::google::protobuf::RepeatedPtrField< ::std::string> file_to_generate_;
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > proto_file_;
|
|
|
::google::protobuf::internal::ArenaStringPtr parameter_;
|
|
|
::google::protobuf::compiler::Version* compiler_version_;
|
|
|
friend struct ::protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto::TableStruct;
|
|
|
friend void ::protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto::InitDefaultsCodeGeneratorRequestImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class LIBPROTOC_EXPORT CodeGeneratorResponse_File : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
CodeGeneratorResponse_File();
|
|
|
virtual ~CodeGeneratorResponse_File();
|
|
|
|
|
|
CodeGeneratorResponse_File(const CodeGeneratorResponse_File& from);
|
|
|
|
|
|
inline CodeGeneratorResponse_File& operator=(const CodeGeneratorResponse_File& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
CodeGeneratorResponse_File(CodeGeneratorResponse_File&& from) noexcept
|
|
|
: CodeGeneratorResponse_File() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline CodeGeneratorResponse_File& operator=(CodeGeneratorResponse_File&& from) noexcept {
|
|
|
if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
|
|
if (this != &from) InternalSwap(&from);
|
|
|
} else {
|
|
|
CopyFrom(from);
|
|
|
}
|
|
|
return *this;
|
|
|
}
|
|
|
#endif
|
|
|
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 CodeGeneratorResponse_File& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const CodeGeneratorResponse_File* internal_default_instance() {
|
|
|
return reinterpret_cast<const CodeGeneratorResponse_File*>(
|
|
|
&_CodeGeneratorResponse_File_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
2;
|
|
|
|
|
|
void Swap(CodeGeneratorResponse_File* other);
|
|
|
friend void swap(CodeGeneratorResponse_File& a, CodeGeneratorResponse_File& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline CodeGeneratorResponse_File* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
CodeGeneratorResponse_File* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
|
|
|
void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
void CopyFrom(const CodeGeneratorResponse_File& from);
|
|
|
void MergeFrom(const CodeGeneratorResponse_File& from);
|
|
|
void Clear() PROTOBUF_FINAL;
|
|
|
bool IsInitialized() const PROTOBUF_FINAL;
|
|
|
|
|
|
size_t ByteSizeLong() const PROTOBUF_FINAL;
|
|
|
bool MergePartialFromCodedStream(
|
|
|
::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
|
|
|
void SerializeWithCachedSizes(
|
|
|
::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
|
|
|
::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
|
|
|
bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
|
|
|
int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
|
|
private:
|
|
|
void SharedCtor();
|
|
|
void SharedDtor();
|
|
|
void SetCachedSize(int size) const PROTOBUF_FINAL;
|
|
|
void InternalSwap(CodeGeneratorResponse_File* other);
|
|
|
private:
|
|
|
inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
|
|
return NULL;
|
|
|
}
|
|
|
inline void* MaybeArenaPtr() const {
|
|
|
return NULL;
|
|
|
}
|
|
|
public:
|
|
|
|
|
|
::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool has_name() const;
|
|
|
void clear_name();
|
|
|
static const int kNameFieldNumber = 1;
|
|
|
const ::std::string& name() const;
|
|
|
void set_name(const ::std::string& value);
|
|
|
#if LANG_CXX11
|
|
|
void set_name(::std::string&& value);
|
|
|
#endif
|
|
|
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);
|
|
|
|
|
|
|
|
|
bool has_insertion_point() const;
|
|
|
void clear_insertion_point();
|
|
|
static const int kInsertionPointFieldNumber = 2;
|
|
|
const ::std::string& insertion_point() const;
|
|
|
void set_insertion_point(const ::std::string& value);
|
|
|
#if LANG_CXX11
|
|
|
void set_insertion_point(::std::string&& value);
|
|
|
#endif
|
|
|
void set_insertion_point(const char* value);
|
|
|
void set_insertion_point(const char* value, size_t size);
|
|
|
::std::string* mutable_insertion_point();
|
|
|
::std::string* release_insertion_point();
|
|
|
void set_allocated_insertion_point(::std::string* insertion_point);
|
|
|
|
|
|
|
|
|
bool has_content() const;
|
|
|
void clear_content();
|
|
|
static const int kContentFieldNumber = 15;
|
|
|
const ::std::string& content() const;
|
|
|
void set_content(const ::std::string& value);
|
|
|
#if LANG_CXX11
|
|
|
void set_content(::std::string&& value);
|
|
|
#endif
|
|
|
void set_content(const char* value);
|
|
|
void set_content(const char* value, size_t size);
|
|
|
::std::string* mutable_content();
|
|
|
::std::string* release_content();
|
|
|
void set_allocated_content(::std::string* content);
|
|
|
|
|
|
|
|
|
private:
|
|
|
void set_has_name();
|
|
|
void clear_has_name();
|
|
|
void set_has_insertion_point();
|
|
|
void clear_has_insertion_point();
|
|
|
void set_has_content();
|
|
|
void clear_has_content();
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
|
mutable int _cached_size_;
|
|
|
::google::protobuf::internal::ArenaStringPtr name_;
|
|
|
::google::protobuf::internal::ArenaStringPtr insertion_point_;
|
|
|
::google::protobuf::internal::ArenaStringPtr content_;
|
|
|
friend struct ::protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto::TableStruct;
|
|
|
friend void ::protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto::InitDefaultsCodeGeneratorResponse_FileImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
class LIBPROTOC_EXPORT CodeGeneratorResponse : public ::google::protobuf::Message {
|
|
|
public:
|
|
|
CodeGeneratorResponse();
|
|
|
virtual ~CodeGeneratorResponse();
|
|
|
|
|
|
CodeGeneratorResponse(const CodeGeneratorResponse& from);
|
|
|
|
|
|
inline CodeGeneratorResponse& operator=(const CodeGeneratorResponse& from) {
|
|
|
CopyFrom(from);
|
|
|
return *this;
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
CodeGeneratorResponse(CodeGeneratorResponse&& from) noexcept
|
|
|
: CodeGeneratorResponse() {
|
|
|
*this = ::std::move(from);
|
|
|
}
|
|
|
|
|
|
inline CodeGeneratorResponse& operator=(CodeGeneratorResponse&& from) noexcept {
|
|
|
if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
|
|
if (this != &from) InternalSwap(&from);
|
|
|
} else {
|
|
|
CopyFrom(from);
|
|
|
}
|
|
|
return *this;
|
|
|
}
|
|
|
#endif
|
|
|
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 CodeGeneratorResponse& default_instance();
|
|
|
|
|
|
static void InitAsDefaultInstance();
|
|
|
static inline const CodeGeneratorResponse* internal_default_instance() {
|
|
|
return reinterpret_cast<const CodeGeneratorResponse*>(
|
|
|
&_CodeGeneratorResponse_default_instance_);
|
|
|
}
|
|
|
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =
|
|
|
3;
|
|
|
|
|
|
void Swap(CodeGeneratorResponse* other);
|
|
|
friend void swap(CodeGeneratorResponse& a, CodeGeneratorResponse& b) {
|
|
|
a.Swap(&b);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
inline CodeGeneratorResponse* New() const PROTOBUF_FINAL { return New(NULL); }
|
|
|
|
|
|
CodeGeneratorResponse* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;
|
|
|
void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;
|
|
|
void CopyFrom(const CodeGeneratorResponse& from);
|
|
|
void MergeFrom(const CodeGeneratorResponse& from);
|
|
|
void Clear() PROTOBUF_FINAL;
|
|
|
bool IsInitialized() const PROTOBUF_FINAL;
|
|
|
|
|
|
size_t ByteSizeLong() const PROTOBUF_FINAL;
|
|
|
bool MergePartialFromCodedStream(
|
|
|
::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;
|
|
|
void SerializeWithCachedSizes(
|
|
|
::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;
|
|
|
::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
|
|
|
bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;
|
|
|
int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }
|
|
|
private:
|
|
|
void SharedCtor();
|
|
|
void SharedDtor();
|
|
|
void SetCachedSize(int size) const PROTOBUF_FINAL;
|
|
|
void InternalSwap(CodeGeneratorResponse* other);
|
|
|
private:
|
|
|
inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
|
|
return NULL;
|
|
|
}
|
|
|
inline void* MaybeArenaPtr() const {
|
|
|
return NULL;
|
|
|
}
|
|
|
public:
|
|
|
|
|
|
::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;
|
|
|
|
|
|
|
|
|
|
|
|
typedef CodeGeneratorResponse_File File;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int file_size() const;
|
|
|
void clear_file();
|
|
|
static const int kFileFieldNumber = 15;
|
|
|
const ::google::protobuf::compiler::CodeGeneratorResponse_File& file(int index) const;
|
|
|
::google::protobuf::compiler::CodeGeneratorResponse_File* mutable_file(int index);
|
|
|
::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File >*
|
|
|
mutable_file();
|
|
|
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File >&
|
|
|
file() const;
|
|
|
|
|
|
|
|
|
bool has_error() const;
|
|
|
void clear_error();
|
|
|
static const int kErrorFieldNumber = 1;
|
|
|
const ::std::string& error() const;
|
|
|
void set_error(const ::std::string& value);
|
|
|
#if LANG_CXX11
|
|
|
void set_error(::std::string&& value);
|
|
|
#endif
|
|
|
void set_error(const char* value);
|
|
|
void set_error(const char* value, size_t size);
|
|
|
::std::string* mutable_error();
|
|
|
::std::string* release_error();
|
|
|
void set_allocated_error(::std::string* error);
|
|
|
|
|
|
|
|
|
private:
|
|
|
void set_has_error();
|
|
|
void clear_has_error();
|
|
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
|
::google::protobuf::internal::HasBits<1> _has_bits_;
|
|
|
mutable int _cached_size_;
|
|
|
::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File > file_;
|
|
|
::google::protobuf::internal::ArenaStringPtr error_;
|
|
|
friend struct ::protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto::TableStruct;
|
|
|
friend void ::protobuf_google_2fprotobuf_2fcompiler_2fplugin_2eproto::InitDefaultsCodeGeneratorResponseImpl();
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __GNUC__
|
|
|
#pragma GCC diagnostic push
|
|
|
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
inline bool Version::has_major() const {
|
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
}
|
|
|
inline void Version::set_has_major() {
|
|
|
_has_bits_[0] |= 0x00000002u;
|
|
|
}
|
|
|
inline void Version::clear_has_major() {
|
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
|
}
|
|
|
inline void Version::clear_major() {
|
|
|
major_ = 0;
|
|
|
clear_has_major();
|
|
|
}
|
|
|
inline ::google::protobuf::int32 Version::major() const {
|
|
|
|
|
|
return major_;
|
|
|
}
|
|
|
inline void Version::set_major(::google::protobuf::int32 value) {
|
|
|
set_has_major();
|
|
|
major_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool Version::has_minor() const {
|
|
|
return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
}
|
|
|
inline void Version::set_has_minor() {
|
|
|
_has_bits_[0] |= 0x00000004u;
|
|
|
}
|
|
|
inline void Version::clear_has_minor() {
|
|
|
_has_bits_[0] &= ~0x00000004u;
|
|
|
}
|
|
|
inline void Version::clear_minor() {
|
|
|
minor_ = 0;
|
|
|
clear_has_minor();
|
|
|
}
|
|
|
inline ::google::protobuf::int32 Version::minor() const {
|
|
|
|
|
|
return minor_;
|
|
|
}
|
|
|
inline void Version::set_minor(::google::protobuf::int32 value) {
|
|
|
set_has_minor();
|
|
|
minor_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool Version::has_patch() const {
|
|
|
return (_has_bits_[0] & 0x00000008u) != 0;
|
|
|
}
|
|
|
inline void Version::set_has_patch() {
|
|
|
_has_bits_[0] |= 0x00000008u;
|
|
|
}
|
|
|
inline void Version::clear_has_patch() {
|
|
|
_has_bits_[0] &= ~0x00000008u;
|
|
|
}
|
|
|
inline void Version::clear_patch() {
|
|
|
patch_ = 0;
|
|
|
clear_has_patch();
|
|
|
}
|
|
|
inline ::google::protobuf::int32 Version::patch() const {
|
|
|
|
|
|
return patch_;
|
|
|
}
|
|
|
inline void Version::set_patch(::google::protobuf::int32 value) {
|
|
|
set_has_patch();
|
|
|
patch_ = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool Version::has_suffix() const {
|
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
}
|
|
|
inline void Version::set_has_suffix() {
|
|
|
_has_bits_[0] |= 0x00000001u;
|
|
|
}
|
|
|
inline void Version::clear_has_suffix() {
|
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
|
}
|
|
|
inline void Version::clear_suffix() {
|
|
|
suffix_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
clear_has_suffix();
|
|
|
}
|
|
|
inline const ::std::string& Version::suffix() const {
|
|
|
|
|
|
return suffix_.GetNoArena();
|
|
|
}
|
|
|
inline void Version::set_suffix(const ::std::string& value) {
|
|
|
set_has_suffix();
|
|
|
suffix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
|
|
|
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void Version::set_suffix(::std::string&& value) {
|
|
|
set_has_suffix();
|
|
|
suffix_.SetNoArena(
|
|
|
&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
|
|
|
|
|
|
}
|
|
|
#endif
|
|
|
inline void Version::set_suffix(const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
set_has_suffix();
|
|
|
suffix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
|
|
|
|
|
|
}
|
|
|
inline void Version::set_suffix(const char* value, size_t size) {
|
|
|
set_has_suffix();
|
|
|
suffix_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
::std::string(reinterpret_cast<const char*>(value), size));
|
|
|
|
|
|
}
|
|
|
inline ::std::string* Version::mutable_suffix() {
|
|
|
set_has_suffix();
|
|
|
|
|
|
return suffix_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline ::std::string* Version::release_suffix() {
|
|
|
|
|
|
clear_has_suffix();
|
|
|
return suffix_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline void Version::set_allocated_suffix(::std::string* suffix) {
|
|
|
if (suffix != NULL) {
|
|
|
set_has_suffix();
|
|
|
} else {
|
|
|
clear_has_suffix();
|
|
|
}
|
|
|
suffix_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), suffix);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline int CodeGeneratorRequest::file_to_generate_size() const {
|
|
|
return file_to_generate_.size();
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::clear_file_to_generate() {
|
|
|
file_to_generate_.Clear();
|
|
|
}
|
|
|
inline const ::std::string& CodeGeneratorRequest::file_to_generate(int index) const {
|
|
|
|
|
|
return file_to_generate_.Get(index);
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorRequest::mutable_file_to_generate(int index) {
|
|
|
|
|
|
return file_to_generate_.Mutable(index);
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::set_file_to_generate(int index, const ::std::string& value) {
|
|
|
|
|
|
file_to_generate_.Mutable(index)->assign(value);
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void CodeGeneratorRequest::set_file_to_generate(int index, ::std::string&& value) {
|
|
|
|
|
|
file_to_generate_.Mutable(index)->assign(std::move(value));
|
|
|
}
|
|
|
#endif
|
|
|
inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
file_to_generate_.Mutable(index)->assign(value);
|
|
|
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value, size_t size) {
|
|
|
file_to_generate_.Mutable(index)->assign(
|
|
|
reinterpret_cast<const char*>(value), size);
|
|
|
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorRequest::add_file_to_generate() {
|
|
|
|
|
|
return file_to_generate_.Add();
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::add_file_to_generate(const ::std::string& value) {
|
|
|
file_to_generate_.Add()->assign(value);
|
|
|
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void CodeGeneratorRequest::add_file_to_generate(::std::string&& value) {
|
|
|
file_to_generate_.Add(std::move(value));
|
|
|
|
|
|
}
|
|
|
#endif
|
|
|
inline void CodeGeneratorRequest::add_file_to_generate(const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
file_to_generate_.Add()->assign(value);
|
|
|
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::add_file_to_generate(const char* value, size_t size) {
|
|
|
file_to_generate_.Add()->assign(reinterpret_cast<const char*>(value), size);
|
|
|
|
|
|
}
|
|
|
inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
|
|
|
CodeGeneratorRequest::file_to_generate() const {
|
|
|
|
|
|
return file_to_generate_;
|
|
|
}
|
|
|
inline ::google::protobuf::RepeatedPtrField< ::std::string>*
|
|
|
CodeGeneratorRequest::mutable_file_to_generate() {
|
|
|
|
|
|
return &file_to_generate_;
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool CodeGeneratorRequest::has_parameter() const {
|
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::set_has_parameter() {
|
|
|
_has_bits_[0] |= 0x00000001u;
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::clear_has_parameter() {
|
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::clear_parameter() {
|
|
|
parameter_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
clear_has_parameter();
|
|
|
}
|
|
|
inline const ::std::string& CodeGeneratorRequest::parameter() const {
|
|
|
|
|
|
return parameter_.GetNoArena();
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::set_parameter(const ::std::string& value) {
|
|
|
set_has_parameter();
|
|
|
parameter_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
|
|
|
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void CodeGeneratorRequest::set_parameter(::std::string&& value) {
|
|
|
set_has_parameter();
|
|
|
parameter_.SetNoArena(
|
|
|
&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
|
|
|
|
|
|
}
|
|
|
#endif
|
|
|
inline void CodeGeneratorRequest::set_parameter(const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
set_has_parameter();
|
|
|
parameter_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
|
|
|
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::set_parameter(const char* value, size_t size) {
|
|
|
set_has_parameter();
|
|
|
parameter_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
::std::string(reinterpret_cast<const char*>(value), size));
|
|
|
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorRequest::mutable_parameter() {
|
|
|
set_has_parameter();
|
|
|
|
|
|
return parameter_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorRequest::release_parameter() {
|
|
|
|
|
|
clear_has_parameter();
|
|
|
return parameter_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::set_allocated_parameter(::std::string* parameter) {
|
|
|
if (parameter != NULL) {
|
|
|
set_has_parameter();
|
|
|
} else {
|
|
|
clear_has_parameter();
|
|
|
}
|
|
|
parameter_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), parameter);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline int CodeGeneratorRequest::proto_file_size() const {
|
|
|
return proto_file_.size();
|
|
|
}
|
|
|
inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const {
|
|
|
|
|
|
return proto_file_.Get(index);
|
|
|
}
|
|
|
inline ::google::protobuf::FileDescriptorProto* CodeGeneratorRequest::mutable_proto_file(int index) {
|
|
|
|
|
|
return proto_file_.Mutable(index);
|
|
|
}
|
|
|
inline ::google::protobuf::FileDescriptorProto* CodeGeneratorRequest::add_proto_file() {
|
|
|
|
|
|
return proto_file_.Add();
|
|
|
}
|
|
|
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
|
|
|
CodeGeneratorRequest::mutable_proto_file() {
|
|
|
|
|
|
return &proto_file_;
|
|
|
}
|
|
|
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
|
|
|
CodeGeneratorRequest::proto_file() const {
|
|
|
|
|
|
return proto_file_;
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool CodeGeneratorRequest::has_compiler_version() const {
|
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::set_has_compiler_version() {
|
|
|
_has_bits_[0] |= 0x00000002u;
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::clear_has_compiler_version() {
|
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::clear_compiler_version() {
|
|
|
if (compiler_version_ != NULL) compiler_version_->Clear();
|
|
|
clear_has_compiler_version();
|
|
|
}
|
|
|
inline const ::google::protobuf::compiler::Version& CodeGeneratorRequest::compiler_version() const {
|
|
|
const ::google::protobuf::compiler::Version* p = compiler_version_;
|
|
|
|
|
|
return p != NULL ? *p : *reinterpret_cast<const ::google::protobuf::compiler::Version*>(
|
|
|
&::google::protobuf::compiler::_Version_default_instance_);
|
|
|
}
|
|
|
inline ::google::protobuf::compiler::Version* CodeGeneratorRequest::release_compiler_version() {
|
|
|
|
|
|
clear_has_compiler_version();
|
|
|
::google::protobuf::compiler::Version* temp = compiler_version_;
|
|
|
compiler_version_ = NULL;
|
|
|
return temp;
|
|
|
}
|
|
|
inline ::google::protobuf::compiler::Version* CodeGeneratorRequest::mutable_compiler_version() {
|
|
|
set_has_compiler_version();
|
|
|
if (compiler_version_ == NULL) {
|
|
|
compiler_version_ = new ::google::protobuf::compiler::Version;
|
|
|
}
|
|
|
|
|
|
return compiler_version_;
|
|
|
}
|
|
|
inline void CodeGeneratorRequest::set_allocated_compiler_version(::google::protobuf::compiler::Version* compiler_version) {
|
|
|
::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
|
|
|
if (message_arena == NULL) {
|
|
|
delete compiler_version_;
|
|
|
}
|
|
|
if (compiler_version) {
|
|
|
::google::protobuf::Arena* submessage_arena = NULL;
|
|
|
if (message_arena != submessage_arena) {
|
|
|
compiler_version = ::google::protobuf::internal::GetOwnedMessage(
|
|
|
message_arena, compiler_version, submessage_arena);
|
|
|
}
|
|
|
set_has_compiler_version();
|
|
|
} else {
|
|
|
clear_has_compiler_version();
|
|
|
}
|
|
|
compiler_version_ = compiler_version;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline bool CodeGeneratorResponse_File::has_name() const {
|
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_has_name() {
|
|
|
_has_bits_[0] |= 0x00000001u;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::clear_has_name() {
|
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::clear_name() {
|
|
|
name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
clear_has_name();
|
|
|
}
|
|
|
inline const ::std::string& CodeGeneratorResponse_File::name() const {
|
|
|
|
|
|
return name_.GetNoArena();
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_name(const ::std::string& value) {
|
|
|
set_has_name();
|
|
|
name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
|
|
|
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void CodeGeneratorResponse_File::set_name(::std::string&& value) {
|
|
|
set_has_name();
|
|
|
name_.SetNoArena(
|
|
|
&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
|
|
|
|
|
|
}
|
|
|
#endif
|
|
|
inline void CodeGeneratorResponse_File::set_name(const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
set_has_name();
|
|
|
name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
|
|
|
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_name(const char* value, size_t size) {
|
|
|
set_has_name();
|
|
|
name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
::std::string(reinterpret_cast<const char*>(value), size));
|
|
|
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorResponse_File::mutable_name() {
|
|
|
set_has_name();
|
|
|
|
|
|
return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorResponse_File::release_name() {
|
|
|
|
|
|
clear_has_name();
|
|
|
return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_allocated_name(::std::string* name) {
|
|
|
if (name != NULL) {
|
|
|
set_has_name();
|
|
|
} else {
|
|
|
clear_has_name();
|
|
|
}
|
|
|
name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool CodeGeneratorResponse_File::has_insertion_point() const {
|
|
|
return (_has_bits_[0] & 0x00000002u) != 0;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_has_insertion_point() {
|
|
|
_has_bits_[0] |= 0x00000002u;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::clear_has_insertion_point() {
|
|
|
_has_bits_[0] &= ~0x00000002u;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::clear_insertion_point() {
|
|
|
insertion_point_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
clear_has_insertion_point();
|
|
|
}
|
|
|
inline const ::std::string& CodeGeneratorResponse_File::insertion_point() const {
|
|
|
|
|
|
return insertion_point_.GetNoArena();
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_insertion_point(const ::std::string& value) {
|
|
|
set_has_insertion_point();
|
|
|
insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
|
|
|
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void CodeGeneratorResponse_File::set_insertion_point(::std::string&& value) {
|
|
|
set_has_insertion_point();
|
|
|
insertion_point_.SetNoArena(
|
|
|
&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
|
|
|
|
|
|
}
|
|
|
#endif
|
|
|
inline void CodeGeneratorResponse_File::set_insertion_point(const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
set_has_insertion_point();
|
|
|
insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
|
|
|
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_insertion_point(const char* value, size_t size) {
|
|
|
set_has_insertion_point();
|
|
|
insertion_point_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
::std::string(reinterpret_cast<const char*>(value), size));
|
|
|
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorResponse_File::mutable_insertion_point() {
|
|
|
set_has_insertion_point();
|
|
|
|
|
|
return insertion_point_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorResponse_File::release_insertion_point() {
|
|
|
|
|
|
clear_has_insertion_point();
|
|
|
return insertion_point_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_allocated_insertion_point(::std::string* insertion_point) {
|
|
|
if (insertion_point != NULL) {
|
|
|
set_has_insertion_point();
|
|
|
} else {
|
|
|
clear_has_insertion_point();
|
|
|
}
|
|
|
insertion_point_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), insertion_point);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline bool CodeGeneratorResponse_File::has_content() const {
|
|
|
return (_has_bits_[0] & 0x00000004u) != 0;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_has_content() {
|
|
|
_has_bits_[0] |= 0x00000004u;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::clear_has_content() {
|
|
|
_has_bits_[0] &= ~0x00000004u;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::clear_content() {
|
|
|
content_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
clear_has_content();
|
|
|
}
|
|
|
inline const ::std::string& CodeGeneratorResponse_File::content() const {
|
|
|
|
|
|
return content_.GetNoArena();
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_content(const ::std::string& value) {
|
|
|
set_has_content();
|
|
|
content_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
|
|
|
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void CodeGeneratorResponse_File::set_content(::std::string&& value) {
|
|
|
set_has_content();
|
|
|
content_.SetNoArena(
|
|
|
&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
|
|
|
|
|
|
}
|
|
|
#endif
|
|
|
inline void CodeGeneratorResponse_File::set_content(const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
set_has_content();
|
|
|
content_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
|
|
|
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_content(const char* value, size_t size) {
|
|
|
set_has_content();
|
|
|
content_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
::std::string(reinterpret_cast<const char*>(value), size));
|
|
|
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorResponse_File::mutable_content() {
|
|
|
set_has_content();
|
|
|
|
|
|
return content_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorResponse_File::release_content() {
|
|
|
|
|
|
clear_has_content();
|
|
|
return content_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline void CodeGeneratorResponse_File::set_allocated_content(::std::string* content) {
|
|
|
if (content != NULL) {
|
|
|
set_has_content();
|
|
|
} else {
|
|
|
clear_has_content();
|
|
|
}
|
|
|
content_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), content);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inline bool CodeGeneratorResponse::has_error() const {
|
|
|
return (_has_bits_[0] & 0x00000001u) != 0;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse::set_has_error() {
|
|
|
_has_bits_[0] |= 0x00000001u;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse::clear_has_error() {
|
|
|
_has_bits_[0] &= ~0x00000001u;
|
|
|
}
|
|
|
inline void CodeGeneratorResponse::clear_error() {
|
|
|
error_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
clear_has_error();
|
|
|
}
|
|
|
inline const ::std::string& CodeGeneratorResponse::error() const {
|
|
|
|
|
|
return error_.GetNoArena();
|
|
|
}
|
|
|
inline void CodeGeneratorResponse::set_error(const ::std::string& value) {
|
|
|
set_has_error();
|
|
|
error_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
|
|
|
|
|
|
}
|
|
|
#if LANG_CXX11
|
|
|
inline void CodeGeneratorResponse::set_error(::std::string&& value) {
|
|
|
set_has_error();
|
|
|
error_.SetNoArena(
|
|
|
&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
|
|
|
|
|
|
}
|
|
|
#endif
|
|
|
inline void CodeGeneratorResponse::set_error(const char* value) {
|
|
|
GOOGLE_DCHECK(value != NULL);
|
|
|
set_has_error();
|
|
|
error_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
|
|
|
|
|
|
}
|
|
|
inline void CodeGeneratorResponse::set_error(const char* value, size_t size) {
|
|
|
set_has_error();
|
|
|
error_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
|
::std::string(reinterpret_cast<const char*>(value), size));
|
|
|
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorResponse::mutable_error() {
|
|
|
set_has_error();
|
|
|
|
|
|
return error_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline ::std::string* CodeGeneratorResponse::release_error() {
|
|
|
|
|
|
clear_has_error();
|
|
|
return error_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
|
}
|
|
|
inline void CodeGeneratorResponse::set_allocated_error(::std::string* error) {
|
|
|
if (error != NULL) {
|
|
|
set_has_error();
|
|
|
} else {
|
|
|
clear_has_error();
|
|
|
}
|
|
|
error_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), error);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
inline int CodeGeneratorResponse::file_size() const {
|
|
|
return file_.size();
|
|
|
}
|
|
|
inline void CodeGeneratorResponse::clear_file() {
|
|
|
file_.Clear();
|
|
|
}
|
|
|
inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& CodeGeneratorResponse::file(int index) const {
|
|
|
|
|
|
return file_.Get(index);
|
|
|
}
|
|
|
inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::mutable_file(int index) {
|
|
|
|
|
|
return file_.Mutable(index);
|
|
|
}
|
|
|
inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() {
|
|
|
|
|
|
return file_.Add();
|
|
|
}
|
|
|
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File >*
|
|
|
CodeGeneratorResponse::mutable_file() {
|
|
|
|
|
|
return &file_;
|
|
|
}
|
|
|
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File >&
|
|
|
CodeGeneratorResponse::file() const {
|
|
|
|
|
|
return file_;
|
|
|
}
|
|
|
|
|
|
#ifdef __GNUC__
|
|
|
#pragma GCC diagnostic pop
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|