TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::EnumValueOptions Class Reference

#include <descriptor.pb.h>

Public Member Functions

 EnumValueOptions ()
 
virtual ~EnumValueOptions ()
 
 EnumValueOptions (const EnumValueOptions &from)
 
EnumValueOptionsoperator= (const EnumValueOptions &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (EnumValueOptions *other)
 
EnumValueOptionsNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const EnumValueOptions &from)
 
void MergeFrom (const EnumValueOptions &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_deprecated () const
 
void clear_deprecated ()
 
bool deprecated () const
 
void set_deprecated (bool value)
 
int uninterpreted_option_size () const
 
void clear_uninterpreted_option ()
 
const
::google::protobuf::UninterpretedOption
uninterpreted_option (int index) const
 
inline::google::protobuf::UninterpretedOption * mutable_uninterpreted_option (int index)
 
inline::google::protobuf::UninterpretedOption * add_uninterpreted_option ()
 
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption > & 
uninterpreted_option () const
 
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption > * 
mutable_uninterpreted_option ()
 
- 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 (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 ()
 
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::Descriptor
descriptor ()
 
static const EnumValueOptionsdefault_instance ()
 

Static Public Attributes

static const int kDeprecatedFieldNumber = 1
 
static const int kUninterpretedOptionFieldNumber = 999
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_deprecated ()
 
void clear_has_deprecated ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::internal::ExtensionSet _extensions_
 
::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption
uninterpreted_option_
 
bool deprecated_
 

Static Private Attributes

static EnumValueOptionsdefault_instance_
 

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

google::protobuf::EnumValueOptions::EnumValueOptions ( )
virtual google::protobuf::EnumValueOptions::~EnumValueOptions ( )
virtual
google::protobuf::EnumValueOptions::EnumValueOptions ( const EnumValueOptions from)

Member Function Documentation

google::protobuf::UninterpretedOption * google::protobuf::EnumValueOptions::add_uninterpreted_option ( )
inline
5905  {
5906  // @@protoc_insertion_point(field_add:google.protobuf.EnumValueOptions.uninterpreted_option)
5907  return uninterpreted_option_.Add();
5908 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2216
int google::protobuf::EnumValueOptions::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void google::protobuf::EnumValueOptions::clear_deprecated ( )
inline
5876  {
5877  deprecated_ = false;
5879 }
void clear_has_deprecated()
Definition: descriptor.pb.h:5873
bool deprecated_
Definition: descriptor.pb.h:2217
void google::protobuf::EnumValueOptions::clear_has_deprecated ( )
inlineprivate
5873  {
5874  _has_bits_[0] &= ~0x00000001u;
5875 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2214
void google::protobuf::EnumValueOptions::clear_uninterpreted_option ( )
inline
5894  {
5895  uninterpreted_option_.Clear();
5896 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2216
void google::protobuf::EnumValueOptions::CopyFrom ( const ::google::protobuf::Message from)
void google::protobuf::EnumValueOptions::CopyFrom ( const EnumValueOptions from)
static const EnumValueOptions& google::protobuf::EnumValueOptions::default_instance ( )
static
bool google::protobuf::EnumValueOptions::deprecated ( ) const
inline
5880  {
5881  // @@protoc_insertion_point(field_get:google.protobuf.EnumValueOptions.deprecated)
5882  return deprecated_;
5883 }
bool deprecated_
Definition: descriptor.pb.h:2217
static const ::google::protobuf::Descriptor* google::protobuf::EnumValueOptions::descriptor ( )
static
int google::protobuf::EnumValueOptions::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

2173 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:2215
::google::protobuf::Metadata google::protobuf::EnumValueOptions::GetMetadata ( ) const
virtual
bool google::protobuf::EnumValueOptions::has_deprecated ( ) const
inline
5867  {
5868  return (_has_bits_[0] & 0x00000001u) != 0;
5869 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2214
void google::protobuf::EnumValueOptions::InitAsDefaultInstance ( )
private
bool google::protobuf::EnumValueOptions::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::EnumValueOptions::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::EnumValueOptions::MergeFrom ( const EnumValueOptions from)
bool google::protobuf::EnumValueOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
google::protobuf::UninterpretedOption * google::protobuf::EnumValueOptions::mutable_uninterpreted_option ( int  index)
inline
5901  {
5902  // @@protoc_insertion_point(field_mutable:google.protobuf.EnumValueOptions.uninterpreted_option)
5903  return uninterpreted_option_.Mutable(index);
5904 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2216
google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > * google::protobuf::EnumValueOptions::mutable_uninterpreted_option ( )
inline
5915  {
5916  // @@protoc_insertion_point(field_mutable_list:google.protobuf.EnumValueOptions.uninterpreted_option)
5917  return &uninterpreted_option_;
5918 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2216
inline ::google::protobuf::UnknownFieldSet* google::protobuf::EnumValueOptions::mutable_unknown_fields ( )
inline
2148  {
2149  return &_unknown_fields_;
2150  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2212
EnumValueOptions* google::protobuf::EnumValueOptions::New ( ) const
virtual
EnumValueOptions& google::protobuf::EnumValueOptions::operator= ( const EnumValueOptions from)
inline
2139  {
2140  CopyFrom(from);
2141  return *this;
2142  }
void CopyFrom(const ::google::protobuf::Message &from)
void google::protobuf::EnumValueOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::EnumValueOptions::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::EnumValueOptions::set_deprecated ( bool  value)
inline
5884  {
5886  deprecated_ = value;
5887  // @@protoc_insertion_point(field_set:google.protobuf.EnumValueOptions.deprecated)
5888 }
void set_has_deprecated()
Definition: descriptor.pb.h:5870
bool deprecated_
Definition: descriptor.pb.h:2217
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::EnumValueOptions::set_has_deprecated ( )
inlineprivate
5870  {
5871  _has_bits_[0] |= 0x00000001u;
5872 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2214
void google::protobuf::EnumValueOptions::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::EnumValueOptions::SharedCtor ( )
private
void google::protobuf::EnumValueOptions::SharedDtor ( )
private
void google::protobuf::EnumValueOptions::Swap ( EnumValueOptions other)
const ::google::protobuf::UninterpretedOption & google::protobuf::EnumValueOptions::uninterpreted_option ( int  index) const
inline
5897  {
5898  // @@protoc_insertion_point(field_get:google.protobuf.EnumValueOptions.uninterpreted_option)
5899  return uninterpreted_option_.Get(index);
5900 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2216
const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > & google::protobuf::EnumValueOptions::uninterpreted_option ( ) const
inline
5910  {
5911  // @@protoc_insertion_point(field_list:google.protobuf.EnumValueOptions.uninterpreted_option)
5912  return uninterpreted_option_;
5913 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2216
int google::protobuf::EnumValueOptions::uninterpreted_option_size ( ) const
inline
5891  {
5892  return uninterpreted_option_.size();
5893 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2216
const ::google::protobuf::UnknownFieldSet& google::protobuf::EnumValueOptions::unknown_fields ( ) const
inline
2144  {
2145  return _unknown_fields_;
2146  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2212

Friends And Related Function Documentation

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

Member Data Documentation

int google::protobuf::EnumValueOptions::_cached_size_
mutableprivate
::google::protobuf::internal::ExtensionSet google::protobuf::EnumValueOptions::_extensions_
private
::google::protobuf::uint32 google::protobuf::EnumValueOptions::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet google::protobuf::EnumValueOptions::_unknown_fields_
private
EnumValueOptions* google::protobuf::EnumValueOptions::default_instance_
staticprivate
bool google::protobuf::EnumValueOptions::deprecated_
private
const int google::protobuf::EnumValueOptions::kDeprecatedFieldNumber = 1
static
const int google::protobuf::EnumValueOptions::kUninterpretedOptionFieldNumber = 999
static
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > google::protobuf::EnumValueOptions::uninterpreted_option_
private

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