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

#include <descriptor.pb.h>

Public Member Functions

 MessageOptions ()
 
virtual ~MessageOptions ()
 
 MessageOptions (const MessageOptions &from)
 
MessageOptionsoperator= (const MessageOptions &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MessageOptions *other)
 
MessageOptionsNew () 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)
 
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 MessageOptionsdefault_instance ()
 

Static Public Attributes

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

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_message_set_wire_format ()
 
void clear_has_message_set_wire_format ()
 
void set_has_no_standard_descriptor_accessor ()
 
void clear_has_no_standard_descriptor_accessor ()
 
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 message_set_wire_format_
 
bool no_standard_descriptor_accessor_
 
bool deprecated_
 

Static Private Attributes

static MessageOptionsdefault_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::MessageOptions::MessageOptions ( )
virtual google::protobuf::MessageOptions::~MessageOptions ( )
virtual
google::protobuf::MessageOptions::MessageOptions ( const MessageOptions from)

Member Function Documentation

google::protobuf::UninterpretedOption * google::protobuf::MessageOptions::add_uninterpreted_option ( )
inline
5534  {
5535  // @@protoc_insertion_point(field_add:google.protobuf.MessageOptions.uninterpreted_option)
5536  return uninterpreted_option_.Add();
5537 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1839
int google::protobuf::MessageOptions::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void google::protobuf::MessageOptions::clear_deprecated ( )
inline
5505  {
5506  deprecated_ = false;
5508 }
bool deprecated_
Definition: descriptor.pb.h:1842
void clear_has_deprecated()
Definition: descriptor.pb.h:5502
void google::protobuf::MessageOptions::clear_has_deprecated ( )
inlineprivate
5502  {
5503  _has_bits_[0] &= ~0x00000004u;
5504 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
void google::protobuf::MessageOptions::clear_has_message_set_wire_format ( )
inlineprivate
5454  {
5455  _has_bits_[0] &= ~0x00000001u;
5456 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
void google::protobuf::MessageOptions::clear_has_no_standard_descriptor_accessor ( )
inlineprivate
5478  {
5479  _has_bits_[0] &= ~0x00000002u;
5480 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
void google::protobuf::MessageOptions::clear_message_set_wire_format ( )
inline
5457  {
5458  message_set_wire_format_ = false;
5460 }
void clear_has_message_set_wire_format()
Definition: descriptor.pb.h:5454
bool message_set_wire_format_
Definition: descriptor.pb.h:1840
void google::protobuf::MessageOptions::clear_no_standard_descriptor_accessor ( )
inline
5481  {
5484 }
bool no_standard_descriptor_accessor_
Definition: descriptor.pb.h:1841
void clear_has_no_standard_descriptor_accessor()
Definition: descriptor.pb.h:5478
void google::protobuf::MessageOptions::clear_uninterpreted_option ( )
inline
5523  {
5524  uninterpreted_option_.Clear();
5525 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1839
void google::protobuf::MessageOptions::CopyFrom ( const ::google::protobuf::Message from)
void google::protobuf::MessageOptions::CopyFrom ( const MessageOptions from)
static const MessageOptions& google::protobuf::MessageOptions::default_instance ( )
static
bool google::protobuf::MessageOptions::deprecated ( ) const
inline
5509  {
5510  // @@protoc_insertion_point(field_get:google.protobuf.MessageOptions.deprecated)
5511  return deprecated_;
5512 }
bool deprecated_
Definition: descriptor.pb.h:1842
static const ::google::protobuf::Descriptor* google::protobuf::MessageOptions::descriptor ( )
static
int google::protobuf::MessageOptions::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1778 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:1838
::google::protobuf::Metadata google::protobuf::MessageOptions::GetMetadata ( ) const
virtual
bool google::protobuf::MessageOptions::has_deprecated ( ) const
inline
5496  {
5497  return (_has_bits_[0] & 0x00000004u) != 0;
5498 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
bool google::protobuf::MessageOptions::has_message_set_wire_format ( ) const
inline
5448  {
5449  return (_has_bits_[0] & 0x00000001u) != 0;
5450 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
bool google::protobuf::MessageOptions::has_no_standard_descriptor_accessor ( ) const
inline
5472  {
5473  return (_has_bits_[0] & 0x00000002u) != 0;
5474 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
void google::protobuf::MessageOptions::InitAsDefaultInstance ( )
private
bool google::protobuf::MessageOptions::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::MessageOptions::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::MessageOptions::MergeFrom ( const MessageOptions from)
bool google::protobuf::MessageOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bool google::protobuf::MessageOptions::message_set_wire_format ( ) const
inline
5461  {
5462  // @@protoc_insertion_point(field_get:google.protobuf.MessageOptions.message_set_wire_format)
5463  return message_set_wire_format_;
5464 }
bool message_set_wire_format_
Definition: descriptor.pb.h:1840
google::protobuf::UninterpretedOption * google::protobuf::MessageOptions::mutable_uninterpreted_option ( int  index)
inline
5530  {
5531  // @@protoc_insertion_point(field_mutable:google.protobuf.MessageOptions.uninterpreted_option)
5532  return uninterpreted_option_.Mutable(index);
5533 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1839
google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > * google::protobuf::MessageOptions::mutable_uninterpreted_option ( )
inline
5544  {
5545  // @@protoc_insertion_point(field_mutable_list:google.protobuf.MessageOptions.uninterpreted_option)
5546  return &uninterpreted_option_;
5547 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1839
inline ::google::protobuf::UnknownFieldSet* google::protobuf::MessageOptions::mutable_unknown_fields ( )
inline
1753  {
1754  return &_unknown_fields_;
1755  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:1835
MessageOptions* google::protobuf::MessageOptions::New ( ) const
virtual
bool google::protobuf::MessageOptions::no_standard_descriptor_accessor ( ) const
inline
5485  {
5486  // @@protoc_insertion_point(field_get:google.protobuf.MessageOptions.no_standard_descriptor_accessor)
5488 }
bool no_standard_descriptor_accessor_
Definition: descriptor.pb.h:1841
MessageOptions& google::protobuf::MessageOptions::operator= ( const MessageOptions from)
inline
1744  {
1745  CopyFrom(from);
1746  return *this;
1747  }
void CopyFrom(const ::google::protobuf::Message &from)
void google::protobuf::MessageOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::MessageOptions::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::MessageOptions::set_deprecated ( bool  value)
inline
5513  {
5515  deprecated_ = value;
5516  // @@protoc_insertion_point(field_set:google.protobuf.MessageOptions.deprecated)
5517 }
bool deprecated_
Definition: descriptor.pb.h:1842
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_deprecated()
Definition: descriptor.pb.h:5499
void google::protobuf::MessageOptions::set_has_deprecated ( )
inlineprivate
5499  {
5500  _has_bits_[0] |= 0x00000004u;
5501 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
void google::protobuf::MessageOptions::set_has_message_set_wire_format ( )
inlineprivate
5451  {
5452  _has_bits_[0] |= 0x00000001u;
5453 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
void google::protobuf::MessageOptions::set_has_no_standard_descriptor_accessor ( )
inlineprivate
5475  {
5476  _has_bits_[0] |= 0x00000002u;
5477 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1837
void google::protobuf::MessageOptions::set_message_set_wire_format ( bool  value)
inline
5465  {
5468  // @@protoc_insertion_point(field_set:google.protobuf.MessageOptions.message_set_wire_format)
5469 }
bool message_set_wire_format_
Definition: descriptor.pb.h:1840
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_message_set_wire_format()
Definition: descriptor.pb.h:5451
void google::protobuf::MessageOptions::set_no_standard_descriptor_accessor ( bool  value)
inline
5489  {
5492  // @@protoc_insertion_point(field_set:google.protobuf.MessageOptions.no_standard_descriptor_accessor)
5493 }
bool no_standard_descriptor_accessor_
Definition: descriptor.pb.h:1841
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_no_standard_descriptor_accessor()
Definition: descriptor.pb.h:5475
void google::protobuf::MessageOptions::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::MessageOptions::SharedCtor ( )
private
void google::protobuf::MessageOptions::SharedDtor ( )
private
void google::protobuf::MessageOptions::Swap ( MessageOptions other)
const ::google::protobuf::UninterpretedOption & google::protobuf::MessageOptions::uninterpreted_option ( int  index) const
inline
5526  {
5527  // @@protoc_insertion_point(field_get:google.protobuf.MessageOptions.uninterpreted_option)
5528  return uninterpreted_option_.Get(index);
5529 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1839
const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > & google::protobuf::MessageOptions::uninterpreted_option ( ) const
inline
5539  {
5540  // @@protoc_insertion_point(field_list:google.protobuf.MessageOptions.uninterpreted_option)
5541  return uninterpreted_option_;
5542 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1839
int google::protobuf::MessageOptions::uninterpreted_option_size ( ) const
inline
5520  {
5521  return uninterpreted_option_.size();
5522 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1839
const ::google::protobuf::UnknownFieldSet& google::protobuf::MessageOptions::unknown_fields ( ) const
inline
1749  {
1750  return _unknown_fields_;
1751  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:1835

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::MessageOptions::_cached_size_
mutableprivate
::google::protobuf::internal::ExtensionSet google::protobuf::MessageOptions::_extensions_
private
::google::protobuf::uint32 google::protobuf::MessageOptions::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet google::protobuf::MessageOptions::_unknown_fields_
private
MessageOptions* google::protobuf::MessageOptions::default_instance_
staticprivate
bool google::protobuf::MessageOptions::deprecated_
private
const int google::protobuf::MessageOptions::kDeprecatedFieldNumber = 3
static
const int google::protobuf::MessageOptions::kMessageSetWireFormatFieldNumber = 1
static
const int google::protobuf::MessageOptions::kNoStandardDescriptorAccessorFieldNumber = 2
static
const int google::protobuf::MessageOptions::kUninterpretedOptionFieldNumber = 999
static
bool google::protobuf::MessageOptions::message_set_wire_format_
private
bool google::protobuf::MessageOptions::no_standard_descriptor_accessor_
private
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > google::protobuf::MessageOptions::uninterpreted_option_
private

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