Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | 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 }
 
typedef CodeGeneratorResponse_File File
 

Public Member Functions

PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * add_file ()
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_error ()
 
void clear_file ()
 
 CodeGeneratorResponse ()
 
 CodeGeneratorResponse (CodeGeneratorResponse &&from) noexcept
 
 CodeGeneratorResponse (const CodeGeneratorResponse &from)
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const CodeGeneratorResponse &from)
 
const std::stringerror () 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
 
int file_size () const
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_error () 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 CodeGeneratorResponse &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
std::stringmutable_error ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > * mutable_file ()
 
PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File * mutable_file (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
CodeGeneratorResponseNew () const final
 
CodeGeneratorResponseNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
CodeGeneratorResponseoperator= (CodeGeneratorResponse &&from) noexcept
 
CodeGeneratorResponseoperator= (const CodeGeneratorResponse &from)
 
std::stringrelease_error ()
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_allocated_error (std::string *error)
 
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 Swap (CodeGeneratorResponse *other)
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
virtual ~CodeGeneratorResponse ()
 

Static Public Member Functions

static const CodeGeneratorResponsedefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const CodeGeneratorResponseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (CodeGeneratorResponse *other)
 
voidMaybeArenaPtr () 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::internal::ArenaStringPtr error_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::compiler::CodeGeneratorResponse_File > file_
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fcompiler_2fplugin_2eproto
 
void swap (CodeGeneratorResponse &a, CodeGeneratorResponse &b)
 

Detailed Description

Definition at line 623 of file plugin.pb.h.

Member Typedef Documentation

◆ File

Definition at line 740 of file plugin.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFileFieldNumber 
kErrorFieldNumber 

Definition at line 744 of file plugin.pb.h.

Constructor & Destructor Documentation

◆ CodeGeneratorResponse() [1/3]

compiler::CodeGeneratorResponse::CodeGeneratorResponse ( )

Definition at line 1555 of file plugin.pb.cc.

◆ ~CodeGeneratorResponse()

compiler::CodeGeneratorResponse::~CodeGeneratorResponse ( )
virtual

Definition at line 1578 of file plugin.pb.cc.

◆ CodeGeneratorResponse() [2/3]

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

Definition at line 1560 of file plugin.pb.cc.

◆ CodeGeneratorResponse() [3/3]

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

Definition at line 630 of file plugin.pb.h.

Member Function Documentation

◆ add_file()

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

Definition at line 1368 of file plugin.pb.h.

◆ ByteSizeLong()

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

Definition at line 1784 of file plugin.pb.cc.

◆ Clear()

void compiler::CodeGeneratorResponse::Clear ( )
final

Definition at line 1596 of file plugin.pb.cc.

◆ clear_error()

void compiler::CodeGeneratorResponse::clear_error ( )
inline

Definition at line 1294 of file plugin.pb.h.

◆ clear_file()

void compiler::CodeGeneratorResponse::clear_file ( )
inline

Definition at line 1352 of file plugin.pb.h.

◆ CopyFrom() [1/2]

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

Definition at line 1850 of file plugin.pb.cc.

◆ CopyFrom() [2/2]

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

Definition at line 1857 of file plugin.pb.cc.

◆ default_instance()

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

Definition at line 1590 of file plugin.pb.cc.

◆ descriptor()

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

Definition at line 655 of file plugin.pb.h.

◆ error()

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

Definition at line 1298 of file plugin.pb.h.

◆ file() [1/2]

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

Definition at line 1373 of file plugin.pb.h.

◆ file() [2/2]

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

Definition at line 1364 of file plugin.pb.h.

◆ file_size()

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

Definition at line 1349 of file plugin.pb.h.

◆ FullMessageName()

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

Definition at line 717 of file plugin.pb.h.

◆ GetArenaNoVirtual()

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

Definition at line 721 of file plugin.pb.h.

◆ GetCachedSize()

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

Definition at line 709 of file plugin.pb.h.

◆ GetDescriptor()

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

Definition at line 658 of file plugin.pb.h.

◆ GetMetadata()

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

Definition at line 1877 of file plugin.pb.cc.

◆ GetMetadataStatic()

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

Definition at line 731 of file plugin.pb.h.

◆ GetReflection()

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

Definition at line 661 of file plugin.pb.h.

◆ has_error()

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

Definition at line 1291 of file plugin.pb.h.

◆ InitAsDefaultInstance()

void compiler::CodeGeneratorResponse::InitAsDefaultInstance ( )
static

Definition at line 1545 of file plugin.pb.cc.

◆ internal_default_instance()

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

Definition at line 667 of file plugin.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * compiler::CodeGeneratorResponse::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target) const
final

Definition at line 1750 of file plugin.pb.cc.

◆ InternalSwap()

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

Definition at line 1868 of file plugin.pb.cc.

◆ IsInitialized()

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

Definition at line 1864 of file plugin.pb.cc.

◆ MaybeArenaPtr()

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

Definition at line 724 of file plugin.pb.h.

◆ MergeFrom() [1/2]

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

Definition at line 1821 of file plugin.pb.cc.

◆ MergeFrom() [2/2]

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

Definition at line 1836 of file plugin.pb.cc.

◆ MergePartialFromCodedStream()

bool compiler::CodeGeneratorResponse::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 1660 of file plugin.pb.cc.

◆ mutable_error()

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

Definition at line 1325 of file plugin.pb.h.

◆ mutable_file() [1/2]

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

Definition at line 1360 of file plugin.pb.h.

◆ mutable_file() [2/2]

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

Definition at line 1355 of file plugin.pb.h.

◆ mutable_unknown_fields()

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

Definition at line 651 of file plugin.pb.h.

◆ New() [1/2]

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

Definition at line 684 of file plugin.pb.h.

◆ New() [2/2]

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

Definition at line 688 of file plugin.pb.h.

◆ operator=() [1/2]

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

Definition at line 639 of file plugin.pb.h.

◆ operator=() [2/2]

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

Definition at line 635 of file plugin.pb.h.

◆ release_error()

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

Definition at line 1330 of file plugin.pb.h.

◆ SerializeWithCachedSizes()

void compiler::CodeGeneratorResponse::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 1717 of file plugin.pb.cc.

◆ set_allocated_error()

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

Definition at line 1338 of file plugin.pb.h.

◆ set_error() [1/4]

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

Definition at line 1313 of file plugin.pb.h.

◆ set_error() [2/4]

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

Definition at line 1319 of file plugin.pb.h.

◆ set_error() [3/4]

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

Definition at line 1302 of file plugin.pb.h.

◆ set_error() [4/4]

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

Definition at line 1307 of file plugin.pb.h.

◆ SetCachedSize()

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

Definition at line 1587 of file plugin.pb.cc.

◆ SharedCtor()

void compiler::CodeGeneratorResponse::SharedCtor ( )
inlineprivate

Definition at line 1573 of file plugin.pb.cc.

◆ SharedDtor()

void compiler::CodeGeneratorResponse::SharedDtor ( )
inlineprivate

Definition at line 1583 of file plugin.pb.cc.

◆ Swap()

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

Definition at line 677 of file plugin.pb.h.

◆ unknown_fields()

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

Definition at line 648 of file plugin.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 716 of file plugin.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fcompiler_2fplugin_2eproto

Definition at line 780 of file plugin.pb.h.

◆ swap

void swap ( CodeGeneratorResponse a,
CodeGeneratorResponse b 
)
friend

Definition at line 674 of file plugin.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize compiler::CodeGeneratorResponse::_cached_size_
private

Definition at line 777 of file plugin.pb.h.

◆ _has_bits_

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

Definition at line 776 of file plugin.pb.h.

◆ _internal_metadata_

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

Definition at line 773 of file plugin.pb.h.

◆ error_

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

Definition at line 779 of file plugin.pb.h.

◆ file_

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

Definition at line 778 of file plugin.pb.h.

◆ kIndexInFileMessages

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

Definition at line 671 of file plugin.pb.h.


The documentation for this class was generated from the following files:


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:05