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

#include <plugin.pb.h>

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

Public Member Functions

 CodeGeneratorResponse_File ()
 
virtual ~CodeGeneratorResponse_File ()
 
 CodeGeneratorResponse_File (const CodeGeneratorResponse_File &from)
 
CodeGeneratorResponse_Fileoperator= (const CodeGeneratorResponse_File &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (CodeGeneratorResponse_File *other)
 
CodeGeneratorResponse_FileNew () const
 
CodeGeneratorResponse_FileNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const CodeGeneratorResponse_File &from)
 
void MergeFrom (const CodeGeneratorResponse_File &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_name () const
 
void clear_name ()
 
const ::std::stringname () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
::std::stringmutable_name ()
 
::std::stringrelease_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_insertion_point () const
 
void clear_insertion_point ()
 
const ::std::stringinsertion_point () const
 
void set_insertion_point (const ::std::string &value)
 
void set_insertion_point (const char *value)
 
void set_insertion_point (const char *value, size_t size)
 
::std::stringmutable_insertion_point ()
 
::std::stringrelease_insertion_point ()
 
void set_allocated_insertion_point (::std::string *insertion_point)
 
bool has_content () const
 
void clear_content ()
 
const ::std::stringcontent () const
 
void set_content (const ::std::string &value)
 
void set_content (const char *value)
 
void set_content (const char *value, size_t size)
 
::std::stringmutable_content ()
 
::std::stringrelease_content ()
 
void set_allocated_content (::std::string *content)
 
- 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 CodeGeneratorResponse_Filedefault_instance ()
 

Static Public Attributes

static const int kNameFieldNumber = 1
 
static const int kInsertionPointFieldNumber = 2
 
static const int kContentFieldNumber = 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

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

Constructor & Destructor Documentation

◆ CodeGeneratorResponse_File() [1/2]

google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File ( )

◆ ~CodeGeneratorResponse_File()

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

◆ CodeGeneratorResponse_File() [2/2]

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

Member Function Documentation

◆ ByteSize()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_content()

void google::protobuf::compiler::CodeGeneratorResponse_File::clear_content ( )
inline

◆ clear_insertion_point()

void google::protobuf::compiler::CodeGeneratorResponse_File::clear_insertion_point ( )
inline

◆ clear_name()

void google::protobuf::compiler::CodeGeneratorResponse_File::clear_name ( )
inline

◆ content()

const ::std::string & google::protobuf::compiler::CodeGeneratorResponse_File::content ( ) const
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ has_content()

bool google::protobuf::compiler::CodeGeneratorResponse_File::has_content ( ) const
inline

◆ has_insertion_point()

bool google::protobuf::compiler::CodeGeneratorResponse_File::has_insertion_point ( ) const
inline

◆ has_name()

bool google::protobuf::compiler::CodeGeneratorResponse_File::has_name ( ) const
inline

◆ insertion_point()

const ::std::string & google::protobuf::compiler::CodeGeneratorResponse_File::insertion_point ( ) const
inline

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_content()

std::string * google::protobuf::compiler::CodeGeneratorResponse_File::mutable_content ( )
inline

◆ mutable_insertion_point()

std::string * google::protobuf::compiler::CodeGeneratorResponse_File::mutable_insertion_point ( )
inline

◆ mutable_name()

std::string * google::protobuf::compiler::CodeGeneratorResponse_File::mutable_name ( )
inline

◆ mutable_unknown_fields()

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

◆ name()

const ::std::string & google::protobuf::compiler::CodeGeneratorResponse_File::name ( ) const
inline

◆ New() [1/2]

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

◆ operator=()

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

◆ release_content()

std::string * google::protobuf::compiler::CodeGeneratorResponse_File::release_content ( )
inline

◆ release_insertion_point()

std::string * google::protobuf::compiler::CodeGeneratorResponse_File::release_insertion_point ( )
inline

◆ release_name()

std::string * google::protobuf::compiler::CodeGeneratorResponse_File::release_name ( )
inline

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_allocated_content()

void google::protobuf::compiler::CodeGeneratorResponse_File::set_allocated_content ( ::std::string content)
inline

◆ set_allocated_insertion_point()

void google::protobuf::compiler::CodeGeneratorResponse_File::set_allocated_insertion_point ( ::std::string insertion_point)
inline

◆ set_allocated_name()

void google::protobuf::compiler::CodeGeneratorResponse_File::set_allocated_name ( ::std::string name)
inline

◆ set_content() [1/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_content ( const ::std::string value)
inline

◆ set_content() [2/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_content ( const char *  value)
inline

◆ set_content() [3/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_content ( const char *  value,
size_t  size 
)
inline

◆ set_insertion_point() [1/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_insertion_point ( const ::std::string value)
inline

◆ set_insertion_point() [2/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_insertion_point ( const char *  value)
inline

◆ set_insertion_point() [3/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_insertion_point ( const char *  value,
size_t  size 
)
inline

◆ set_name() [1/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_name ( const ::std::string value)
inline

◆ set_name() [2/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_name ( const char *  value)
inline

◆ set_name() [3/3]

void google::protobuf::compiler::CodeGeneratorResponse_File::set_name ( const char *  value,
size_t  size 
)
inline

◆ Swap()

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

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& google::protobuf::compiler::CodeGeneratorResponse_File::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

◆ kContentFieldNumber

const int google::protobuf::compiler::CodeGeneratorResponse_File::kContentFieldNumber = 15
static

◆ kInsertionPointFieldNumber

const int google::protobuf::compiler::CodeGeneratorResponse_File::kInsertionPointFieldNumber = 2
static

◆ kNameFieldNumber

const int google::protobuf::compiler::CodeGeneratorResponse_File::kNameFieldNumber = 1
static

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