#include <plugin.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kFileToGenerateFieldNumber = 1, kProtoFileFieldNumber = 15, kParameterFieldNumber = 2, kCompilerVersionFieldNumber = 3 } |
Public Member Functions | |
std::string * | add_file_to_generate () |
void | add_file_to_generate (const char *value) |
void | add_file_to_generate (const char *value, size_t size) |
void | add_file_to_generate (const std::string &value) |
void | add_file_to_generate (std::string &&value) |
PROTOBUF_NAMESPACE_ID::FileDescriptorProto * | add_proto_file () |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_compiler_version () |
void | clear_file_to_generate () |
void | clear_parameter () |
void | clear_proto_file () |
CodeGeneratorRequest () | |
CodeGeneratorRequest (CodeGeneratorRequest &&from) noexcept | |
CodeGeneratorRequest (const CodeGeneratorRequest &from) | |
const PROTOBUF_NAMESPACE_ID::compiler::Version & | compiler_version () const |
void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | CopyFrom (const CodeGeneratorRequest &from) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | file_to_generate () const |
const std::string & | file_to_generate (int index) const |
int | file_to_generate_size () const |
int | GetCachedSize () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_compiler_version () const |
bool | has_parameter () const |
::PROTOBUF_NAMESPACE_ID::uint8 * | InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final |
bool | IsInitialized () const final |
void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
void | MergeFrom (const CodeGeneratorRequest &from) |
bool | MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final |
PROTOBUF_NAMESPACE_ID::compiler::Version * | mutable_compiler_version () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_file_to_generate () |
std::string * | mutable_file_to_generate (int index) |
std::string * | mutable_parameter () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FileDescriptorProto > * | mutable_proto_file () |
PROTOBUF_NAMESPACE_ID::FileDescriptorProto * | mutable_proto_file (int index) |
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
CodeGeneratorRequest * | New () const final |
CodeGeneratorRequest * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
CodeGeneratorRequest & | operator= (CodeGeneratorRequest &&from) noexcept |
CodeGeneratorRequest & | operator= (const CodeGeneratorRequest &from) |
const std::string & | parameter () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FileDescriptorProto > & | proto_file () const |
const PROTOBUF_NAMESPACE_ID::FileDescriptorProto & | proto_file (int index) const |
int | proto_file_size () const |
PROTOBUF_NAMESPACE_ID::compiler::Version * | release_compiler_version () |
std::string * | release_parameter () |
void | SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final |
void | set_allocated_compiler_version (PROTOBUF_NAMESPACE_ID::compiler::Version *compiler_version) |
void | set_allocated_parameter (std::string *parameter) |
void | set_file_to_generate (int index, const char *value) |
void | set_file_to_generate (int index, const char *value, size_t size) |
void | set_file_to_generate (int index, const std::string &value) |
void | set_file_to_generate (int index, std::string &&value) |
void | set_parameter (const char *value) |
void | set_parameter (const char *value, size_t size) |
void | set_parameter (const std::string &value) |
void | set_parameter (std::string &&value) |
void | Swap (CodeGeneratorRequest *other) |
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
virtual | ~CodeGeneratorRequest () |
Static Public Member Functions | |
static const CodeGeneratorRequest & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static void | InitAsDefaultInstance () |
static const CodeGeneratorRequest * | internal_default_instance () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages |
Private Member Functions | |
inline ::PROTOBUF_NAMESPACE_ID::Arena * | GetArenaNoVirtual () const |
void | InternalSwap (CodeGeneratorRequest *other) |
void * | MaybeArenaPtr () const |
void | SetCachedSize (int size) const final |
void | SharedCtor () |
void | SharedDtor () |
Static Private Member Functions | |
::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadataStatic () |
Private Attributes | |
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize | _cached_size_ |
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > | _has_bits_ |
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena | _internal_metadata_ |
PROTOBUF_NAMESPACE_ID::compiler::Version * | compiler_version_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > | file_to_generate_ |
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr | parameter_ |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FileDescriptorProto > | proto_file_ |
Friends | |
class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
struct | ::TableStruct_google_2fprotobuf_2fcompiler_2fplugin_2eproto |
void | swap (CodeGeneratorRequest &a, CodeGeneratorRequest &b) |
Definition at line 261 of file plugin.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kFileToGenerateFieldNumber | |
kProtoFileFieldNumber | |
kParameterFieldNumber | |
kCompilerVersionFieldNumber |
Definition at line 380 of file plugin.pb.h.
compiler::CodeGeneratorRequest::CodeGeneratorRequest | ( | ) |
Definition at line 668 of file plugin.pb.cc.
|
virtual |
Definition at line 698 of file plugin.pb.cc.
compiler::CodeGeneratorRequest::CodeGeneratorRequest | ( | const CodeGeneratorRequest & | from | ) |
Definition at line 673 of file plugin.pb.cc.
|
inlinenoexcept |
Definition at line 268 of file plugin.pb.h.
|
inline |
Definition at line 942 of file plugin.pb.h.
|
inline |
Definition at line 954 of file plugin.pb.h.
|
inline |
Definition at line 959 of file plugin.pb.h.
|
inline |
Definition at line 946 of file plugin.pb.h.
|
inline |
Definition at line 950 of file plugin.pb.h.
|
inline |
Definition at line 1049 of file plugin.pb.h.
|
final |
Definition at line 991 of file plugin.pb.cc.
|
final |
Definition at line 717 of file plugin.pb.cc.
|
inline |
Definition at line 1063 of file plugin.pb.h.
|
inline |
Definition at line 913 of file plugin.pb.h.
|
inline |
Definition at line 978 of file plugin.pb.h.
void compiler::CodeGeneratorRequest::clear_proto_file | ( | ) |
Definition at line 665 of file plugin.pb.cc.
|
inline |
Definition at line 1067 of file plugin.pb.h.
|
final |
Definition at line 1081 of file plugin.pb.cc.
void compiler::CodeGeneratorRequest::CopyFrom | ( | const CodeGeneratorRequest & | from | ) |
Definition at line 1088 of file plugin.pb.cc.
|
static |
Definition at line 711 of file plugin.pb.cc.
|
inlinestatic |
Definition at line 293 of file plugin.pb.h.
|
inline |
Definition at line 964 of file plugin.pb.h.
|
inline |
Definition at line 916 of file plugin.pb.h.
|
inline |
Definition at line 910 of file plugin.pb.h.
|
inlinestaticprivate |
Definition at line 355 of file plugin.pb.h.
|
inlineprivate |
Definition at line 359 of file plugin.pb.h.
|
inlinefinal |
Definition at line 347 of file plugin.pb.h.
|
inlinestatic |
Definition at line 296 of file plugin.pb.h.
|
final |
Definition at line 1111 of file plugin.pb.cc.
|
inlinestaticprivate |
Definition at line 369 of file plugin.pb.h.
|
inlinestatic |
Definition at line 299 of file plugin.pb.h.
|
inline |
Definition at line 1060 of file plugin.pb.h.
|
inline |
Definition at line 975 of file plugin.pb.h.
|
static |
Definition at line 645 of file plugin.pb.cc.
|
inlinestatic |
Definition at line 305 of file plugin.pb.h.
|
final |
Definition at line 940 of file plugin.pb.cc.
|
private |
Definition at line 1100 of file plugin.pb.cc.
|
final |
Definition at line 1095 of file plugin.pb.cc.
|
inlineprivate |
Definition at line 362 of file plugin.pb.h.
|
final |
Definition at line 1045 of file plugin.pb.cc.
void compiler::CodeGeneratorRequest::MergeFrom | ( | const CodeGeneratorRequest & | from | ) |
Definition at line 1060 of file plugin.pb.cc.
|
final |
Definition at line 807 of file plugin.pb.cc.
|
inline |
Definition at line 1080 of file plugin.pb.h.
|
inline |
Definition at line 969 of file plugin.pb.h.
|
inline |
Definition at line 920 of file plugin.pb.h.
|
inline |
Definition at line 1009 of file plugin.pb.h.
|
inline |
Definition at line 1041 of file plugin.pb.h.
|
inline |
Definition at line 1036 of file plugin.pb.h.
|
inline |
Definition at line 289 of file plugin.pb.h.
|
inlinefinal |
Definition at line 322 of file plugin.pb.h.
|
inlinefinal |
Definition at line 326 of file plugin.pb.h.
|
inlinenoexcept |
Definition at line 277 of file plugin.pb.h.
|
inline |
Definition at line 273 of file plugin.pb.h.
|
inline |
Definition at line 982 of file plugin.pb.h.
|
inline |
Definition at line 1054 of file plugin.pb.h.
|
inline |
Definition at line 1045 of file plugin.pb.h.
|
inline |
Definition at line 1033 of file plugin.pb.h.
|
inline |
Definition at line 1073 of file plugin.pb.h.
|
inline |
Definition at line 1014 of file plugin.pb.h.
|
final |
Definition at line 891 of file plugin.pb.cc.
|
inline |
Definition at line 1089 of file plugin.pb.h.
|
inline |
Definition at line 1022 of file plugin.pb.h.
|
inline |
Definition at line 932 of file plugin.pb.h.
|
inline |
Definition at line 937 of file plugin.pb.h.
|
inline |
Definition at line 924 of file plugin.pb.h.
|
inline |
Definition at line 928 of file plugin.pb.h.
|
inline |
Definition at line 997 of file plugin.pb.h.
|
inline |
Definition at line 1003 of file plugin.pb.h.
|
inline |
Definition at line 986 of file plugin.pb.h.
|
inline |
Definition at line 991 of file plugin.pb.h.
|
finalprivate |
Definition at line 708 of file plugin.pb.cc.
|
inlineprivate |
Definition at line 692 of file plugin.pb.cc.
|
inlineprivate |
Definition at line 703 of file plugin.pb.cc.
|
inline |
Definition at line 315 of file plugin.pb.h.
|
inline |
Definition at line 286 of file plugin.pb.h.
|
friend |
Definition at line 354 of file plugin.pb.h.
|
friend |
Definition at line 445 of file plugin.pb.h.
|
friend |
Definition at line 312 of file plugin.pb.h.
|
private |
Definition at line 440 of file plugin.pb.h.
|
private |
Definition at line 439 of file plugin.pb.h.
|
private |
Definition at line 436 of file plugin.pb.h.
|
private |
Definition at line 444 of file plugin.pb.h.
|
private |
Definition at line 441 of file plugin.pb.h.
|
staticconstexpr |
Definition at line 309 of file plugin.pb.h.
|
private |
Definition at line 443 of file plugin.pb.h.
|
private |
Definition at line 442 of file plugin.pb.h.