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

#include <rpc_types.pb.h>

Public Member Functions

 Header ()
 
virtual ~Header ()
 
 Header (const Header &from)
 
Headeroperator= (const Header &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Header *other)
 
HeaderNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Header &from)
 
void MergeFrom (const Header &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_service_id () const
 
void clear_service_id ()
 
inline::google::protobuf::uint32 service_id () const
 
void set_service_id (::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)
 
bool has_token () const
 
void clear_token ()
 
inline::google::protobuf::uint32 token () const
 
void set_token (::google::protobuf::uint32 value)
 
bool has_object_id () const
 
void clear_object_id ()
 
inline::google::protobuf::uint64 object_id () const
 
void set_object_id (::google::protobuf::uint64 value)
 
bool has_size () const
 
void clear_size ()
 
inline::google::protobuf::uint32 size () const
 
void set_size (::google::protobuf::uint32 value)
 
bool has_status () const
 
void clear_status ()
 
inline::google::protobuf::uint32 status () const
 
void set_status (::google::protobuf::uint32 value)
 
int error_size () const
 
void clear_error ()
 
const ::bgs::protocol::ErrorInfoerror (int index) const
 
inline::bgs::protocol::ErrorInfo * mutable_error (int index)
 
inline::bgs::protocol::ErrorInfo * add_error ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::ErrorInfo > & 
error () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::ErrorInfo > * 
mutable_error ()
 
bool has_timeout () const
 
void clear_timeout ()
 
inline::google::protobuf::uint64 timeout () const
 
void set_timeout (::google::protobuf::uint64 value)
 
bool has_is_response () const
 
void clear_is_response ()
 
bool is_response () const
 
void set_is_response (bool value)
 
int forward_targets_size () const
 
void clear_forward_targets ()
 
const ::bgs::protocol::ProcessIdforward_targets (int index) const
 
inline::bgs::protocol::ProcessId * mutable_forward_targets (int index)
 
inline::bgs::protocol::ProcessId * add_forward_targets ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::ProcessId > & 
forward_targets () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::ProcessId > * 
mutable_forward_targets ()
 
bool has_service_hash () const
 
void clear_service_hash ()
 
inline::google::protobuf::uint32 service_hash () const
 
void set_service_hash (::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 Headerdefault_instance ()
 

Static Public Attributes

static const int kServiceIdFieldNumber = 1
 
static const int kMethodIdFieldNumber = 2
 
static const int kTokenFieldNumber = 3
 
static const int kObjectIdFieldNumber = 4
 
static const int kSizeFieldNumber = 5
 
static const int kStatusFieldNumber = 6
 
static const int kErrorFieldNumber = 7
 
static const int kTimeoutFieldNumber = 8
 
static const int kIsResponseFieldNumber = 9
 
static const int kForwardTargetsFieldNumber = 10
 
static const int kServiceHashFieldNumber = 11
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_service_id ()
 
void clear_has_service_id ()
 
void set_has_method_id ()
 
void clear_has_method_id ()
 
void set_has_token ()
 
void clear_has_token ()
 
void set_has_object_id ()
 
void clear_has_object_id ()
 
void set_has_size ()
 
void clear_has_size ()
 
void set_has_status ()
 
void clear_has_status ()
 
void set_has_timeout ()
 
void clear_has_timeout ()
 
void set_has_is_response ()
 
void clear_has_is_response ()
 
void set_has_service_hash ()
 
void clear_has_service_hash ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint32 service_id_
 
::google::protobuf::uint32 method_id_
 
::google::protobuf::uint64 object_id_
 
::google::protobuf::uint32 token_
 
::google::protobuf::uint32 size_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::ErrorInfo
error_
 
::google::protobuf::uint32 status_
 
bool is_response_
 
::google::protobuf::uint64 timeout_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::ProcessId
forward_targets_
 
::google::protobuf::uint32 service_hash_
 

Static Private Attributes

static Headerdefault_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::Header::Header ( )
virtual bgs::protocol::Header::~Header ( )
virtual
bgs::protocol::Header::Header ( const Header from)

Member Function Documentation

bgs::protocol::ErrorInfo * bgs::protocol::Header::add_error ( )
inline
1276  {
1277  // @@protoc_insertion_point(field_add:bgs.protocol.Header.error)
1278  return error_.Add();
1279 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ErrorInfo > error_
Definition: rpc_types.pb.h:744
bgs::protocol::ProcessId * bgs::protocol::Header::add_forward_targets ( )
inline
1354  {
1355  // @@protoc_insertion_point(field_add:bgs.protocol.Header.forward_targets)
1356  return forward_targets_.Add();
1357 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ProcessId > forward_targets_
Definition: rpc_types.pb.h:748
int bgs::protocol::Header::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

+ Here is the caller graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::Header::clear_error ( )
inline
1265  {
1266  error_.Clear();
1267 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ErrorInfo > error_
Definition: rpc_types.pb.h:744
void bgs::protocol::Header::clear_forward_targets ( )
inline
1343  {
1344  forward_targets_.Clear();
1345 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ProcessId > forward_targets_
Definition: rpc_types.pb.h:748
void bgs::protocol::Header::clear_has_is_response ( )
inlineprivate
1322  {
1323  _has_bits_[0] &= ~0x00000100u;
1324 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_has_method_id ( )
inlineprivate
1148  {
1149  _has_bits_[0] &= ~0x00000002u;
1150 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_has_object_id ( )
inlineprivate
1196  {
1197  _has_bits_[0] &= ~0x00000008u;
1198 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_has_service_hash ( )
inlineprivate
1376  {
1377  _has_bits_[0] &= ~0x00000400u;
1378 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_has_service_id ( )
inlineprivate
1124  {
1125  _has_bits_[0] &= ~0x00000001u;
1126 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_has_size ( )
inlineprivate
1220  {
1221  _has_bits_[0] &= ~0x00000010u;
1222 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_has_status ( )
inlineprivate
1244  {
1245  _has_bits_[0] &= ~0x00000020u;
1246 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_has_timeout ( )
inlineprivate
1298  {
1299  _has_bits_[0] &= ~0x00000080u;
1300 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_has_token ( )
inlineprivate
1172  {
1173  _has_bits_[0] &= ~0x00000004u;
1174 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::clear_is_response ( )
inline
1325  {
1326  is_response_ = false;
1328 }
void clear_has_is_response()
Definition: rpc_types.pb.h:1322
bool is_response_
Definition: rpc_types.pb.h:746

+ Here is the call graph for this function:

void bgs::protocol::Header::clear_method_id ( )
inline
1151  {
1152  method_id_ = 0u;
1154 }
::google::protobuf::uint32 method_id_
Definition: rpc_types.pb.h:740
void clear_has_method_id()
Definition: rpc_types.pb.h:1148

+ Here is the call graph for this function:

void bgs::protocol::Header::clear_object_id ( )
inline
1199  {
1202 }
void clear_has_object_id()
Definition: rpc_types.pb.h:1196
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
::google::protobuf::uint64 object_id_
Definition: rpc_types.pb.h:741

+ Here is the call graph for this function:

void bgs::protocol::Header::clear_service_hash ( )
inline
1379  {
1380  service_hash_ = 0u;
1382 }
void clear_has_service_hash()
Definition: rpc_types.pb.h:1376
::google::protobuf::uint32 service_hash_
Definition: rpc_types.pb.h:749

+ Here is the call graph for this function:

void bgs::protocol::Header::clear_service_id ( )
inline
1127  {
1128  service_id_ = 0u;
1130 }
::google::protobuf::uint32 service_id_
Definition: rpc_types.pb.h:739
void clear_has_service_id()
Definition: rpc_types.pb.h:1124

+ Here is the call graph for this function:

void bgs::protocol::Header::clear_size ( )
inline
1223  {
1224  size_ = 0u;
1225  clear_has_size();
1226 }
::google::protobuf::uint32 size_
Definition: rpc_types.pb.h:743
void clear_has_size()
Definition: rpc_types.pb.h:1220

+ Here is the call graph for this function:

void bgs::protocol::Header::clear_status ( )
inline
1247  {
1248  status_ = 0u;
1249  clear_has_status();
1250 }
::google::protobuf::uint32 status_
Definition: rpc_types.pb.h:745
void clear_has_status()
Definition: rpc_types.pb.h:1244

+ Here is the call graph for this function:

void bgs::protocol::Header::clear_timeout ( )
inline
1301  {
1304 }
::google::protobuf::uint64 timeout_
Definition: rpc_types.pb.h:747
void clear_has_timeout()
Definition: rpc_types.pb.h:1298
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193

+ Here is the call graph for this function:

void bgs::protocol::Header::clear_token ( )
inline
1175  {
1176  token_ = 0u;
1177  clear_has_token();
1178 }
::google::protobuf::uint32 token_
Definition: rpc_types.pb.h:742
void clear_has_token()
Definition: rpc_types.pb.h:1172

+ Here is the call graph for this function:

void bgs::protocol::Header::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::Header::CopyFrom ( const Header from)
static const Header& bgs::protocol::Header::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::Header::descriptor ( )
static
const ::bgs::protocol::ErrorInfo & bgs::protocol::Header::error ( int  index) const
inline
1268  {
1269  // @@protoc_insertion_point(field_get:bgs.protocol.Header.error)
1270  return error_.Get(index);
1271 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ErrorInfo > error_
Definition: rpc_types.pb.h:744
const ::google::protobuf::RepeatedPtrField<::bgs::protocol::ErrorInfo > & bgs::protocol::Header::error ( ) const
inline
1281  {
1282  // @@protoc_insertion_point(field_list:bgs.protocol.Header.error)
1283  return error_;
1284 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ErrorInfo > error_
Definition: rpc_types.pb.h:744
int bgs::protocol::Header::error_size ( ) const
inline
1262  {
1263  return error_.size();
1264 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ErrorInfo > error_
Definition: rpc_types.pb.h:744
const ::bgs::protocol::ProcessId & bgs::protocol::Header::forward_targets ( int  index) const
inline
1346  {
1347  // @@protoc_insertion_point(field_get:bgs.protocol.Header.forward_targets)
1348  return forward_targets_.Get(index);
1349 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ProcessId > forward_targets_
Definition: rpc_types.pb.h:748
const ::google::protobuf::RepeatedPtrField<::bgs::protocol::ProcessId > & bgs::protocol::Header::forward_targets ( ) const
inline
1359  {
1360  // @@protoc_insertion_point(field_list:bgs.protocol.Header.forward_targets)
1361  return forward_targets_;
1362 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ProcessId > forward_targets_
Definition: rpc_types.pb.h:748
int bgs::protocol::Header::forward_targets_size ( ) const
inline
1340  {
1341  return forward_targets_.size();
1342 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ProcessId > forward_targets_
Definition: rpc_types.pb.h:748
int bgs::protocol::Header::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

615 { return _cached_size_; }
int _cached_size_
Definition: rpc_types.pb.h:738
::google::protobuf::Metadata bgs::protocol::Header::GetMetadata ( ) const
virtual
bool bgs::protocol::Header::has_is_response ( ) const
inline
1316  {
1317  return (_has_bits_[0] & 0x00000100u) != 0;
1318 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
bool bgs::protocol::Header::has_method_id ( ) const
inline
1142  {
1143  return (_has_bits_[0] & 0x00000002u) != 0;
1144 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
bool bgs::protocol::Header::has_object_id ( ) const
inline
1190  {
1191  return (_has_bits_[0] & 0x00000008u) != 0;
1192 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
bool bgs::protocol::Header::has_service_hash ( ) const
inline
1370  {
1371  return (_has_bits_[0] & 0x00000400u) != 0;
1372 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
bool bgs::protocol::Header::has_service_id ( ) const
inline
1118  {
1119  return (_has_bits_[0] & 0x00000001u) != 0;
1120 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
bool bgs::protocol::Header::has_size ( ) const
inline
1214  {
1215  return (_has_bits_[0] & 0x00000010u) != 0;
1216 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
bool bgs::protocol::Header::has_status ( ) const
inline
1238  {
1239  return (_has_bits_[0] & 0x00000020u) != 0;
1240 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
bool bgs::protocol::Header::has_timeout ( ) const
inline
1292  {
1293  return (_has_bits_[0] & 0x00000080u) != 0;
1294 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
bool bgs::protocol::Header::has_token ( ) const
inline
1166  {
1167  return (_has_bits_[0] & 0x00000004u) != 0;
1168 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737
void bgs::protocol::Header::InitAsDefaultInstance ( )
private
bool bgs::protocol::Header::is_response ( ) const
inline
1329  {
1330  // @@protoc_insertion_point(field_get:bgs.protocol.Header.is_response)
1331  return is_response_;
1332 }
bool is_response_
Definition: rpc_types.pb.h:746
bool bgs::protocol::Header::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::Header::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::Header::MergeFrom ( const Header from)
bool bgs::protocol::Header::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
google::protobuf::uint32 bgs::protocol::Header::method_id ( ) const
inline
1155  {
1156  // @@protoc_insertion_point(field_get:bgs.protocol.Header.method_id)
1157  return method_id_;
1158 }
::google::protobuf::uint32 method_id_
Definition: rpc_types.pb.h:740

+ Here is the caller graph for this function:

bgs::protocol::ErrorInfo * bgs::protocol::Header::mutable_error ( int  index)
inline
1272  {
1273  // @@protoc_insertion_point(field_mutable:bgs.protocol.Header.error)
1274  return error_.Mutable(index);
1275 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ErrorInfo > error_
Definition: rpc_types.pb.h:744
google::protobuf::RepeatedPtrField<::bgs::protocol::ErrorInfo > * bgs::protocol::Header::mutable_error ( )
inline
1286  {
1287  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.Header.error)
1288  return &error_;
1289 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ErrorInfo > error_
Definition: rpc_types.pb.h:744
bgs::protocol::ProcessId * bgs::protocol::Header::mutable_forward_targets ( int  index)
inline
1350  {
1351  // @@protoc_insertion_point(field_mutable:bgs.protocol.Header.forward_targets)
1352  return forward_targets_.Mutable(index);
1353 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ProcessId > forward_targets_
Definition: rpc_types.pb.h:748
google::protobuf::RepeatedPtrField<::bgs::protocol::ProcessId > * bgs::protocol::Header::mutable_forward_targets ( )
inline
1364  {
1365  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.Header.forward_targets)
1366  return &forward_targets_;
1367 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ProcessId > forward_targets_
Definition: rpc_types.pb.h:748
inline ::google::protobuf::UnknownFieldSet* bgs::protocol::Header::mutable_unknown_fields ( )
inline
590  {
591  return &_unknown_fields_;
592  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: rpc_types.pb.h:735
Header* bgs::protocol::Header::New ( ) const
virtual
google::protobuf::uint64 bgs::protocol::Header::object_id ( ) const
inline
1203  {
1204  // @@protoc_insertion_point(field_get:bgs.protocol.Header.object_id)
1205  return object_id_;
1206 }
::google::protobuf::uint64 object_id_
Definition: rpc_types.pb.h:741
Header& bgs::protocol::Header::operator= ( const Header from)
inline
581  {
582  CopyFrom(from);
583  return *this;
584  }
void CopyFrom(const ::google::protobuf::Message &from)
void bgs::protocol::Header::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::Header::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
google::protobuf::uint32 bgs::protocol::Header::service_hash ( ) const
inline
1383  {
1384  // @@protoc_insertion_point(field_get:bgs.protocol.Header.service_hash)
1385  return service_hash_;
1386 }
::google::protobuf::uint32 service_hash_
Definition: rpc_types.pb.h:749

+ Here is the caller graph for this function:

google::protobuf::uint32 bgs::protocol::Header::service_id ( ) const
inline
1131  {
1132  // @@protoc_insertion_point(field_get:bgs.protocol.Header.service_id)
1133  return service_id_;
1134 }
::google::protobuf::uint32 service_id_
Definition: rpc_types.pb.h:739

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_is_response ( )
inlineprivate
1319  {
1320  _has_bits_[0] |= 0x00000100u;
1321 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_method_id ( )
inlineprivate
1145  {
1146  _has_bits_[0] |= 0x00000002u;
1147 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_object_id ( )
inlineprivate
1193  {
1194  _has_bits_[0] |= 0x00000008u;
1195 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_service_hash ( )
inlineprivate
1373  {
1374  _has_bits_[0] |= 0x00000400u;
1375 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_service_id ( )
inlineprivate
1121  {
1122  _has_bits_[0] |= 0x00000001u;
1123 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_size ( )
inlineprivate
1217  {
1218  _has_bits_[0] |= 0x00000010u;
1219 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_status ( )
inlineprivate
1241  {
1242  _has_bits_[0] |= 0x00000020u;
1243 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_timeout ( )
inlineprivate
1295  {
1296  _has_bits_[0] |= 0x00000080u;
1297 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_has_token ( )
inlineprivate
1169  {
1170  _has_bits_[0] |= 0x00000004u;
1171 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_types.pb.h:737

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_is_response ( bool  value)
inline
1333  {
1335  is_response_ = value;
1336  // @@protoc_insertion_point(field_set:bgs.protocol.Header.is_response)
1337 }
bool is_response_
Definition: rpc_types.pb.h:746
void set_has_is_response()
Definition: rpc_types.pb.h:1319
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Header::set_method_id ( ::google::protobuf::uint32  value)
inline
1159  {
1161  method_id_ = value;
1162  // @@protoc_insertion_point(field_set:bgs.protocol.Header.method_id)
1163 }
void set_has_method_id()
Definition: rpc_types.pb.h:1145
::google::protobuf::uint32 method_id_
Definition: rpc_types.pb.h:740
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_object_id ( ::google::protobuf::uint64  value)
inline
1207  {
1209  object_id_ = value;
1210  // @@protoc_insertion_point(field_set:bgs.protocol.Header.object_id)
1211 }
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_object_id()
Definition: rpc_types.pb.h:1193
::google::protobuf::uint64 object_id_
Definition: rpc_types.pb.h:741

+ Here is the call graph for this function:

void bgs::protocol::Header::set_service_hash ( ::google::protobuf::uint32  value)
inline
1387  {
1389  service_hash_ = value;
1390  // @@protoc_insertion_point(field_set:bgs.protocol.Header.service_hash)
1391 }
void set_has_service_hash()
Definition: rpc_types.pb.h:1373
const FieldDescriptor value
Definition: descriptor.h:1522
::google::protobuf::uint32 service_hash_
Definition: rpc_types.pb.h:749

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_service_id ( ::google::protobuf::uint32  value)
inline
1135  {
1137  service_id_ = value;
1138  // @@protoc_insertion_point(field_set:bgs.protocol.Header.service_id)
1139 }
void set_has_service_id()
Definition: rpc_types.pb.h:1121
::google::protobuf::uint32 service_id_
Definition: rpc_types.pb.h:739
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_size ( ::google::protobuf::uint32  value)
inline
1231  {
1232  set_has_size();
1233  size_ = value;
1234  // @@protoc_insertion_point(field_set:bgs.protocol.Header.size)
1235 }
::google::protobuf::uint32 size_
Definition: rpc_types.pb.h:743
void set_has_size()
Definition: rpc_types.pb.h:1217
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_status ( ::google::protobuf::uint32  value)
inline
1255  {
1256  set_has_status();
1257  status_ = value;
1258  // @@protoc_insertion_point(field_set:bgs.protocol.Header.status)
1259 }
void set_has_status()
Definition: rpc_types.pb.h:1241
::google::protobuf::uint32 status_
Definition: rpc_types.pb.h:745
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::Header::set_timeout ( ::google::protobuf::uint64  value)
inline
1309  {
1310  set_has_timeout();
1311  timeout_ = value;
1312  // @@protoc_insertion_point(field_set:bgs.protocol.Header.timeout)
1313 }
::google::protobuf::uint64 timeout_
Definition: rpc_types.pb.h:747
void set_has_timeout()
Definition: rpc_types.pb.h:1295
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Header::set_token ( ::google::protobuf::uint32  value)
inline
1183  {
1184  set_has_token();
1185  token_ = value;
1186  // @@protoc_insertion_point(field_set:bgs.protocol.Header.token)
1187 }
void set_has_token()
Definition: rpc_types.pb.h:1169
::google::protobuf::uint32 token_
Definition: rpc_types.pb.h:742
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::Header::SharedCtor ( )
private
void bgs::protocol::Header::SharedDtor ( )
private
google::protobuf::uint32 bgs::protocol::Header::size ( ) const
inline
1227  {
1228  // @@protoc_insertion_point(field_get:bgs.protocol.Header.size)
1229  return size_;
1230 }
::google::protobuf::uint32 size_
Definition: rpc_types.pb.h:743

+ Here is the caller graph for this function:

google::protobuf::uint32 bgs::protocol::Header::status ( ) const
inline
1251  {
1252  // @@protoc_insertion_point(field_get:bgs.protocol.Header.status)
1253  return status_;
1254 }
::google::protobuf::uint32 status_
Definition: rpc_types.pb.h:745
void bgs::protocol::Header::Swap ( Header other)
google::protobuf::uint64 bgs::protocol::Header::timeout ( ) const
inline
1305  {
1306  // @@protoc_insertion_point(field_get:bgs.protocol.Header.timeout)
1307  return timeout_;
1308 }
::google::protobuf::uint64 timeout_
Definition: rpc_types.pb.h:747
google::protobuf::uint32 bgs::protocol::Header::token ( ) const
inline
1179  {
1180  // @@protoc_insertion_point(field_get:bgs.protocol.Header.token)
1181  return token_;
1182 }
::google::protobuf::uint32 token_
Definition: rpc_types.pb.h:742

+ Here is the caller graph for this function:

const ::google::protobuf::UnknownFieldSet& bgs::protocol::Header::unknown_fields ( ) const
inline
586  {
587  return _unknown_fields_;
588  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: rpc_types.pb.h:735

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::Header::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::Header::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::Header::_unknown_fields_
private
Header* bgs::protocol::Header::default_instance_
staticprivate
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ErrorInfo > bgs::protocol::Header::error_
private
::google::protobuf::RepeatedPtrField< ::bgs::protocol::ProcessId > bgs::protocol::Header::forward_targets_
private
bool bgs::protocol::Header::is_response_
private
const int bgs::protocol::Header::kErrorFieldNumber = 7
static
const int bgs::protocol::Header::kForwardTargetsFieldNumber = 10
static
const int bgs::protocol::Header::kIsResponseFieldNumber = 9
static
const int bgs::protocol::Header::kMethodIdFieldNumber = 2
static
const int bgs::protocol::Header::kObjectIdFieldNumber = 4
static
const int bgs::protocol::Header::kServiceHashFieldNumber = 11
static
const int bgs::protocol::Header::kServiceIdFieldNumber = 1
static
const int bgs::protocol::Header::kSizeFieldNumber = 5
static
const int bgs::protocol::Header::kStatusFieldNumber = 6
static
const int bgs::protocol::Header::kTimeoutFieldNumber = 8
static
const int bgs::protocol::Header::kTokenFieldNumber = 3
static
::google::protobuf::uint32 bgs::protocol::Header::method_id_
private
::google::protobuf::uint64 bgs::protocol::Header::object_id_
private
::google::protobuf::uint32 bgs::protocol::Header::service_hash_
private
::google::protobuf::uint32 bgs::protocol::Header::service_id_
private
::google::protobuf::uint32 bgs::protocol::Header::size_
private
::google::protobuf::uint32 bgs::protocol::Header::status_
private
::google::protobuf::uint64 bgs::protocol::Header::timeout_
private
::google::protobuf::uint32 bgs::protocol::Header::token_
private

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