Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
compiler::CodeGeneratorResponse Class Reference

#include <plugin.pb.h>

Inheritance diagram for compiler::CodeGeneratorResponse:
Inheritance graph
[legend]

Classes

class  _Internal
 

Public Types

enum  : int { kFileFieldNumber = 15, kErrorFieldNumber = 1 }
 
enum  : int { kFileFieldNumber = 15, kErrorFieldNumber = 1, kSupportedFeaturesFieldNumber = 2 }
 
typedef CodeGeneratorResponse_Feature Feature
 
typedef CodeGeneratorResponse_File File
 
typedef CodeGeneratorResponse_File File
 

Public Member Functions

const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t_InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * add_file ()
 
::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * add_file ()
 
size_t ByteSizeLong () const final
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_error ()
 
void clear_error ()
 
void clear_file ()
 
void clear_file ()
 
void clear_supported_features ()
 
 CodeGeneratorResponse ()
 
 CodeGeneratorResponse ()
 
constexpr CodeGeneratorResponse (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CodeGeneratorResponse (CodeGeneratorResponse &&from) noexcept
 
 CodeGeneratorResponse (CodeGeneratorResponse &&from) noexcept
 
 CodeGeneratorResponse (const CodeGeneratorResponse &from)
 
 CodeGeneratorResponse (const CodeGeneratorResponse &from)
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const CodeGeneratorResponse &from)
 
void CopyFrom (const CodeGeneratorResponse &from)
 
const std::string & error () const
 
const std::string & error () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > & file () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > & file () const
 
const PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File & file (int index) const
 
const ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File & file (int index) const
 
int file_size () const
 
int file_size () const
 
int GetCachedSize () const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_error () const
 
bool has_error () const
 
bool has_supported_features () const
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
bool IsInitialized () const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const CodeGeneratorResponse &from)
 
void MergeFrom (const CodeGeneratorResponse &from)
 
std::string * mutable_error ()
 
std::string * mutable_error ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > * mutable_file ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > * mutable_file ()
 
PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * mutable_file (int index)
 
::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * mutable_file (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
CodeGeneratorResponseNew () const final
 
CodeGeneratorResponseNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
CodeGeneratorResponseNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
CodeGeneratorResponseoperator= (CodeGeneratorResponse &&from) noexcept
 
CodeGeneratorResponseoperator= (CodeGeneratorResponse &&from) noexcept
 
CodeGeneratorResponseoperator= (const CodeGeneratorResponse &from)
 
CodeGeneratorResponseoperator= (const CodeGeneratorResponse &from)
 
std::string * release_error ()
 
PROTOBUF_NODISCARD std::string * release_error ()
 
void set_allocated_error (std::string *error)
 
void set_allocated_error (std::string *error)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_error (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_error (ArgT0 &&arg0, ArgT... args)
 
void set_error (const char *value)
 
void set_error (const char *value, size_t size)
 
void set_error (const std::string &value)
 
void set_error (std::string &&value)
 
void set_supported_features (uint64_t value)
 
uint64_t supported_features () const
 
void Swap (CodeGeneratorResponse *other)
 
void Swap (CodeGeneratorResponse *other)
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
void UnsafeArenaSwap (CodeGeneratorResponse *other)
 
virtual ~CodeGeneratorResponse ()
 
 ~CodeGeneratorResponse () override
 

Static Public Member Functions

static const CodeGeneratorResponsedefault_instance ()
 
static const CodeGeneratorResponsedefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptorFeature_descriptor ()
 
static bool Feature_IsValid (int value)
 
template<typename T >
static const std::string & Feature_Name (T enum_t_value)
 
static bool Feature_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Feature *value)
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const CodeGeneratorResponseinternal_default_instance ()
 
static const CodeGeneratorResponseinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int Feature_ARRAYSIZE
 
static constexpr Feature Feature_MAX
 
static constexpr Feature Feature_MIN
 
static constexpr Feature FEATURE_NONE
 
static constexpr Feature FEATURE_PROTO3_OPTIONAL
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

 CodeGeneratorResponse (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * _internal_add_file ()
 
::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * _internal_add_file ()
 
const std::string & _internal_error () const
 
const std::string & _internal_error () const
 
const PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File & _internal_file (int index) const
 
const ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File & _internal_file (int index) const
 
int _internal_file_size () const
 
int _internal_file_size () const
 
bool _internal_has_error () const
 
bool _internal_has_error () const
 
bool _internal_has_supported_features () const
 
std::string * _internal_mutable_error ()
 
std::string * _internal_mutable_error ()
 
void _internal_set_error (const std::string &value)
 
PROTOBUF_ALWAYS_INLINE void _internal_set_error (const std::string &value)
 
void _internal_set_supported_features (uint64_t value)
 
uint64_t _internal_supported_features () const
 
inline ::PROTOBUF_NAMESPACE_ID::ArenaGetArenaNoVirtual () const
 
void InternalSwap (CodeGeneratorResponse *other)
 
void InternalSwap (CodeGeneratorResponse *other)
 
void * MaybeArenaPtr () const
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void SetCachedSize (int size) const final
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedCtor ()
 
void SharedDtor ()
 
void SharedDtor ()
 

Static Private Member Functions

static void ArenaDtor (void *object)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 
static void MergeImpl (::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
 

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::internal::ArenaStringPtr error_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > file_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > file_
 
uint64_t supported_features_
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fcompiler_2fplugin_2eproto
 
void swap (CodeGeneratorResponse &a, CodeGeneratorResponse &b)
 
void swap (CodeGeneratorResponse &a, CodeGeneratorResponse &b)
 

Detailed Description

Definition at line 684 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ Feature

◆ File [1/2]

◆ File [2/2]

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFileFieldNumber 
kErrorFieldNumber 

Definition at line 798 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kFileFieldNumber 
kErrorFieldNumber 
kSupportedFeaturesFieldNumber 

Definition at line 934 of file protobuf/src/google/protobuf/compiler/plugin.pb.h.

Constructor & Destructor Documentation

◆ CodeGeneratorResponse() [1/8]

compiler::CodeGeneratorResponse::CodeGeneratorResponse ( )

◆ ~CodeGeneratorResponse() [1/2]

compiler::CodeGeneratorResponse::~CodeGeneratorResponse ( )
virtual

◆ CodeGeneratorResponse() [2/8]

compiler::CodeGeneratorResponse::CodeGeneratorResponse ( const CodeGeneratorResponse from)

◆ CodeGeneratorResponse() [3/8]

compiler::CodeGeneratorResponse::CodeGeneratorResponse ( CodeGeneratorResponse &&  from)
inlinenoexcept

◆ CodeGeneratorResponse() [4/8]

compiler::CodeGeneratorResponse::CodeGeneratorResponse ( )
inline

◆ ~CodeGeneratorResponse() [2/2]

compiler::CodeGeneratorResponse::~CodeGeneratorResponse ( )
override

◆ CodeGeneratorResponse() [5/8]

constexpr compiler::CodeGeneratorResponse::CodeGeneratorResponse ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ CodeGeneratorResponse() [6/8]

compiler::CodeGeneratorResponse::CodeGeneratorResponse ( const CodeGeneratorResponse from)

◆ CodeGeneratorResponse() [7/8]

compiler::CodeGeneratorResponse::CodeGeneratorResponse ( CodeGeneratorResponse &&  from)
inlinenoexcept

◆ CodeGeneratorResponse() [8/8]

compiler::CodeGeneratorResponse::CodeGeneratorResponse ( ::PROTOBUF_NAMESPACE_ID::Arena arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _internal_add_file() [1/2]

PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * compiler::CodeGeneratorResponse::_internal_add_file ( )
inlineprivate

◆ _internal_add_file() [2/2]

::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File* compiler::CodeGeneratorResponse::_internal_add_file ( )
private

◆ _internal_error() [1/2]

const std::string & compiler::CodeGeneratorResponse::_internal_error ( ) const
inlineprivate

◆ _internal_error() [2/2]

const std::string& compiler::CodeGeneratorResponse::_internal_error ( ) const
private

◆ _internal_file() [1/2]

const ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File & compiler::CodeGeneratorResponse::_internal_file ( int  index) const
inlineprivate

◆ _internal_file() [2/2]

const ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File& compiler::CodeGeneratorResponse::_internal_file ( int  index) const
private

◆ _internal_file_size() [1/2]

int compiler::CodeGeneratorResponse::_internal_file_size ( ) const
inlineprivate

◆ _internal_file_size() [2/2]

int compiler::CodeGeneratorResponse::_internal_file_size ( ) const
private

◆ _internal_has_error() [1/2]

bool compiler::CodeGeneratorResponse::_internal_has_error ( ) const
inlineprivate

◆ _internal_has_error() [2/2]

bool compiler::CodeGeneratorResponse::_internal_has_error ( ) const
private

◆ _internal_has_supported_features()

bool compiler::CodeGeneratorResponse::_internal_has_supported_features ( ) const
inlineprivate

◆ _internal_mutable_error() [1/2]

std::string * compiler::CodeGeneratorResponse::_internal_mutable_error ( )
inlineprivate

◆ _internal_mutable_error() [2/2]

std::string* compiler::CodeGeneratorResponse::_internal_mutable_error ( )
private

◆ _internal_set_error() [1/2]

void compiler::CodeGeneratorResponse::_internal_set_error ( const std::string &  value)
inlineprivate

◆ _internal_set_error() [2/2]

PROTOBUF_ALWAYS_INLINE void compiler::CodeGeneratorResponse::_internal_set_error ( const std::string &  value)
inlineprivate

◆ _internal_set_supported_features()

void compiler::CodeGeneratorResponse::_internal_set_supported_features ( uint64_t  value)
inlineprivate

◆ _internal_supported_features()

uint64_t compiler::CodeGeneratorResponse::_internal_supported_features ( ) const
inlineprivate

◆ _InternalParse() [1/2]

const char * compiler::CodeGeneratorResponse::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [2/2]

const char* compiler::CodeGeneratorResponse::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * compiler::CodeGeneratorResponse::_InternalSerialize ( uint8_t target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ add_file() [1/2]

PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * compiler::CodeGeneratorResponse::add_file ( )
inline

◆ add_file() [2/2]

::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File* compiler::CodeGeneratorResponse::add_file ( )

◆ ArenaDtor()

void compiler::CodeGeneratorResponse::ArenaDtor ( void *  object)
staticprivate

◆ ByteSizeLong() [1/2]

size_t compiler::CodeGeneratorResponse::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [2/2]

size_t compiler::CodeGeneratorResponse::ByteSizeLong ( ) const
final

◆ Clear() [1/2]

void compiler::CodeGeneratorResponse::Clear ( )
final

◆ Clear() [2/2]

PROTOBUF_ATTRIBUTE_REINITIALIZES void compiler::CodeGeneratorResponse::Clear ( )
final

◆ clear_error() [1/2]

void compiler::CodeGeneratorResponse::clear_error ( )
inline

◆ clear_error() [2/2]

void compiler::CodeGeneratorResponse::clear_error ( )

◆ clear_file() [1/2]

void compiler::CodeGeneratorResponse::clear_file ( )
inline

◆ clear_file() [2/2]

void compiler::CodeGeneratorResponse::clear_file ( )

◆ clear_supported_features()

void compiler::CodeGeneratorResponse::clear_supported_features ( )
inline

◆ CopyFrom() [1/3]

void compiler::CodeGeneratorResponse::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [2/3]

void compiler::CodeGeneratorResponse::CopyFrom ( const CodeGeneratorResponse from)

◆ CopyFrom() [3/3]

void compiler::CodeGeneratorResponse::CopyFrom ( const CodeGeneratorResponse from)

◆ default_instance() [1/2]

const CodeGeneratorResponse & compiler::CodeGeneratorResponse::default_instance ( )
static

◆ default_instance() [2/2]

static const CodeGeneratorResponse& compiler::CodeGeneratorResponse::default_instance ( )
inlinestatic

◆ descriptor() [1/2]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* compiler::CodeGeneratorResponse::descriptor ( )
inlinestatic

◆ descriptor() [2/2]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* compiler::CodeGeneratorResponse::descriptor ( )
inlinestatic

◆ error() [1/2]

const std::string & compiler::CodeGeneratorResponse::error ( ) const
inline

◆ error() [2/2]

const std::string& compiler::CodeGeneratorResponse::error ( ) const

◆ Feature_descriptor()

static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* compiler::CodeGeneratorResponse::Feature_descriptor ( )
inlinestatic

◆ Feature_IsValid()

static bool compiler::CodeGeneratorResponse::Feature_IsValid ( int  value)
inlinestatic

◆ Feature_Name()

template<typename T >
static const std::string& compiler::CodeGeneratorResponse::Feature_Name ( T  enum_t_value)
inlinestatic

◆ Feature_Parse()

static bool compiler::CodeGeneratorResponse::Feature_Parse ( ::PROTOBUF_NAMESPACE_ID::ConstStringParam  name,
Feature value 
)
inlinestatic

◆ file() [1/4]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > & compiler::CodeGeneratorResponse::file ( ) const
inline

◆ file() [2/4]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File >& compiler::CodeGeneratorResponse::file ( ) const

◆ file() [3/4]

const ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File & compiler::CodeGeneratorResponse::file ( int  index) const
inline

◆ file() [4/4]

const ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File& compiler::CodeGeneratorResponse::file ( int  index) const

◆ file_size() [1/2]

int compiler::CodeGeneratorResponse::file_size ( ) const
inline

◆ file_size() [2/2]

int compiler::CodeGeneratorResponse::file_size ( ) const

◆ FullMessageName() [1/2]

::PROTOBUF_NAMESPACE_ID::StringPiece compiler::CodeGeneratorResponse::FullMessageName ( )
inlinestaticprivate

◆ FullMessageName() [2/2]

::PROTOBUF_NAMESPACE_ID::StringPiece compiler::CodeGeneratorResponse::FullMessageName ( )
inlinestaticprivate

◆ GetArenaNoVirtual()

inline ::PROTOBUF_NAMESPACE_ID::Arena* compiler::CodeGeneratorResponse::GetArenaNoVirtual ( ) const
inlineprivate

◆ GetCachedSize() [1/2]

int compiler::CodeGeneratorResponse::GetCachedSize ( ) const
inlinefinal

◆ GetCachedSize() [2/2]

int compiler::CodeGeneratorResponse::GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * compiler::CodeGeneratorResponse::GetClassData ( ) const
final

◆ GetDescriptor() [1/2]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* compiler::CodeGeneratorResponse::GetDescriptor ( )
inlinestatic

◆ GetDescriptor() [2/2]

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* compiler::CodeGeneratorResponse::GetDescriptor ( )
inlinestatic

◆ GetMetadata() [1/2]

PROTOBUF_NAMESPACE_ID::Metadata compiler::CodeGeneratorResponse::GetMetadata ( ) const
final

◆ GetMetadata() [2/2]

::PROTOBUF_NAMESPACE_ID::Metadata compiler::CodeGeneratorResponse::GetMetadata ( ) const
final

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata compiler::CodeGeneratorResponse::GetMetadataStatic ( )
inlinestaticprivate

◆ GetReflection() [1/2]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* compiler::CodeGeneratorResponse::GetReflection ( )
inlinestatic

◆ GetReflection() [2/2]

static const ::PROTOBUF_NAMESPACE_ID::Reflection* compiler::CodeGeneratorResponse::GetReflection ( )
inlinestatic

◆ has_error() [1/2]

bool compiler::CodeGeneratorResponse::has_error ( ) const
inline

◆ has_error() [2/2]

bool compiler::CodeGeneratorResponse::has_error ( ) const

◆ has_supported_features()

bool compiler::CodeGeneratorResponse::has_supported_features ( ) const
inline

◆ InitAsDefaultInstance()

void compiler::CodeGeneratorResponse::InitAsDefaultInstance ( )
static

◆ internal_default_instance() [1/2]

static const CodeGeneratorResponse* compiler::CodeGeneratorResponse::internal_default_instance ( )
inlinestatic

◆ internal_default_instance() [2/2]

static const CodeGeneratorResponse* compiler::CodeGeneratorResponse::internal_default_instance ( )
inlinestatic

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * compiler::CodeGeneratorResponse::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ InternalSwap() [1/2]

void compiler::CodeGeneratorResponse::InternalSwap ( CodeGeneratorResponse other)
private

◆ InternalSwap() [2/2]

void compiler::CodeGeneratorResponse::InternalSwap ( CodeGeneratorResponse other)
private

◆ IsInitialized() [1/2]

bool compiler::CodeGeneratorResponse::IsInitialized ( ) const
final

◆ IsInitialized() [2/2]

bool compiler::CodeGeneratorResponse::IsInitialized ( ) const
final

◆ MaybeArenaPtr()

void* compiler::CodeGeneratorResponse::MaybeArenaPtr ( ) const
inlineprivate

◆ MergeFrom() [1/3]

void compiler::CodeGeneratorResponse::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [2/3]

void compiler::CodeGeneratorResponse::MergeFrom ( const CodeGeneratorResponse from)

◆ MergeFrom() [3/3]

void compiler::CodeGeneratorResponse::MergeFrom ( const CodeGeneratorResponse from)

◆ MergeImpl()

void compiler::CodeGeneratorResponse::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate

◆ mutable_error() [1/2]

std::string * compiler::CodeGeneratorResponse::mutable_error ( )
inline

◆ mutable_error() [2/2]

std::string* compiler::CodeGeneratorResponse::mutable_error ( )

◆ mutable_file() [1/4]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > * compiler::CodeGeneratorResponse::mutable_file ( )
inline

◆ mutable_file() [2/4]

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File >* compiler::CodeGeneratorResponse::mutable_file ( )

◆ mutable_file() [3/4]

PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * compiler::CodeGeneratorResponse::mutable_file ( int  index)
inline

◆ mutable_file() [4/4]

::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File* compiler::CodeGeneratorResponse::mutable_file ( int  index)

◆ mutable_unknown_fields() [1/2]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* compiler::CodeGeneratorResponse::mutable_unknown_fields ( )
inline

◆ mutable_unknown_fields() [2/2]

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* compiler::CodeGeneratorResponse::mutable_unknown_fields ( )
inline

◆ New() [1/3]

CodeGeneratorResponse* compiler::CodeGeneratorResponse::New ( ) const
inlinefinal

◆ New() [2/3]

CodeGeneratorResponse* compiler::CodeGeneratorResponse::New ( ::PROTOBUF_NAMESPACE_ID::Arena arena) const
inlinefinal

◆ New() [3/3]

CodeGeneratorResponse* compiler::CodeGeneratorResponse::New ( ::PROTOBUF_NAMESPACE_ID::Arena arena = nullptr) const
inlinefinal

◆ operator=() [1/4]

CodeGeneratorResponse& compiler::CodeGeneratorResponse::operator= ( CodeGeneratorResponse &&  from)
inlinenoexcept

◆ operator=() [2/4]

CodeGeneratorResponse& compiler::CodeGeneratorResponse::operator= ( CodeGeneratorResponse &&  from)
inlinenoexcept

◆ operator=() [3/4]

CodeGeneratorResponse& compiler::CodeGeneratorResponse::operator= ( const CodeGeneratorResponse from)
inline

◆ operator=() [4/4]

CodeGeneratorResponse& compiler::CodeGeneratorResponse::operator= ( const CodeGeneratorResponse from)
inline

◆ RegisterArenaDtor()

void compiler::CodeGeneratorResponse::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena arena)
inlineprivate

◆ release_error() [1/2]

std::string * compiler::CodeGeneratorResponse::release_error ( )
inline

◆ release_error() [2/2]

PROTOBUF_NODISCARD std::string* compiler::CodeGeneratorResponse::release_error ( )

◆ set_allocated_error() [1/2]

void compiler::CodeGeneratorResponse::set_allocated_error ( std::string *  error)
inline

◆ set_allocated_error() [2/2]

void compiler::CodeGeneratorResponse::set_allocated_error ( std::string *  error)

◆ set_error() [1/6]

template<typename ArgT0 = const std::string&, typename... ArgT>
void compiler::CodeGeneratorResponse::set_error ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_error() [2/6]

template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void compiler::CodeGeneratorResponse::set_error ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_error() [3/6]

void compiler::CodeGeneratorResponse::set_error ( const char *  value)
inline

◆ set_error() [4/6]

void compiler::CodeGeneratorResponse::set_error ( const char *  value,
size_t  size 
)
inline

◆ set_error() [5/6]

void compiler::CodeGeneratorResponse::set_error ( const std::string &  value)
inline

◆ set_error() [6/6]

void compiler::CodeGeneratorResponse::set_error ( std::string &&  value)
inline

◆ set_supported_features()

void compiler::CodeGeneratorResponse::set_supported_features ( uint64_t  value)
inline

◆ SetCachedSize() [1/2]

void compiler::CodeGeneratorResponse::SetCachedSize ( int  size) const
finalprivate

◆ SetCachedSize() [2/2]

void compiler::CodeGeneratorResponse::SetCachedSize ( int  size) const
finalprivate

◆ SharedCtor() [1/2]

void compiler::CodeGeneratorResponse::SharedCtor ( )
inlineprivate

◆ SharedCtor() [2/2]

void compiler::CodeGeneratorResponse::SharedCtor ( )
private

◆ SharedDtor() [1/2]

void compiler::CodeGeneratorResponse::SharedDtor ( )
inlineprivate

◆ SharedDtor() [2/2]

void compiler::CodeGeneratorResponse::SharedDtor ( )
private

◆ supported_features()

uint64_t compiler::CodeGeneratorResponse::supported_features ( ) const
inline

◆ Swap() [1/2]

void compiler::CodeGeneratorResponse::Swap ( CodeGeneratorResponse other)
inline

◆ Swap() [2/2]

void compiler::CodeGeneratorResponse::Swap ( CodeGeneratorResponse other)
inline

◆ unknown_fields() [1/2]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& compiler::CodeGeneratorResponse::unknown_fields ( ) const
inline

◆ unknown_fields() [2/2]

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& compiler::CodeGeneratorResponse::unknown_fields ( ) const
inline

◆ UnsafeArenaSwap()

void compiler::CodeGeneratorResponse::UnsafeArenaSwap ( CodeGeneratorResponse other)
inline

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

◆ ::TableStruct_google_2fprotobuf_2fcompiler_2fplugin_2eproto

◆ swap [1/2]

void swap ( CodeGeneratorResponse a,
CodeGeneratorResponse b 
)
friend

◆ swap [2/2]

void swap ( CodeGeneratorResponse a,
CodeGeneratorResponse b 
)
friend

Member Data Documentation

◆ _cached_size_

PROTOBUF_NAMESPACE_ID::internal::CachedSize compiler::CodeGeneratorResponse::_cached_size_
mutableprivate

◆ _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData compiler::CodeGeneratorResponse::_class_data_
static
Initial value:
= {
::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
}

Definition at line 893 of file protobuf/src/google/protobuf/compiler/plugin.pb.h.

◆ _has_bits_

PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > compiler::CodeGeneratorResponse::_has_bits_
private

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena compiler::CodeGeneratorResponse::_internal_metadata_
private

◆ error_

PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr compiler::CodeGeneratorResponse::error_
private

◆ Feature_ARRAYSIZE

constexpr int compiler::CodeGeneratorResponse::Feature_ARRAYSIZE
staticconstexpr

◆ Feature_MAX

constexpr CodeGeneratorResponse_Feature compiler::CodeGeneratorResponse::Feature_MAX
staticconstexpr

◆ Feature_MIN

constexpr CodeGeneratorResponse_Feature compiler::CodeGeneratorResponse::Feature_MIN
staticconstexpr

◆ FEATURE_NONE

constexpr CodeGeneratorResponse_Feature compiler::CodeGeneratorResponse::FEATURE_NONE
staticconstexpr

◆ FEATURE_PROTO3_OPTIONAL

constexpr CodeGeneratorResponse_Feature compiler::CodeGeneratorResponse::FEATURE_PROTO3_OPTIONAL
staticconstexpr

◆ file_ [1/2]

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > compiler::CodeGeneratorResponse::file_
private

◆ file_ [2/2]

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > compiler::CodeGeneratorResponse::file_
private

◆ kIndexInFileMessages

static constexpr int compiler::CodeGeneratorResponse::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

Definition at line 732 of file bloaty/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.h.

◆ supported_features_

uint64_t compiler::CodeGeneratorResponse::supported_features_
private

The documentation for this class was generated from the following files:
compiler::CodeGeneratorResponse_Feature_FEATURE_PROTO3_OPTIONAL
@ CodeGeneratorResponse_Feature_FEATURE_PROTO3_OPTIONAL
Definition: protobuf/src/google/protobuf/compiler/plugin.pb.h:91
compiler::CodeGeneratorResponse_Feature_Feature_MAX
constexpr CodeGeneratorResponse_Feature CodeGeneratorResponse_Feature_Feature_MAX
Definition: protobuf/src/google/protobuf/compiler/plugin.pb.h:95
compiler::CodeGeneratorResponse::MergeImpl
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
Definition: protobuf/src/google/protobuf/compiler/plugin.pb.cc:1506
compiler::CodeGeneratorResponse_Feature_FEATURE_NONE
@ CodeGeneratorResponse_Feature_FEATURE_NONE
Definition: protobuf/src/google/protobuf/compiler/plugin.pb.h:90
compiler::CodeGeneratorResponse_Feature_Feature_ARRAYSIZE
constexpr int CodeGeneratorResponse_Feature_Feature_ARRAYSIZE
Definition: protobuf/src/google/protobuf/compiler/plugin.pb.h:96
compiler::CodeGeneratorResponse_Feature_Feature_MIN
constexpr CodeGeneratorResponse_Feature CodeGeneratorResponse_Feature_Feature_MIN
Definition: protobuf/src/google/protobuf/compiler/plugin.pb.h:94


grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:02:34