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

#include <descriptor.pb.h>

Inheritance diagram for google::protobuf::MessageOptions:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 MessageOptions ()
 
virtual ~MessageOptions ()
 
 MessageOptions (const MessageOptions &from)
 
MessageOptionsoperator= (const MessageOptions &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (MessageOptions *other)
 
MessageOptionsNew () const
 
MessageOptionsNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const MessageOptions &from)
 
void MergeFrom (const MessageOptions &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_message_set_wire_format () const
 
void clear_message_set_wire_format ()
 
bool message_set_wire_format () const
 
void set_message_set_wire_format (bool value)
 
bool has_no_standard_descriptor_accessor () const
 
void clear_no_standard_descriptor_accessor ()
 
bool no_standard_descriptor_accessor () const
 
void set_no_standard_descriptor_accessor (bool value)
 
bool has_deprecated () const
 
void clear_deprecated ()
 
bool deprecated () const
 
void set_deprecated (bool value)
 
bool has_map_entry () const
 
void clear_map_entry ()
 
bool map_entry () const
 
void set_map_entry (bool value)
 
int uninterpreted_option_size () const
 
void clear_uninterpreted_option ()
 
const ::google::protobuf::UninterpretedOptionuninterpreted_option (int index) const
 
::google::protobuf::UninterpretedOptionmutable_uninterpreted_option (int index)
 
::google::protobuf::UninterpretedOptionadd_uninterpreted_option ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > * mutable_uninterpreted_option ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > & uninterpreted_option () 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 MessageOptionsdefault_instance ()
 

Static Public Attributes

static const int kMessageSetWireFormatFieldNumber = 1
 
static const int kNoStandardDescriptorAccessorFieldNumber = 2
 
static const int kDeprecatedFieldNumber = 3
 
static const int kMapEntryFieldNumber = 7
 
static const int kUninterpretedOptionFieldNumber = 999
 

Friends

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ MessageOptions() [1/2]

google::protobuf::MessageOptions::MessageOptions ( )

◆ ~MessageOptions()

google::protobuf::MessageOptions::~MessageOptions ( )
virtual

◆ MessageOptions() [2/2]

google::protobuf::MessageOptions::MessageOptions ( const MessageOptions from)

Member Function Documentation

◆ add_uninterpreted_option()

google::protobuf::UninterpretedOption * google::protobuf::MessageOptions::add_uninterpreted_option ( )
inline

◆ ByteSize()

int google::protobuf::MessageOptions::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void google::protobuf::MessageOptions::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

◆ clear_deprecated()

void google::protobuf::MessageOptions::clear_deprecated ( )
inline

◆ clear_map_entry()

void google::protobuf::MessageOptions::clear_map_entry ( )
inline

◆ clear_message_set_wire_format()

void google::protobuf::MessageOptions::clear_message_set_wire_format ( )
inline

◆ clear_no_standard_descriptor_accessor()

void google::protobuf::MessageOptions::clear_no_standard_descriptor_accessor ( )
inline

◆ clear_uninterpreted_option()

void google::protobuf::MessageOptions::clear_uninterpreted_option ( )
inline

◆ CopyFrom() [1/2]

void google::protobuf::MessageOptions::CopyFrom ( const ::google::protobuf::Message from)

◆ CopyFrom() [2/2]

void google::protobuf::MessageOptions::CopyFrom ( const MessageOptions from)

◆ default_instance()

const MessageOptions & google::protobuf::MessageOptions::default_instance ( )
static

◆ deprecated()

bool google::protobuf::MessageOptions::deprecated ( ) const
inline

◆ descriptor()

const ::google::protobuf::Descriptor * google::protobuf::MessageOptions::descriptor ( )
static

◆ GetCachedSize()

int google::protobuf::MessageOptions::GetCachedSize ( ) const
inlinevirtual

◆ GetMetadata()

google::protobuf::Metadata google::protobuf::MessageOptions::GetMetadata ( ) const
virtual

◆ has_deprecated()

bool google::protobuf::MessageOptions::has_deprecated ( ) const
inline

◆ has_map_entry()

bool google::protobuf::MessageOptions::has_map_entry ( ) const
inline

◆ has_message_set_wire_format()

bool google::protobuf::MessageOptions::has_message_set_wire_format ( ) const
inline

◆ has_no_standard_descriptor_accessor()

bool google::protobuf::MessageOptions::has_no_standard_descriptor_accessor ( ) const
inline

◆ IsInitialized()

bool google::protobuf::MessageOptions::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ map_entry()

bool google::protobuf::MessageOptions::map_entry ( ) const
inline

◆ MergeFrom() [1/2]

void google::protobuf::MessageOptions::MergeFrom ( const ::google::protobuf::Message from)

◆ MergeFrom() [2/2]

void google::protobuf::MessageOptions::MergeFrom ( const MessageOptions from)

◆ MergePartialFromCodedStream()

bool google::protobuf::MessageOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)

◆ message_set_wire_format()

bool google::protobuf::MessageOptions::message_set_wire_format ( ) const
inline

◆ mutable_uninterpreted_option() [1/2]

google::protobuf::UninterpretedOption * google::protobuf::MessageOptions::mutable_uninterpreted_option ( int  index)
inline

◆ mutable_uninterpreted_option() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > * google::protobuf::MessageOptions::mutable_uninterpreted_option ( )
inline

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* google::protobuf::MessageOptions::mutable_unknown_fields ( )
inline

◆ New() [1/2]

MessageOptions* google::protobuf::MessageOptions::New ( ) const
inlinevirtual

◆ New() [2/2]

MessageOptions * google::protobuf::MessageOptions::New ( ::google::protobuf::Arena arena) const
virtual

Reimplemented from google::protobuf::Message.

◆ no_standard_descriptor_accessor()

bool google::protobuf::MessageOptions::no_standard_descriptor_accessor ( ) const
inline

◆ operator=()

MessageOptions& google::protobuf::MessageOptions::operator= ( const MessageOptions from)
inline

◆ SerializeWithCachedSizes()

void google::protobuf::MessageOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const

◆ SerializeWithCachedSizesToArray()

google::protobuf::uint8 * google::protobuf::MessageOptions::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const

◆ set_deprecated()

void google::protobuf::MessageOptions::set_deprecated ( bool  value)
inline

◆ set_map_entry()

void google::protobuf::MessageOptions::set_map_entry ( bool  value)
inline

◆ set_message_set_wire_format()

void google::protobuf::MessageOptions::set_message_set_wire_format ( bool  value)
inline

◆ set_no_standard_descriptor_accessor()

void google::protobuf::MessageOptions::set_no_standard_descriptor_accessor ( bool  value)
inline

◆ Swap()

void google::protobuf::MessageOptions::Swap ( MessageOptions other)

◆ uninterpreted_option() [1/2]

const ::google::protobuf::UninterpretedOption & google::protobuf::MessageOptions::uninterpreted_option ( int  index) const
inline

◆ uninterpreted_option() [2/2]

const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > & google::protobuf::MessageOptions::uninterpreted_option ( ) const
inline

◆ uninterpreted_option_size()

int google::protobuf::MessageOptions::uninterpreted_option_size ( ) const
inline

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& google::protobuf::MessageOptions::unknown_fields ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

◆ protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto

void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

◆ protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto

void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

Member Data Documentation

◆ kDeprecatedFieldNumber

const int google::protobuf::MessageOptions::kDeprecatedFieldNumber = 3
static

◆ kMapEntryFieldNumber

const int google::protobuf::MessageOptions::kMapEntryFieldNumber = 7
static

◆ kMessageSetWireFormatFieldNumber

const int google::protobuf::MessageOptions::kMessageSetWireFormatFieldNumber = 1
static

◆ kNoStandardDescriptorAccessorFieldNumber

const int google::protobuf::MessageOptions::kNoStandardDescriptorAccessorFieldNumber = 2
static

◆ kUninterpretedOptionFieldNumber

const int google::protobuf::MessageOptions::kUninterpretedOptionFieldNumber = 999
static

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