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

#include <descriptor.pb.h>

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

Public Types

typedef FieldOptions_CType CType
 
typedef FieldOptions_JSType JSType
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 FieldOptions ()
 
virtual ~FieldOptions ()
 
 FieldOptions (const FieldOptions &from)
 
FieldOptionsoperator= (const FieldOptions &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (FieldOptions *other)
 
FieldOptionsNew () const
 
FieldOptionsNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const FieldOptions &from)
 
void MergeFrom (const FieldOptions &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_ctype () const
 
void clear_ctype ()
 
::google::protobuf::FieldOptions_CType ctype () const
 
void set_ctype (::google::protobuf::FieldOptions_CType value)
 
bool has_packed () const
 
void clear_packed ()
 
bool packed () const
 
void set_packed (bool value)
 
bool has_jstype () const
 
void clear_jstype ()
 
::google::protobuf::FieldOptions_JSType jstype () const
 
void set_jstype (::google::protobuf::FieldOptions_JSType value)
 
bool has_lazy () const
 
void clear_lazy ()
 
bool lazy () const
 
void set_lazy (bool value)
 
bool has_deprecated () const
 
void clear_deprecated ()
 
bool deprecated () const
 
void set_deprecated (bool value)
 
bool has_weak () const
 
void clear_weak ()
 
bool weak () const
 
void set_weak (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 FieldOptionsdefault_instance ()
 
static bool CType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptorCType_descriptor ()
 
static const ::std::stringCType_Name (CType value)
 
static bool CType_Parse (const ::std::string &name, CType *value)
 
static bool JSType_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptorJSType_descriptor ()
 
static const ::std::stringJSType_Name (JSType value)
 
static bool JSType_Parse (const ::std::string &name, JSType *value)
 

Static Public Attributes

static const CType STRING
 
static const CType CORD
 
static const CType STRING_PIECE
 
static const CType CType_MIN
 
static const CType CType_MAX
 
static const int CType_ARRAYSIZE
 
static const JSType JS_NORMAL
 
static const JSType JS_STRING
 
static const JSType JS_NUMBER
 
static const JSType JSType_MIN
 
static const JSType JSType_MAX
 
static const int JSType_ARRAYSIZE
 
static const int kCtypeFieldNumber = 1
 
static const int kPackedFieldNumber = 2
 
static const int kJstypeFieldNumber = 6
 
static const int kLazyFieldNumber = 5
 
static const int kDeprecatedFieldNumber = 3
 
static const int kWeakFieldNumber = 10
 
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

Member Typedef Documentation

◆ CType

◆ JSType

Constructor & Destructor Documentation

◆ FieldOptions() [1/2]

google::protobuf::FieldOptions::FieldOptions ( )

◆ ~FieldOptions()

google::protobuf::FieldOptions::~FieldOptions ( )
virtual

◆ FieldOptions() [2/2]

google::protobuf::FieldOptions::FieldOptions ( const FieldOptions from)

Member Function Documentation

◆ add_uninterpreted_option()

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

◆ ByteSize()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_ctype()

void google::protobuf::FieldOptions::clear_ctype ( )
inline

◆ clear_deprecated()

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

◆ clear_jstype()

void google::protobuf::FieldOptions::clear_jstype ( )
inline

◆ clear_lazy()

void google::protobuf::FieldOptions::clear_lazy ( )
inline

◆ clear_packed()

void google::protobuf::FieldOptions::clear_packed ( )
inline

◆ clear_uninterpreted_option()

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

◆ clear_weak()

void google::protobuf::FieldOptions::clear_weak ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ ctype()

google::protobuf::FieldOptions_CType google::protobuf::FieldOptions::ctype ( ) const
inline

◆ CType_descriptor()

static const ::google::protobuf::EnumDescriptor* google::protobuf::FieldOptions::CType_descriptor ( )
inlinestatic

◆ CType_IsValid()

static bool google::protobuf::FieldOptions::CType_IsValid ( int  value)
inlinestatic

◆ CType_Name()

static const ::std::string& google::protobuf::FieldOptions::CType_Name ( CType  value)
inlinestatic

◆ CType_Parse()

static bool google::protobuf::FieldOptions::CType_Parse ( const ::std::string name,
CType value 
)
inlinestatic

◆ default_instance()

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

◆ deprecated()

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

◆ descriptor()

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

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ has_ctype()

bool google::protobuf::FieldOptions::has_ctype ( ) const
inline

◆ has_deprecated()

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

◆ has_jstype()

bool google::protobuf::FieldOptions::has_jstype ( ) const
inline

◆ has_lazy()

bool google::protobuf::FieldOptions::has_lazy ( ) const
inline

◆ has_packed()

bool google::protobuf::FieldOptions::has_packed ( ) const
inline

◆ has_weak()

bool google::protobuf::FieldOptions::has_weak ( ) const
inline

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ jstype()

google::protobuf::FieldOptions_JSType google::protobuf::FieldOptions::jstype ( ) const
inline

◆ JSType_descriptor()

static const ::google::protobuf::EnumDescriptor* google::protobuf::FieldOptions::JSType_descriptor ( )
inlinestatic

◆ JSType_IsValid()

static bool google::protobuf::FieldOptions::JSType_IsValid ( int  value)
inlinestatic

◆ JSType_Name()

static const ::std::string& google::protobuf::FieldOptions::JSType_Name ( JSType  value)
inlinestatic

◆ JSType_Parse()

static bool google::protobuf::FieldOptions::JSType_Parse ( const ::std::string name,
JSType value 
)
inlinestatic

◆ lazy()

bool google::protobuf::FieldOptions::lazy ( ) const
inline

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_uninterpreted_option() [1/2]

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

◆ mutable_uninterpreted_option() [2/2]

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

◆ mutable_unknown_fields()

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

◆ New() [1/2]

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

◆ operator=()

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

◆ packed()

bool google::protobuf::FieldOptions::packed ( ) const
inline

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_ctype()

void google::protobuf::FieldOptions::set_ctype ( ::google::protobuf::FieldOptions_CType  value)
inline

◆ set_deprecated()

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

◆ set_jstype()

void google::protobuf::FieldOptions::set_jstype ( ::google::protobuf::FieldOptions_JSType  value)
inline

◆ set_lazy()

void google::protobuf::FieldOptions::set_lazy ( bool  value)
inline

◆ set_packed()

void google::protobuf::FieldOptions::set_packed ( bool  value)
inline

◆ set_weak()

void google::protobuf::FieldOptions::set_weak ( bool  value)
inline

◆ Swap()

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

◆ uninterpreted_option() [1/2]

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

◆ uninterpreted_option() [2/2]

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

◆ uninterpreted_option_size()

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

◆ unknown_fields()

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

◆ weak()

bool google::protobuf::FieldOptions::weak ( ) 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

◆ CORD

const FieldOptions_CType google::protobuf::FieldOptions::CORD
static
Initial value:

◆ CType_ARRAYSIZE

const int google::protobuf::FieldOptions::CType_ARRAYSIZE
static

◆ CType_MAX

const FieldOptions_CType google::protobuf::FieldOptions::CType_MAX
static

◆ CType_MIN

const FieldOptions_CType google::protobuf::FieldOptions::CType_MIN
static

◆ JS_NORMAL

const FieldOptions_JSType google::protobuf::FieldOptions::JS_NORMAL
static

◆ JS_NUMBER

const FieldOptions_JSType google::protobuf::FieldOptions::JS_NUMBER
static

◆ JS_STRING

const FieldOptions_JSType google::protobuf::FieldOptions::JS_STRING
static

◆ JSType_ARRAYSIZE

const int google::protobuf::FieldOptions::JSType_ARRAYSIZE
static

◆ JSType_MAX

const FieldOptions_JSType google::protobuf::FieldOptions::JSType_MAX
static

◆ JSType_MIN

const FieldOptions_JSType google::protobuf::FieldOptions::JSType_MIN
static

◆ kCtypeFieldNumber

const int google::protobuf::FieldOptions::kCtypeFieldNumber = 1
static

◆ kDeprecatedFieldNumber

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

◆ kJstypeFieldNumber

const int google::protobuf::FieldOptions::kJstypeFieldNumber = 6
static

◆ kLazyFieldNumber

const int google::protobuf::FieldOptions::kLazyFieldNumber = 5
static

◆ kPackedFieldNumber

const int google::protobuf::FieldOptions::kPackedFieldNumber = 2
static

◆ kUninterpretedOptionFieldNumber

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

◆ kWeakFieldNumber

const int google::protobuf::FieldOptions::kWeakFieldNumber = 10
static

◆ STRING

const FieldOptions_CType google::protobuf::FieldOptions::STRING
static
Initial value:

◆ STRING_PIECE

const FieldOptions_CType google::protobuf::FieldOptions::STRING_PIECE
static

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