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

#include <descriptor.pb.h>

Public Member Functions

 MethodOptions ()
 
virtual ~MethodOptions ()
 
 MethodOptions (const MethodOptions &from)
 
MethodOptionsoperator= (const MethodOptions &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MethodOptions *other)
 
MethodOptionsNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const MethodOptions &from)
 
void MergeFrom (const MethodOptions &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 MethodOptionsdefault_instance ()
 

Static Public Attributes

static const int kDeprecatedFieldNumber = 33
 
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 MethodOptionsdefault_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::MethodOptions::MethodOptions ( )
virtual google::protobuf::MethodOptions::~MethodOptions ( )
virtual
google::protobuf::MethodOptions::MethodOptions ( const MethodOptions from)

Member Function Documentation

google::protobuf::UninterpretedOption * google::protobuf::MethodOptions::add_uninterpreted_option ( )
inline
6021  {
6022  // @@protoc_insertion_point(field_add:google.protobuf.MethodOptions.uninterpreted_option)
6023  return uninterpreted_option_.Add();
6024 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2406
int google::protobuf::MethodOptions::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void google::protobuf::MethodOptions::clear_deprecated ( )
inline
5992  {
5993  deprecated_ = false;
5995 }
bool deprecated_
Definition: descriptor.pb.h:2407
void clear_has_deprecated()
Definition: descriptor.pb.h:5989
void google::protobuf::MethodOptions::clear_has_deprecated ( )
inlineprivate
5989  {
5990  _has_bits_[0] &= ~0x00000001u;
5991 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2404
void google::protobuf::MethodOptions::clear_uninterpreted_option ( )
inline
6010  {
6011  uninterpreted_option_.Clear();
6012 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2406
void google::protobuf::MethodOptions::CopyFrom ( const ::google::protobuf::Message from)
void google::protobuf::MethodOptions::CopyFrom ( const MethodOptions from)
static const MethodOptions& google::protobuf::MethodOptions::default_instance ( )
static
bool google::protobuf::MethodOptions::deprecated ( ) const
inline
5996  {
5997  // @@protoc_insertion_point(field_get:google.protobuf.MethodOptions.deprecated)
5998  return deprecated_;
5999 }
bool deprecated_
Definition: descriptor.pb.h:2407
static const ::google::protobuf::Descriptor* google::protobuf::MethodOptions::descriptor ( )
static
int google::protobuf::MethodOptions::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

2363 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:2405
::google::protobuf::Metadata google::protobuf::MethodOptions::GetMetadata ( ) const
virtual
bool google::protobuf::MethodOptions::has_deprecated ( ) const
inline
5983  {
5984  return (_has_bits_[0] & 0x00000001u) != 0;
5985 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2404
void google::protobuf::MethodOptions::InitAsDefaultInstance ( )
private
bool google::protobuf::MethodOptions::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::MethodOptions::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::MethodOptions::MergeFrom ( const MethodOptions from)
bool google::protobuf::MethodOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
google::protobuf::UninterpretedOption * google::protobuf::MethodOptions::mutable_uninterpreted_option ( int  index)
inline
6017  {
6018  // @@protoc_insertion_point(field_mutable:google.protobuf.MethodOptions.uninterpreted_option)
6019  return uninterpreted_option_.Mutable(index);
6020 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2406
google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > * google::protobuf::MethodOptions::mutable_uninterpreted_option ( )
inline
6031  {
6032  // @@protoc_insertion_point(field_mutable_list:google.protobuf.MethodOptions.uninterpreted_option)
6033  return &uninterpreted_option_;
6034 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2406
inline ::google::protobuf::UnknownFieldSet* google::protobuf::MethodOptions::mutable_unknown_fields ( )
inline
2338  {
2339  return &_unknown_fields_;
2340  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2402
MethodOptions* google::protobuf::MethodOptions::New ( ) const
virtual
MethodOptions& google::protobuf::MethodOptions::operator= ( const MethodOptions from)
inline
2329  {
2330  CopyFrom(from);
2331  return *this;
2332  }
void CopyFrom(const ::google::protobuf::Message &from)
void google::protobuf::MethodOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::MethodOptions::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::MethodOptions::set_deprecated ( bool  value)
inline
6000  {
6002  deprecated_ = value;
6003  // @@protoc_insertion_point(field_set:google.protobuf.MethodOptions.deprecated)
6004 }
bool deprecated_
Definition: descriptor.pb.h:2407
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_deprecated()
Definition: descriptor.pb.h:5986
void google::protobuf::MethodOptions::set_has_deprecated ( )
inlineprivate
5986  {
5987  _has_bits_[0] |= 0x00000001u;
5988 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2404
void google::protobuf::MethodOptions::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::MethodOptions::SharedCtor ( )
private
void google::protobuf::MethodOptions::SharedDtor ( )
private
void google::protobuf::MethodOptions::Swap ( MethodOptions other)
const ::google::protobuf::UninterpretedOption & google::protobuf::MethodOptions::uninterpreted_option ( int  index) const
inline
6013  {
6014  // @@protoc_insertion_point(field_get:google.protobuf.MethodOptions.uninterpreted_option)
6015  return uninterpreted_option_.Get(index);
6016 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2406
const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > & google::protobuf::MethodOptions::uninterpreted_option ( ) const
inline
6026  {
6027  // @@protoc_insertion_point(field_list:google.protobuf.MethodOptions.uninterpreted_option)
6028  return uninterpreted_option_;
6029 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2406
int google::protobuf::MethodOptions::uninterpreted_option_size ( ) const
inline
6007  {
6008  return uninterpreted_option_.size();
6009 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2406
const ::google::protobuf::UnknownFieldSet& google::protobuf::MethodOptions::unknown_fields ( ) const
inline
2334  {
2335  return _unknown_fields_;
2336  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2402

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

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