TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::ErrorInfo Class Reference

#include <rpc_types.pb.h>

Public Member Functions

 ErrorInfo ()
 
virtual ~ErrorInfo ()
 
 ErrorInfo (const ErrorInfo &from)
 
ErrorInfooperator= (const ErrorInfo &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ErrorInfo *other)
 
ErrorInfoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ErrorInfo &from)
 
void MergeFrom (const ErrorInfo &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_object_address () const
 
void clear_object_address ()
 
const
::bgs::protocol::ObjectAddress
object_address () const
 
inline::bgs::protocol::ObjectAddress * mutable_object_address ()
 
inline::bgs::protocol::ObjectAddress * release_object_address ()
 
void set_allocated_object_address (::bgs::protocol::ObjectAddress *object_address)
 
bool has_status () const
 
void clear_status ()
 
inline::google::protobuf::uint32 status () const
 
void set_status (::google::protobuf::uint32 value)
 
bool has_service_hash () const
 
void clear_service_hash ()
 
inline::google::protobuf::uint32 service_hash () const
 
void set_service_hash (::google::protobuf::uint32 value)
 
bool has_method_id () const
 
void clear_method_id ()
 
inline::google::protobuf::uint32 method_id () const
 
void set_method_id (::google::protobuf::uint32 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 (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 ErrorInfodefault_instance ()
 

Static Public Attributes

static const int kObjectAddressFieldNumber = 1
 
static const int kStatusFieldNumber = 2
 
static const int kServiceHashFieldNumber = 3
 
static const int kMethodIdFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_object_address ()
 
void clear_has_object_address ()
 
void set_has_status ()
 
void clear_has_status ()
 
void set_has_service_hash ()
 
void clear_has_service_hash ()
 
void set_has_method_id ()
 
void clear_has_method_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::ObjectAddressobject_address_
 
::google::protobuf::uint32 status_
 
::google::protobuf::uint32 service_hash_
 
::google::protobuf::uint32 method_id_
 

Static Private Attributes

static ErrorInfodefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_rpc_5ftypes_2eproto ()
 
void protobuf_AssignDesc_rpc_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_rpc_5ftypes_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::ErrorInfo::ErrorInfo ( )
virtual bgs::protocol::ErrorInfo::~ErrorInfo ( )
virtual
bgs::protocol::ErrorInfo::ErrorInfo ( const ErrorInfo from)

Member Function Documentation

int bgs::protocol::ErrorInfo::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::ErrorInfo::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::ErrorInfo::clear_has_method_id ( )
inlineprivate
1096  {
1097  _has_bits_[0] &= ~0x00000008u;
1098 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559

+ Here is the caller graph for this function:

void bgs::protocol::ErrorInfo::clear_has_object_address ( )
inlineprivate
1007  {
1008  _has_bits_[0] &= ~0x00000001u;
1009 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559

+ Here is the caller graph for this function:

void bgs::protocol::ErrorInfo::clear_has_service_hash ( )
inlineprivate
1072  {
1073  _has_bits_[0] &= ~0x00000004u;
1074 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559

+ Here is the caller graph for this function:

void bgs::protocol::ErrorInfo::clear_has_status ( )
inlineprivate
1048  {
1049  _has_bits_[0] &= ~0x00000002u;
1050 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559

+ Here is the caller graph for this function:

void bgs::protocol::ErrorInfo::clear_method_id ( )
inline
1099  {
1100  method_id_ = 0u;
1102 }
void clear_has_method_id()
Definition: rpc_types.pb.h:1096
::google::protobuf::uint32 method_id_
Definition: rpc_types.pb.h:564

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::clear_object_address ( )
inline
1010  {
1011  if (object_address_ != NULL) object_address_->::bgs::protocol::ObjectAddress::Clear();
1013 }
void clear_has_object_address()
Definition: rpc_types.pb.h:1007
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::ObjectAddress * object_address_
Definition: rpc_types.pb.h:561

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::clear_service_hash ( )
inline
1075  {
1076  service_hash_ = 0u;
1078 }
void clear_has_service_hash()
Definition: rpc_types.pb.h:1072
::google::protobuf::uint32 service_hash_
Definition: rpc_types.pb.h:563

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::clear_status ( )
inline
1051  {
1052  status_ = 0u;
1053  clear_has_status();
1054 }
::google::protobuf::uint32 status_
Definition: rpc_types.pb.h:562
void clear_has_status()
Definition: rpc_types.pb.h:1048

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::ErrorInfo::CopyFrom ( const ErrorInfo from)
static const ErrorInfo& bgs::protocol::ErrorInfo::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::ErrorInfo::descriptor ( )
static
int bgs::protocol::ErrorInfo::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

504 { return _cached_size_; }
int _cached_size_
Definition: rpc_types.pb.h:560
::google::protobuf::Metadata bgs::protocol::ErrorInfo::GetMetadata ( ) const
virtual
bool bgs::protocol::ErrorInfo::has_method_id ( ) const
inline
1090  {
1091  return (_has_bits_[0] & 0x00000008u) != 0;
1092 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559
bool bgs::protocol::ErrorInfo::has_object_address ( ) const
inline
1001  {
1002  return (_has_bits_[0] & 0x00000001u) != 0;
1003 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559
bool bgs::protocol::ErrorInfo::has_service_hash ( ) const
inline
1066  {
1067  return (_has_bits_[0] & 0x00000004u) != 0;
1068 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559
bool bgs::protocol::ErrorInfo::has_status ( ) const
inline
1042  {
1043  return (_has_bits_[0] & 0x00000002u) != 0;
1044 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559
void bgs::protocol::ErrorInfo::InitAsDefaultInstance ( )
private
bool bgs::protocol::ErrorInfo::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::ErrorInfo::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::ErrorInfo::MergeFrom ( const ErrorInfo from)
bool bgs::protocol::ErrorInfo::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
google::protobuf::uint32 bgs::protocol::ErrorInfo::method_id ( ) const
inline
1103  {
1104  // @@protoc_insertion_point(field_get:bgs.protocol.ErrorInfo.method_id)
1105  return method_id_;
1106 }
::google::protobuf::uint32 method_id_
Definition: rpc_types.pb.h:564
bgs::protocol::ObjectAddress * bgs::protocol::ErrorInfo::mutable_object_address ( )
inline
1018  {
1020  if (object_address_ == NULL) object_address_ = new ::bgs::protocol::ObjectAddress;
1021  // @@protoc_insertion_point(field_mutable:bgs.protocol.ErrorInfo.object_address)
1022  return object_address_;
1023 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::ObjectAddress * object_address_
Definition: rpc_types.pb.h:561
void set_has_object_address()
Definition: rpc_types.pb.h:1004

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::ErrorInfo::mutable_unknown_fields ( )
inline
479  {
480  return &_unknown_fields_;
481  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: rpc_types.pb.h:557
ErrorInfo* bgs::protocol::ErrorInfo::New ( ) const
virtual
const ::bgs::protocol::ObjectAddress & bgs::protocol::ErrorInfo::object_address ( ) const
inline
1014  {
1015  // @@protoc_insertion_point(field_get:bgs.protocol.ErrorInfo.object_address)
1017 }
arena_t NULL
Definition: jemalloc_internal.h:624
static ErrorInfo * default_instance_
Definition: rpc_types.pb.h:570
::bgs::protocol::ObjectAddress * object_address_
Definition: rpc_types.pb.h:561

+ Here is the caller graph for this function:

ErrorInfo& bgs::protocol::ErrorInfo::operator= ( const ErrorInfo from)
inline
470  {
471  CopyFrom(from);
472  return *this;
473  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::ObjectAddress * bgs::protocol::ErrorInfo::release_object_address ( )
inline
1024  {
1028  return temp;
1029 }
void clear_has_object_address()
Definition: rpc_types.pb.h:1007
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::ObjectAddress * object_address_
Definition: rpc_types.pb.h:561
Definition: rpc_types.pb.h:303

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::ErrorInfo::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
google::protobuf::uint32 bgs::protocol::ErrorInfo::service_hash ( ) const
inline
1079  {
1080  // @@protoc_insertion_point(field_get:bgs.protocol.ErrorInfo.service_hash)
1081  return service_hash_;
1082 }
::google::protobuf::uint32 service_hash_
Definition: rpc_types.pb.h:563
void bgs::protocol::ErrorInfo::set_allocated_object_address ( ::bgs::protocol::ObjectAddress object_address)
inline
1030  {
1031  delete object_address_;
1033  if (object_address) {
1035  } else {
1037  }
1038  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.ErrorInfo.object_address)
1039 }
void clear_has_object_address()
Definition: rpc_types.pb.h:1007
::bgs::protocol::ObjectAddress * object_address_
Definition: rpc_types.pb.h:561
void set_has_object_address()
Definition: rpc_types.pb.h:1004
const ::bgs::protocol::ObjectAddress & object_address() const
Definition: rpc_types.pb.h:1014

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::set_has_method_id ( )
inlineprivate
1093  {
1094  _has_bits_[0] |= 0x00000008u;
1095 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559

+ Here is the caller graph for this function:

void bgs::protocol::ErrorInfo::set_has_object_address ( )
inlineprivate
1004  {
1005  _has_bits_[0] |= 0x00000001u;
1006 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559

+ Here is the caller graph for this function:

void bgs::protocol::ErrorInfo::set_has_service_hash ( )
inlineprivate
1069  {
1070  _has_bits_[0] |= 0x00000004u;
1071 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559

+ Here is the caller graph for this function:

void bgs::protocol::ErrorInfo::set_has_status ( )
inlineprivate
1045  {
1046  _has_bits_[0] |= 0x00000002u;
1047 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:559

+ Here is the caller graph for this function:

void bgs::protocol::ErrorInfo::set_method_id ( ::google::protobuf::uint32  value)
inline
1107  {
1109  method_id_ = value;
1110  // @@protoc_insertion_point(field_set:bgs.protocol.ErrorInfo.method_id)
1111 }
void set_has_method_id()
Definition: rpc_types.pb.h:1093
::google::protobuf::uint32 method_id_
Definition: rpc_types.pb.h:564
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::set_service_hash ( ::google::protobuf::uint32  value)
inline
1083  {
1085  service_hash_ = value;
1086  // @@protoc_insertion_point(field_set:bgs.protocol.ErrorInfo.service_hash)
1087 }
void set_has_service_hash()
Definition: rpc_types.pb.h:1069
const FieldDescriptor value
Definition: descriptor.h:1522
::google::protobuf::uint32 service_hash_
Definition: rpc_types.pb.h:563

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::set_status ( ::google::protobuf::uint32  value)
inline
1059  {
1060  set_has_status();
1061  status_ = value;
1062  // @@protoc_insertion_point(field_set:bgs.protocol.ErrorInfo.status)
1063 }
::google::protobuf::uint32 status_
Definition: rpc_types.pb.h:562
void set_has_status()
Definition: rpc_types.pb.h:1045
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::ErrorInfo::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::ErrorInfo::SharedCtor ( )
private
void bgs::protocol::ErrorInfo::SharedDtor ( )
private
google::protobuf::uint32 bgs::protocol::ErrorInfo::status ( ) const
inline
1055  {
1056  // @@protoc_insertion_point(field_get:bgs.protocol.ErrorInfo.status)
1057  return status_;
1058 }
::google::protobuf::uint32 status_
Definition: rpc_types.pb.h:562
void bgs::protocol::ErrorInfo::Swap ( ErrorInfo other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::ErrorInfo::unknown_fields ( ) const
inline
475  {
476  return _unknown_fields_;
477  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: rpc_types.pb.h:557

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_rpc_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_rpc_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_rpc_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::ErrorInfo::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::ErrorInfo::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::ErrorInfo::_unknown_fields_
private
ErrorInfo* bgs::protocol::ErrorInfo::default_instance_
staticprivate
const int bgs::protocol::ErrorInfo::kMethodIdFieldNumber = 4
static
const int bgs::protocol::ErrorInfo::kObjectAddressFieldNumber = 1
static
const int bgs::protocol::ErrorInfo::kServiceHashFieldNumber = 3
static
const int bgs::protocol::ErrorInfo::kStatusFieldNumber = 2
static
::google::protobuf::uint32 bgs::protocol::ErrorInfo::method_id_
private
::bgs::protocol::ObjectAddress* bgs::protocol::ErrorInfo::object_address_
private
::google::protobuf::uint32 bgs::protocol::ErrorInfo::service_hash_
private
::google::protobuf::uint32 bgs::protocol::ErrorInfo::status_
private

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