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::UninterpretedOption Class Reference

#include <descriptor.pb.h>

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

Public Types

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

Public Member Functions

 UninterpretedOption ()
 
virtual ~UninterpretedOption ()
 
 UninterpretedOption (const UninterpretedOption &from)
 
UninterpretedOptionoperator= (const UninterpretedOption &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (UninterpretedOption *other)
 
UninterpretedOptionNew () const
 
UninterpretedOptionNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const UninterpretedOption &from)
 
void MergeFrom (const UninterpretedOption &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
 
int name_size () const
 
void clear_name ()
 
const ::google::protobuf::UninterpretedOption_NamePartname (int index) const
 
::google::protobuf::UninterpretedOption_NamePartmutable_name (int index)
 
::google::protobuf::UninterpretedOption_NamePartadd_name ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > * mutable_name ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > & name () const
 
bool has_identifier_value () const
 
void clear_identifier_value ()
 
const ::std::stringidentifier_value () const
 
void set_identifier_value (const ::std::string &value)
 
void set_identifier_value (const char *value)
 
void set_identifier_value (const char *value, size_t size)
 
::std::stringmutable_identifier_value ()
 
::std::stringrelease_identifier_value ()
 
void set_allocated_identifier_value (::std::string *identifier_value)
 
bool has_positive_int_value () const
 
void clear_positive_int_value ()
 
::google::protobuf::uint64 positive_int_value () const
 
void set_positive_int_value (::google::protobuf::uint64 value)
 
bool has_negative_int_value () const
 
void clear_negative_int_value ()
 
::google::protobuf::int64 negative_int_value () const
 
void set_negative_int_value (::google::protobuf::int64 value)
 
bool has_double_value () const
 
void clear_double_value ()
 
double double_value () const
 
void set_double_value (double value)
 
bool has_string_value () const
 
void clear_string_value ()
 
const ::std::stringstring_value () const
 
void set_string_value (const ::std::string &value)
 
void set_string_value (const char *value)
 
void set_string_value (const void *value, size_t size)
 
::std::stringmutable_string_value ()
 
::std::stringrelease_string_value ()
 
void set_allocated_string_value (::std::string *string_value)
 
bool has_aggregate_value () const
 
void clear_aggregate_value ()
 
const ::std::stringaggregate_value () const
 
void set_aggregate_value (const ::std::string &value)
 
void set_aggregate_value (const char *value)
 
void set_aggregate_value (const char *value, size_t size)
 
::std::stringmutable_aggregate_value ()
 
::std::stringrelease_aggregate_value ()
 
void set_allocated_aggregate_value (::std::string *aggregate_value)
 
- 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 UninterpretedOptiondefault_instance ()
 

Static Public Attributes

static const int kNameFieldNumber = 2
 
static const int kIdentifierValueFieldNumber = 3
 
static const int kPositiveIntValueFieldNumber = 4
 
static const int kNegativeIntValueFieldNumber = 5
 
static const int kDoubleValueFieldNumber = 6
 
static const int kStringValueFieldNumber = 7
 
static const int kAggregateValueFieldNumber = 8
 

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

Member Typedef Documentation

◆ NamePart

Constructor & Destructor Documentation

◆ UninterpretedOption() [1/2]

google::protobuf::UninterpretedOption::UninterpretedOption ( )

◆ ~UninterpretedOption()

google::protobuf::UninterpretedOption::~UninterpretedOption ( )
virtual

◆ UninterpretedOption() [2/2]

google::protobuf::UninterpretedOption::UninterpretedOption ( const UninterpretedOption from)

Member Function Documentation

◆ add_name()

google::protobuf::UninterpretedOption_NamePart * google::protobuf::UninterpretedOption::add_name ( )
inline

◆ aggregate_value()

const ::std::string & google::protobuf::UninterpretedOption::aggregate_value ( ) const
inline

◆ ByteSize()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_aggregate_value()

void google::protobuf::UninterpretedOption::clear_aggregate_value ( )
inline

◆ clear_double_value()

void google::protobuf::UninterpretedOption::clear_double_value ( )
inline

◆ clear_identifier_value()

void google::protobuf::UninterpretedOption::clear_identifier_value ( )
inline

◆ clear_name()

void google::protobuf::UninterpretedOption::clear_name ( )
inline

◆ clear_negative_int_value()

void google::protobuf::UninterpretedOption::clear_negative_int_value ( )
inline

◆ clear_positive_int_value()

void google::protobuf::UninterpretedOption::clear_positive_int_value ( )
inline

◆ clear_string_value()

void google::protobuf::UninterpretedOption::clear_string_value ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ double_value()

double google::protobuf::UninterpretedOption::double_value ( ) const
inline

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ has_aggregate_value()

bool google::protobuf::UninterpretedOption::has_aggregate_value ( ) const
inline

◆ has_double_value()

bool google::protobuf::UninterpretedOption::has_double_value ( ) const
inline

◆ has_identifier_value()

bool google::protobuf::UninterpretedOption::has_identifier_value ( ) const
inline

◆ has_negative_int_value()

bool google::protobuf::UninterpretedOption::has_negative_int_value ( ) const
inline

◆ has_positive_int_value()

bool google::protobuf::UninterpretedOption::has_positive_int_value ( ) const
inline

◆ has_string_value()

bool google::protobuf::UninterpretedOption::has_string_value ( ) const
inline

◆ identifier_value()

const ::std::string & google::protobuf::UninterpretedOption::identifier_value ( ) const
inline

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_aggregate_value()

std::string * google::protobuf::UninterpretedOption::mutable_aggregate_value ( )
inline

◆ mutable_identifier_value()

std::string * google::protobuf::UninterpretedOption::mutable_identifier_value ( )
inline

◆ mutable_name() [1/2]

google::protobuf::UninterpretedOption_NamePart * google::protobuf::UninterpretedOption::mutable_name ( int  index)
inline

◆ mutable_name() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption_NamePart > * google::protobuf::UninterpretedOption::mutable_name ( )
inline

◆ mutable_string_value()

std::string * google::protobuf::UninterpretedOption::mutable_string_value ( )
inline

◆ mutable_unknown_fields()

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

◆ name() [1/2]

const ::google::protobuf::UninterpretedOption_NamePart & google::protobuf::UninterpretedOption::name ( int  index) const
inline

◆ name() [2/2]

const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption_NamePart > & google::protobuf::UninterpretedOption::name ( ) const
inline

◆ name_size()

int google::protobuf::UninterpretedOption::name_size ( ) const
inline

◆ negative_int_value()

google::protobuf::int64 google::protobuf::UninterpretedOption::negative_int_value ( ) const
inline

◆ New() [1/2]

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

◆ operator=()

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

◆ positive_int_value()

google::protobuf::uint64 google::protobuf::UninterpretedOption::positive_int_value ( ) const
inline

◆ release_aggregate_value()

std::string * google::protobuf::UninterpretedOption::release_aggregate_value ( )
inline

◆ release_identifier_value()

std::string * google::protobuf::UninterpretedOption::release_identifier_value ( )
inline

◆ release_string_value()

std::string * google::protobuf::UninterpretedOption::release_string_value ( )
inline

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_aggregate_value() [1/3]

void google::protobuf::UninterpretedOption::set_aggregate_value ( const ::std::string value)
inline

◆ set_aggregate_value() [2/3]

void google::protobuf::UninterpretedOption::set_aggregate_value ( const char *  value)
inline

◆ set_aggregate_value() [3/3]

void google::protobuf::UninterpretedOption::set_aggregate_value ( const char *  value,
size_t  size 
)
inline

◆ set_allocated_aggregate_value()

void google::protobuf::UninterpretedOption::set_allocated_aggregate_value ( ::std::string aggregate_value)
inline

◆ set_allocated_identifier_value()

void google::protobuf::UninterpretedOption::set_allocated_identifier_value ( ::std::string identifier_value)
inline

◆ set_allocated_string_value()

void google::protobuf::UninterpretedOption::set_allocated_string_value ( ::std::string string_value)
inline

◆ set_double_value()

void google::protobuf::UninterpretedOption::set_double_value ( double  value)
inline

◆ set_identifier_value() [1/3]

void google::protobuf::UninterpretedOption::set_identifier_value ( const ::std::string value)
inline

◆ set_identifier_value() [2/3]

void google::protobuf::UninterpretedOption::set_identifier_value ( const char *  value)
inline

◆ set_identifier_value() [3/3]

void google::protobuf::UninterpretedOption::set_identifier_value ( const char *  value,
size_t  size 
)
inline

◆ set_negative_int_value()

void google::protobuf::UninterpretedOption::set_negative_int_value ( ::google::protobuf::int64  value)
inline

◆ set_positive_int_value()

void google::protobuf::UninterpretedOption::set_positive_int_value ( ::google::protobuf::uint64  value)
inline

◆ set_string_value() [1/3]

void google::protobuf::UninterpretedOption::set_string_value ( const ::std::string value)
inline

◆ set_string_value() [2/3]

void google::protobuf::UninterpretedOption::set_string_value ( const char *  value)
inline

◆ set_string_value() [3/3]

void google::protobuf::UninterpretedOption::set_string_value ( const void value,
size_t  size 
)
inline

◆ string_value()

const ::std::string & google::protobuf::UninterpretedOption::string_value ( ) const
inline

◆ Swap()

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

◆ unknown_fields()

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

◆ kAggregateValueFieldNumber

const int google::protobuf::UninterpretedOption::kAggregateValueFieldNumber = 8
static

◆ kDoubleValueFieldNumber

const int google::protobuf::UninterpretedOption::kDoubleValueFieldNumber = 6
static

◆ kIdentifierValueFieldNumber

const int google::protobuf::UninterpretedOption::kIdentifierValueFieldNumber = 3
static

◆ kNameFieldNumber

const int google::protobuf::UninterpretedOption::kNameFieldNumber = 2
static

◆ kNegativeIntValueFieldNumber

const int google::protobuf::UninterpretedOption::kNegativeIntValueFieldNumber = 5
static

◆ kPositiveIntValueFieldNumber

const int google::protobuf::UninterpretedOption::kPositiveIntValueFieldNumber = 4
static

◆ kStringValueFieldNumber

const int google::protobuf::UninterpretedOption::kStringValueFieldNumber = 7
static

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