webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
google::protobuf::compiler::CodeGeneratorResponse Class Reference

#include <plugin.pb.h>

Inheritance diagram for google::protobuf::compiler::CodeGeneratorResponse:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef CodeGeneratorResponse_File File
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 CodeGeneratorResponse ()
 
virtual ~CodeGeneratorResponse ()
 
 CodeGeneratorResponse (const CodeGeneratorResponse &from)
 
CodeGeneratorResponseoperator= (const CodeGeneratorResponse &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (CodeGeneratorResponse *other)
 
CodeGeneratorResponseNew () const
 
CodeGeneratorResponseNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const CodeGeneratorResponse &from)
 
void MergeFrom (const CodeGeneratorResponse &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_error () const
 
void clear_error ()
 
const ::std::stringerror () const
 
void set_error (const ::std::string &value)
 
void set_error (const char *value)
 
void set_error (const char *value, size_t size)
 
::std::stringmutable_error ()
 
::std::stringrelease_error ()
 
void set_allocated_error (::std::string *error)
 
int file_size () const
 
void clear_file ()
 
const ::google::protobuf::compiler::CodeGeneratorResponse_Filefile (int index) const
 
::google::protobuf::compiler::CodeGeneratorResponse_Filemutable_file (int index)
 
::google::protobuf::compiler::CodeGeneratorResponse_Fileadd_file ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File > * mutable_file ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File > & file () const
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual voidGetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptordescriptor ()
 
static const CodeGeneratorResponsedefault_instance ()
 

Static Public Attributes

static const int kErrorFieldNumber = 1
 
static const int kFileFieldNumber = 15
 

Friends

void LIBPROTOC_EXPORT protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto ()
 
void protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto ()
 
void protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto ()
 

Additional Inherited Members

Member Typedef Documentation

◆ File

Constructor & Destructor Documentation

◆ CodeGeneratorResponse() [1/2]

google::protobuf::compiler::CodeGeneratorResponse::CodeGeneratorResponse ( )

◆ ~CodeGeneratorResponse()

google::protobuf::compiler::CodeGeneratorResponse::~CodeGeneratorResponse ( )
virtual

◆ CodeGeneratorResponse() [2/2]

google::protobuf::compiler::CodeGeneratorResponse::CodeGeneratorResponse ( const CodeGeneratorResponse from)

Member Function Documentation

◆ add_file()

google::protobuf::compiler::CodeGeneratorResponse_File * google::protobuf::compiler::CodeGeneratorResponse::add_file ( )
inline

◆ ByteSize()

int google::protobuf::compiler::CodeGeneratorResponse::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void google::protobuf::compiler::CodeGeneratorResponse::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

◆ clear_error()

void google::protobuf::compiler::CodeGeneratorResponse::clear_error ( )
inline

◆ clear_file()

void google::protobuf::compiler::CodeGeneratorResponse::clear_file ( )
inline

◆ CopyFrom() [1/2]

void google::protobuf::compiler::CodeGeneratorResponse::CopyFrom ( const ::google::protobuf::Message from)

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

const ::google::protobuf::Descriptor * google::protobuf::compiler::CodeGeneratorResponse::descriptor ( )
static

◆ error()

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

◆ file() [1/2]

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

◆ file() [2/2]

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

◆ file_size()

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

◆ GetCachedSize()

int google::protobuf::compiler::CodeGeneratorResponse::GetCachedSize ( ) const
inlinevirtual

◆ GetMetadata()

google::protobuf::Metadata google::protobuf::compiler::CodeGeneratorResponse::GetMetadata ( ) const
virtual

◆ has_error()

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

◆ IsInitialized()

bool google::protobuf::compiler::CodeGeneratorResponse::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void google::protobuf::compiler::CodeGeneratorResponse::MergeFrom ( const ::google::protobuf::Message from)

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool google::protobuf::compiler::CodeGeneratorResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)

◆ mutable_error()

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

◆ mutable_file() [1/2]

google::protobuf::compiler::CodeGeneratorResponse_File * google::protobuf::compiler::CodeGeneratorResponse::mutable_file ( int  index)
inline

◆ mutable_file() [2/2]

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

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* google::protobuf::compiler::CodeGeneratorResponse::mutable_unknown_fields ( )
inline

◆ New() [1/2]

CodeGeneratorResponse* google::protobuf::compiler::CodeGeneratorResponse::New ( ) const
inlinevirtual

◆ New() [2/2]

CodeGeneratorResponse * google::protobuf::compiler::CodeGeneratorResponse::New ( ::google::protobuf::Arena arena) const
virtual

Reimplemented from google::protobuf::Message.

◆ operator=()

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

◆ release_error()

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

◆ SerializeWithCachedSizes()

void google::protobuf::compiler::CodeGeneratorResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const

◆ SerializeWithCachedSizesToArray()

google::protobuf::uint8 * google::protobuf::compiler::CodeGeneratorResponse::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const

◆ set_allocated_error()

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

◆ set_error() [1/3]

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

◆ set_error() [2/3]

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

◆ set_error() [3/3]

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

◆ Swap()

void google::protobuf::compiler::CodeGeneratorResponse::Swap ( CodeGeneratorResponse other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& google::protobuf::compiler::CodeGeneratorResponse::unknown_fields ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto

void LIBPROTOC_EXPORT protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto ( )
friend

◆ protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto

void protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto ( )
friend

◆ protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto

void protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto ( )
friend

Member Data Documentation

◆ kErrorFieldNumber

const int google::protobuf::compiler::CodeGeneratorResponse::kErrorFieldNumber = 1
static

◆ kFileFieldNumber

const int google::protobuf::compiler::CodeGeneratorResponse::kFileFieldNumber = 15
static

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