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

#include <rpc_config.pb.h>

Public Member Functions

 RPCMethodConfig ()
 
virtual ~RPCMethodConfig ()
 
 RPCMethodConfig (const RPCMethodConfig &from)
 
RPCMethodConfigoperator= (const RPCMethodConfig &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RPCMethodConfig *other)
 
RPCMethodConfigNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const RPCMethodConfig &from)
 
void MergeFrom (const RPCMethodConfig &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_name () const PROTOBUF_DEPRECATED
 
void clear_service_name () PROTOBUF_DEPRECATED
 
const ::std::string & service_name () const PROTOBUF_DEPRECATED
 
void set_service_name (const ::std::string &value) PROTOBUF_DEPRECATED
 
void set_service_name (const char *value) PROTOBUF_DEPRECATED
 
void set_service_name (const char *value, size_t size) PROTOBUF_DEPRECATED
 
inline::std::string * mutable_service_name () PROTOBUF_DEPRECATED
 
inline::std::string * release_service_name () PROTOBUF_DEPRECATED
 
void set_allocated_service_name (::std::string *service_name) PROTOBUF_DEPRECATED
 
bool has_method_name () const PROTOBUF_DEPRECATED
 
void clear_method_name () PROTOBUF_DEPRECATED
 
const ::std::string & method_name () const PROTOBUF_DEPRECATED
 
void set_method_name (const ::std::string &value) PROTOBUF_DEPRECATED
 
void set_method_name (const char *value) PROTOBUF_DEPRECATED
 
void set_method_name (const char *value, size_t size) PROTOBUF_DEPRECATED
 
inline::std::string * mutable_method_name () PROTOBUF_DEPRECATED
 
inline::std::string * release_method_name () PROTOBUF_DEPRECATED
 
void set_allocated_method_name (::std::string *method_name) PROTOBUF_DEPRECATED
 
bool has_fixed_call_cost () const
 
void clear_fixed_call_cost ()
 
inline::google::protobuf::uint32 fixed_call_cost () const
 
void set_fixed_call_cost (::google::protobuf::uint32 value)
 
bool has_fixed_packet_size () const
 
void clear_fixed_packet_size ()
 
inline::google::protobuf::uint32 fixed_packet_size () const
 
void set_fixed_packet_size (::google::protobuf::uint32 value)
 
bool has_variable_multiplier () const
 
void clear_variable_multiplier ()
 
float variable_multiplier () const
 
void set_variable_multiplier (float value)
 
bool has_multiplier () const
 
void clear_multiplier ()
 
float multiplier () const
 
void set_multiplier (float value)
 
bool has_rate_limit_count () const
 
void clear_rate_limit_count ()
 
inline::google::protobuf::uint32 rate_limit_count () const
 
void set_rate_limit_count (::google::protobuf::uint32 value)
 
bool has_rate_limit_seconds () const
 
void clear_rate_limit_seconds ()
 
inline::google::protobuf::uint32 rate_limit_seconds () const
 
void set_rate_limit_seconds (::google::protobuf::uint32 value)
 
bool has_max_packet_size () const
 
void clear_max_packet_size ()
 
inline::google::protobuf::uint32 max_packet_size () const
 
void set_max_packet_size (::google::protobuf::uint32 value)
 
bool has_max_encoded_size () const
 
void clear_max_encoded_size ()
 
inline::google::protobuf::uint32 max_encoded_size () const
 
void set_max_encoded_size (::google::protobuf::uint32 value)
 
bool has_timeout () const
 
void clear_timeout ()
 
float timeout () const
 
void set_timeout (float value)
 
bool has_cap_balance () const
 
void clear_cap_balance ()
 
inline::google::protobuf::uint32 cap_balance () const
 
void set_cap_balance (::google::protobuf::uint32 value)
 
bool has_income_per_second () const
 
void clear_income_per_second ()
 
float income_per_second () const
 
void set_income_per_second (float 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 RPCMethodConfigdefault_instance ()
 

Static Public Attributes

static const int kServiceNameFieldNumber = 1
 
static const int kMethodNameFieldNumber = 2
 
static const int kFixedCallCostFieldNumber = 3
 
static const int kFixedPacketSizeFieldNumber = 4
 
static const int kVariableMultiplierFieldNumber = 5
 
static const int kMultiplierFieldNumber = 6
 
static const int kRateLimitCountFieldNumber = 7
 
static const int kRateLimitSecondsFieldNumber = 8
 
static const int kMaxPacketSizeFieldNumber = 9
 
static const int kMaxEncodedSizeFieldNumber = 10
 
static const int kTimeoutFieldNumber = 11
 
static const int kCapBalanceFieldNumber = 12
 
static const int kIncomePerSecondFieldNumber = 13
 
static const int kServiceHashFieldNumber = 14
 
static const int kMethodIdFieldNumber = 15
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_service_name ()
 
void clear_has_service_name ()
 
void set_has_method_name ()
 
void clear_has_method_name ()
 
void set_has_fixed_call_cost ()
 
void clear_has_fixed_call_cost ()
 
void set_has_fixed_packet_size ()
 
void clear_has_fixed_packet_size ()
 
void set_has_variable_multiplier ()
 
void clear_has_variable_multiplier ()
 
void set_has_multiplier ()
 
void clear_has_multiplier ()
 
void set_has_rate_limit_count ()
 
void clear_has_rate_limit_count ()
 
void set_has_rate_limit_seconds ()
 
void clear_has_rate_limit_seconds ()
 
void set_has_max_packet_size ()
 
void clear_has_max_packet_size ()
 
void set_has_max_encoded_size ()
 
void clear_has_max_encoded_size ()
 
void set_has_timeout ()
 
void clear_has_timeout ()
 
void set_has_cap_balance ()
 
void clear_has_cap_balance ()
 
void set_has_income_per_second ()
 
void clear_has_income_per_second ()
 
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_
 
::std::string * service_name_
 
::std::string * method_name_
 
::google::protobuf::uint32 fixed_call_cost_
 
::google::protobuf::uint32 fixed_packet_size_
 
float variable_multiplier_
 
float multiplier_
 
::google::protobuf::uint32 rate_limit_count_
 
::google::protobuf::uint32 rate_limit_seconds_
 
::google::protobuf::uint32 max_packet_size_
 
::google::protobuf::uint32 max_encoded_size_
 
float timeout_
 
::google::protobuf::uint32 cap_balance_
 
float income_per_second_
 
::google::protobuf::uint32 service_hash_
 
::google::protobuf::uint32 method_id_
 

Static Private Attributes

static RPCMethodConfigdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_rpc_5fconfig_2eproto ()
 
void protobuf_AssignDesc_rpc_5fconfig_2eproto ()
 
void protobuf_ShutdownFile_rpc_5fconfig_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::config::RPCMethodConfig::RPCMethodConfig ( )
virtual bgs::protocol::config::RPCMethodConfig::~RPCMethodConfig ( )
virtual
bgs::protocol::config::RPCMethodConfig::RPCMethodConfig ( const RPCMethodConfig from)

Member Function Documentation

int bgs::protocol::config::RPCMethodConfig::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::cap_balance ( ) const
inline
968  {
969  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.cap_balance)
970  return cap_balance_;
971 }
::google::protobuf::uint32 cap_balance_
Definition: rpc_config.pb.h:262
void bgs::protocol::config::RPCMethodConfig::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::config::RPCMethodConfig::clear_cap_balance ( )
inline
964  {
965  cap_balance_ = 0u;
967 }
void clear_has_cap_balance()
Definition: rpc_config.pb.h:961
::google::protobuf::uint32 cap_balance_
Definition: rpc_config.pb.h:262
void bgs::protocol::config::RPCMethodConfig::clear_fixed_call_cost ( )
inline
748  {
749  fixed_call_cost_ = 1u;
751 }
void clear_has_fixed_call_cost()
Definition: rpc_config.pb.h:745
::google::protobuf::uint32 fixed_call_cost_
Definition: rpc_config.pb.h:253
void bgs::protocol::config::RPCMethodConfig::clear_fixed_packet_size ( )
inline
772  {
773  fixed_packet_size_ = 0u;
775 }
void clear_has_fixed_packet_size()
Definition: rpc_config.pb.h:769
::google::protobuf::uint32 fixed_packet_size_
Definition: rpc_config.pb.h:254
void bgs::protocol::config::RPCMethodConfig::clear_has_cap_balance ( )
inlineprivate
961  {
962  _has_bits_[0] &= ~0x00000800u;
963 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_fixed_call_cost ( )
inlineprivate
745  {
746  _has_bits_[0] &= ~0x00000004u;
747 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_fixed_packet_size ( )
inlineprivate
769  {
770  _has_bits_[0] &= ~0x00000008u;
771 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_income_per_second ( )
inlineprivate
985  {
986  _has_bits_[0] &= ~0x00001000u;
987 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_max_encoded_size ( )
inlineprivate
913  {
914  _has_bits_[0] &= ~0x00000200u;
915 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_max_packet_size ( )
inlineprivate
889  {
890  _has_bits_[0] &= ~0x00000100u;
891 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_method_id ( )
inlineprivate
1033  {
1034  _has_bits_[0] &= ~0x00004000u;
1035 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_method_name ( )
inlineprivate
669  {
670  _has_bits_[0] &= ~0x00000002u;
671 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_multiplier ( )
inlineprivate
817  {
818  _has_bits_[0] &= ~0x00000020u;
819 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_rate_limit_count ( )
inlineprivate
841  {
842  _has_bits_[0] &= ~0x00000040u;
843 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_rate_limit_seconds ( )
inlineprivate
865  {
866  _has_bits_[0] &= ~0x00000080u;
867 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_service_hash ( )
inlineprivate
1009  {
1010  _has_bits_[0] &= ~0x00002000u;
1011 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_service_name ( )
inlineprivate
593  {
594  _has_bits_[0] &= ~0x00000001u;
595 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_timeout ( )
inlineprivate
937  {
938  _has_bits_[0] &= ~0x00000400u;
939 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_has_variable_multiplier ( )
inlineprivate
793  {
794  _has_bits_[0] &= ~0x00000010u;
795 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::clear_income_per_second ( )
inline
988  {
989  income_per_second_ = 0;
991 }
float income_per_second_
Definition: rpc_config.pb.h:263
void clear_has_income_per_second()
Definition: rpc_config.pb.h:985
void bgs::protocol::config::RPCMethodConfig::clear_max_encoded_size ( )
inline
916  {
917  max_encoded_size_ = 0u;
919 }
void clear_has_max_encoded_size()
Definition: rpc_config.pb.h:913
::google::protobuf::uint32 max_encoded_size_
Definition: rpc_config.pb.h:260
void bgs::protocol::config::RPCMethodConfig::clear_max_packet_size ( )
inline
892  {
893  max_packet_size_ = 0u;
895 }
void clear_has_max_packet_size()
Definition: rpc_config.pb.h:889
::google::protobuf::uint32 max_packet_size_
Definition: rpc_config.pb.h:259
void bgs::protocol::config::RPCMethodConfig::clear_method_id ( )
inline
1036  {
1037  method_id_ = 0u;
1039 }
::google::protobuf::uint32 method_id_
Definition: rpc_config.pb.h:265
void clear_has_method_id()
Definition: rpc_config.pb.h:1033
void bgs::protocol::config::RPCMethodConfig::clear_method_name ( )
inline
672  {
674  method_name_->clear();
675  }
677 }
::std::string * method_name_
Definition: rpc_config.pb.h:252
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_method_name()
Definition: rpc_config.pb.h:669

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::clear_multiplier ( )
inline
820  {
821  multiplier_ = 1;
823 }
float multiplier_
Definition: rpc_config.pb.h:256
void clear_has_multiplier()
Definition: rpc_config.pb.h:817
void bgs::protocol::config::RPCMethodConfig::clear_rate_limit_count ( )
inline
844  {
845  rate_limit_count_ = 0u;
847 }
::google::protobuf::uint32 rate_limit_count_
Definition: rpc_config.pb.h:257
void clear_has_rate_limit_count()
Definition: rpc_config.pb.h:841
void bgs::protocol::config::RPCMethodConfig::clear_rate_limit_seconds ( )
inline
868  {
869  rate_limit_seconds_ = 0u;
871 }
void clear_has_rate_limit_seconds()
Definition: rpc_config.pb.h:865
::google::protobuf::uint32 rate_limit_seconds_
Definition: rpc_config.pb.h:258
void bgs::protocol::config::RPCMethodConfig::clear_service_hash ( )
inline
1012  {
1013  service_hash_ = 0u;
1015 }
::google::protobuf::uint32 service_hash_
Definition: rpc_config.pb.h:264
void clear_has_service_hash()
Definition: rpc_config.pb.h:1009
void bgs::protocol::config::RPCMethodConfig::clear_service_name ( )
inline
596  {
598  service_name_->clear();
599  }
601 }
::std::string * service_name_
Definition: rpc_config.pb.h:251
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_service_name()
Definition: rpc_config.pb.h:593

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::clear_timeout ( )
inline
940  {
941  timeout_ = 0;
943 }
float timeout_
Definition: rpc_config.pb.h:261
void clear_has_timeout()
Definition: rpc_config.pb.h:937
void bgs::protocol::config::RPCMethodConfig::clear_variable_multiplier ( )
inline
796  {
799 }
void clear_has_variable_multiplier()
Definition: rpc_config.pb.h:793
float variable_multiplier_
Definition: rpc_config.pb.h:255
void bgs::protocol::config::RPCMethodConfig::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::config::RPCMethodConfig::CopyFrom ( const RPCMethodConfig from)
static const RPCMethodConfig& bgs::protocol::config::RPCMethodConfig::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::config::RPCMethodConfig::descriptor ( )
static
google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::fixed_call_cost ( ) const
inline
752  {
753  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.fixed_call_cost)
754  return fixed_call_cost_;
755 }
::google::protobuf::uint32 fixed_call_cost_
Definition: rpc_config.pb.h:253
google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::fixed_packet_size ( ) const
inline
776  {
777  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.fixed_packet_size)
778  return fixed_packet_size_;
779 }
::google::protobuf::uint32 fixed_packet_size_
Definition: rpc_config.pb.h:254
int bgs::protocol::config::RPCMethodConfig::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

87 { return _cached_size_; }
int _cached_size_
Definition: rpc_config.pb.h:250
::google::protobuf::Metadata bgs::protocol::config::RPCMethodConfig::GetMetadata ( ) const
virtual
bool bgs::protocol::config::RPCMethodConfig::has_cap_balance ( ) const
inline
955  {
956  return (_has_bits_[0] & 0x00000800u) != 0;
957 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_fixed_call_cost ( ) const
inline
739  {
740  return (_has_bits_[0] & 0x00000004u) != 0;
741 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_fixed_packet_size ( ) const
inline
763  {
764  return (_has_bits_[0] & 0x00000008u) != 0;
765 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_income_per_second ( ) const
inline
979  {
980  return (_has_bits_[0] & 0x00001000u) != 0;
981 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_max_encoded_size ( ) const
inline
907  {
908  return (_has_bits_[0] & 0x00000200u) != 0;
909 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_max_packet_size ( ) const
inline
883  {
884  return (_has_bits_[0] & 0x00000100u) != 0;
885 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_method_id ( ) const
inline
1027  {
1028  return (_has_bits_[0] & 0x00004000u) != 0;
1029 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_method_name ( ) const
inline
663  {
664  return (_has_bits_[0] & 0x00000002u) != 0;
665 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_multiplier ( ) const
inline
811  {
812  return (_has_bits_[0] & 0x00000020u) != 0;
813 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_rate_limit_count ( ) const
inline
835  {
836  return (_has_bits_[0] & 0x00000040u) != 0;
837 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_rate_limit_seconds ( ) const
inline
859  {
860  return (_has_bits_[0] & 0x00000080u) != 0;
861 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_service_hash ( ) const
inline
1003  {
1004  return (_has_bits_[0] & 0x00002000u) != 0;
1005 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_service_name ( ) const
inline
587  {
588  return (_has_bits_[0] & 0x00000001u) != 0;
589 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_timeout ( ) const
inline
931  {
932  return (_has_bits_[0] & 0x00000400u) != 0;
933 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
bool bgs::protocol::config::RPCMethodConfig::has_variable_multiplier ( ) const
inline
787  {
788  return (_has_bits_[0] & 0x00000010u) != 0;
789 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
float bgs::protocol::config::RPCMethodConfig::income_per_second ( ) const
inline
992  {
993  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.income_per_second)
994  return income_per_second_;
995 }
float income_per_second_
Definition: rpc_config.pb.h:263
void bgs::protocol::config::RPCMethodConfig::InitAsDefaultInstance ( )
private
bool bgs::protocol::config::RPCMethodConfig::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::max_encoded_size ( ) const
inline
920  {
921  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.max_encoded_size)
922  return max_encoded_size_;
923 }
::google::protobuf::uint32 max_encoded_size_
Definition: rpc_config.pb.h:260
google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::max_packet_size ( ) const
inline
896  {
897  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.max_packet_size)
898  return max_packet_size_;
899 }
::google::protobuf::uint32 max_packet_size_
Definition: rpc_config.pb.h:259
void bgs::protocol::config::RPCMethodConfig::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::config::RPCMethodConfig::MergeFrom ( const RPCMethodConfig from)
bool bgs::protocol::config::RPCMethodConfig::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::method_id ( ) const
inline
1040  {
1041  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.method_id)
1042  return method_id_;
1043 }
::google::protobuf::uint32 method_id_
Definition: rpc_config.pb.h:265
const ::std::string & bgs::protocol::config::RPCMethodConfig::method_name ( ) const
inline
678  {
679  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.method_name)
680  return *method_name_;
681 }
::std::string * method_name_
Definition: rpc_config.pb.h:252
float bgs::protocol::config::RPCMethodConfig::multiplier ( ) const
inline
824  {
825  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.multiplier)
826  return multiplier_;
827 }
float multiplier_
Definition: rpc_config.pb.h:256
std::string * bgs::protocol::config::RPCMethodConfig::mutable_method_name ( )
inline
706  {
709  method_name_ = new ::std::string;
710  }
711  // @@protoc_insertion_point(field_mutable:bgs.protocol.config.RPCMethodConfig.method_name)
712  return method_name_;
713 }
void set_has_method_name()
Definition: rpc_config.pb.h:666
::std::string * method_name_
Definition: rpc_config.pb.h:252
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

std::string * bgs::protocol::config::RPCMethodConfig::mutable_service_name ( )
inline
630  {
633  service_name_ = new ::std::string;
634  }
635  // @@protoc_insertion_point(field_mutable:bgs.protocol.config.RPCMethodConfig.service_name)
636  return service_name_;
637 }
::std::string * service_name_
Definition: rpc_config.pb.h:251
void set_has_service_name()
Definition: rpc_config.pb.h:590
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::config::RPCMethodConfig::mutable_unknown_fields ( )
inline
62  {
63  return &_unknown_fields_;
64  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: rpc_config.pb.h:247
RPCMethodConfig* bgs::protocol::config::RPCMethodConfig::New ( ) const
virtual
RPCMethodConfig& bgs::protocol::config::RPCMethodConfig::operator= ( const RPCMethodConfig from)
inline
53  {
54  CopyFrom(from);
55  return *this;
56  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::rate_limit_count ( ) const
inline
848  {
849  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.rate_limit_count)
850  return rate_limit_count_;
851 }
::google::protobuf::uint32 rate_limit_count_
Definition: rpc_config.pb.h:257
google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::rate_limit_seconds ( ) const
inline
872  {
873  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.rate_limit_seconds)
874  return rate_limit_seconds_;
875 }
::google::protobuf::uint32 rate_limit_seconds_
Definition: rpc_config.pb.h:258
std::string * bgs::protocol::config::RPCMethodConfig::release_method_name ( )
inline
714  {
717  return NULL;
718  } else {
719  ::std::string* temp = method_name_;
721  return temp;
722  }
723 }
::std::string * method_name_
Definition: rpc_config.pb.h:252
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_method_name()
Definition: rpc_config.pb.h:669

+ Here is the call graph for this function:

std::string * bgs::protocol::config::RPCMethodConfig::release_service_name ( )
inline
638  {
641  return NULL;
642  } else {
643  ::std::string* temp = service_name_;
645  return temp;
646  }
647 }
::std::string * service_name_
Definition: rpc_config.pb.h:251
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_service_name()
Definition: rpc_config.pb.h:593

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::config::RPCMethodConfig::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::service_hash ( ) const
inline
1016  {
1017  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.service_hash)
1018  return service_hash_;
1019 }
::google::protobuf::uint32 service_hash_
Definition: rpc_config.pb.h:264
const ::std::string & bgs::protocol::config::RPCMethodConfig::service_name ( ) const
inline
602  {
603  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.service_name)
604  return *service_name_;
605 }
::std::string * service_name_
Definition: rpc_config.pb.h:251
void bgs::protocol::config::RPCMethodConfig::set_allocated_method_name ( ::std::string *  method_name)
inline
724  {
726  delete method_name_;
727  }
728  if (method_name) {
731  } else {
734  }
735  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.config.RPCMethodConfig.method_name)
736 }
void set_has_method_name()
Definition: rpc_config.pb.h:666
const ::std::string & method_name() const PROTOBUF_DEPRECATED
Definition: rpc_config.pb.h:678
::std::string * method_name_
Definition: rpc_config.pb.h:252
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_method_name()
Definition: rpc_config.pb.h:669

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::set_allocated_service_name ( ::std::string *  service_name)
inline
648  {
650  delete service_name_;
651  }
652  if (service_name) {
655  } else {
658  }
659  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.config.RPCMethodConfig.service_name)
660 }
::std::string * service_name_
Definition: rpc_config.pb.h:251
const ::std::string & service_name() const PROTOBUF_DEPRECATED
Definition: rpc_config.pb.h:602
void set_has_service_name()
Definition: rpc_config.pb.h:590
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_service_name()
Definition: rpc_config.pb.h:593

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::set_cap_balance ( ::google::protobuf::uint32  value)
inline
972  {
975  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.cap_balance)
976 }
::google::protobuf::uint32 cap_balance_
Definition: rpc_config.pb.h:262
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_cap_balance()
Definition: rpc_config.pb.h:958
void bgs::protocol::config::RPCMethodConfig::set_fixed_call_cost ( ::google::protobuf::uint32  value)
inline
756  {
759  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.fixed_call_cost)
760 }
::google::protobuf::uint32 fixed_call_cost_
Definition: rpc_config.pb.h:253
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_fixed_call_cost()
Definition: rpc_config.pb.h:742
void bgs::protocol::config::RPCMethodConfig::set_fixed_packet_size ( ::google::protobuf::uint32  value)
inline
780  {
783  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.fixed_packet_size)
784 }
void set_has_fixed_packet_size()
Definition: rpc_config.pb.h:766
const FieldDescriptor value
Definition: descriptor.h:1522
::google::protobuf::uint32 fixed_packet_size_
Definition: rpc_config.pb.h:254
void bgs::protocol::config::RPCMethodConfig::set_has_cap_balance ( )
inlineprivate
958  {
959  _has_bits_[0] |= 0x00000800u;
960 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_fixed_call_cost ( )
inlineprivate
742  {
743  _has_bits_[0] |= 0x00000004u;
744 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_fixed_packet_size ( )
inlineprivate
766  {
767  _has_bits_[0] |= 0x00000008u;
768 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_income_per_second ( )
inlineprivate
982  {
983  _has_bits_[0] |= 0x00001000u;
984 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_max_encoded_size ( )
inlineprivate
910  {
911  _has_bits_[0] |= 0x00000200u;
912 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_max_packet_size ( )
inlineprivate
886  {
887  _has_bits_[0] |= 0x00000100u;
888 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_method_id ( )
inlineprivate
1030  {
1031  _has_bits_[0] |= 0x00004000u;
1032 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_method_name ( )
inlineprivate
666  {
667  _has_bits_[0] |= 0x00000002u;
668 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_multiplier ( )
inlineprivate
814  {
815  _has_bits_[0] |= 0x00000020u;
816 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_rate_limit_count ( )
inlineprivate
838  {
839  _has_bits_[0] |= 0x00000040u;
840 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_rate_limit_seconds ( )
inlineprivate
862  {
863  _has_bits_[0] |= 0x00000080u;
864 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_service_hash ( )
inlineprivate
1006  {
1007  _has_bits_[0] |= 0x00002000u;
1008 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_service_name ( )
inlineprivate
590  {
591  _has_bits_[0] |= 0x00000001u;
592 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_timeout ( )
inlineprivate
934  {
935  _has_bits_[0] |= 0x00000400u;
936 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_has_variable_multiplier ( )
inlineprivate
790  {
791  _has_bits_[0] |= 0x00000010u;
792 }
::google::protobuf::uint32 _has_bits_[1]
Definition: rpc_config.pb.h:249
void bgs::protocol::config::RPCMethodConfig::set_income_per_second ( float  value)
inline
996  {
999  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.income_per_second)
1000 }
float income_per_second_
Definition: rpc_config.pb.h:263
void set_has_income_per_second()
Definition: rpc_config.pb.h:982
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::config::RPCMethodConfig::set_max_encoded_size ( ::google::protobuf::uint32  value)
inline
924  {
927  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.max_encoded_size)
928 }
void set_has_max_encoded_size()
Definition: rpc_config.pb.h:910
::google::protobuf::uint32 max_encoded_size_
Definition: rpc_config.pb.h:260
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::config::RPCMethodConfig::set_max_packet_size ( ::google::protobuf::uint32  value)
inline
900  {
903  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.max_packet_size)
904 }
void set_has_max_packet_size()
Definition: rpc_config.pb.h:886
::google::protobuf::uint32 max_packet_size_
Definition: rpc_config.pb.h:259
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::config::RPCMethodConfig::set_method_id ( ::google::protobuf::uint32  value)
inline
1044  {
1046  method_id_ = value;
1047  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.method_id)
1048 }
::google::protobuf::uint32 method_id_
Definition: rpc_config.pb.h:265
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_method_id()
Definition: rpc_config.pb.h:1030
void bgs::protocol::config::RPCMethodConfig::set_method_name ( const ::std::string &  value)
inline
682  {
685  method_name_ = new ::std::string;
686  }
687  method_name_->assign(value);
688  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.method_name)
689 }
void set_has_method_name()
Definition: rpc_config.pb.h:666
::std::string * method_name_
Definition: rpc_config.pb.h:252
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::set_method_name ( const char *  value)
inline
690  {
693  method_name_ = new ::std::string;
694  }
695  method_name_->assign(value);
696  // @@protoc_insertion_point(field_set_char:bgs.protocol.config.RPCMethodConfig.method_name)
697 }
void set_has_method_name()
Definition: rpc_config.pb.h:666
::std::string * method_name_
Definition: rpc_config.pb.h:252
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::set_method_name ( const char *  value,
size_t  size 
)
inline
698  {
701  method_name_ = new ::std::string;
702  }
703  method_name_->assign(reinterpret_cast<const char*>(value), size);
704  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.config.RPCMethodConfig.method_name)
705 }
void set_has_method_name()
Definition: rpc_config.pb.h:666
::std::string * method_name_
Definition: rpc_config.pb.h:252
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::set_multiplier ( float  value)
inline
828  {
830  multiplier_ = value;
831  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.multiplier)
832 }
float multiplier_
Definition: rpc_config.pb.h:256
void set_has_multiplier()
Definition: rpc_config.pb.h:814
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::config::RPCMethodConfig::set_rate_limit_count ( ::google::protobuf::uint32  value)
inline
852  {
855  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.rate_limit_count)
856 }
::google::protobuf::uint32 rate_limit_count_
Definition: rpc_config.pb.h:257
void set_has_rate_limit_count()
Definition: rpc_config.pb.h:838
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::config::RPCMethodConfig::set_rate_limit_seconds ( ::google::protobuf::uint32  value)
inline
876  {
879  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.rate_limit_seconds)
880 }
::google::protobuf::uint32 rate_limit_seconds_
Definition: rpc_config.pb.h:258
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_rate_limit_seconds()
Definition: rpc_config.pb.h:862
void bgs::protocol::config::RPCMethodConfig::set_service_hash ( ::google::protobuf::uint32  value)
inline
1020  {
1022  service_hash_ = value;
1023  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.service_hash)
1024 }
::google::protobuf::uint32 service_hash_
Definition: rpc_config.pb.h:264
void set_has_service_hash()
Definition: rpc_config.pb.h:1006
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::config::RPCMethodConfig::set_service_name ( const ::std::string &  value)
inline
606  {
609  service_name_ = new ::std::string;
610  }
611  service_name_->assign(value);
612  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.service_name)
613 }
::std::string * service_name_
Definition: rpc_config.pb.h:251
void set_has_service_name()
Definition: rpc_config.pb.h:590
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::set_service_name ( const char *  value)
inline
614  {
617  service_name_ = new ::std::string;
618  }
619  service_name_->assign(value);
620  // @@protoc_insertion_point(field_set_char:bgs.protocol.config.RPCMethodConfig.service_name)
621 }
::std::string * service_name_
Definition: rpc_config.pb.h:251
void set_has_service_name()
Definition: rpc_config.pb.h:590
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::set_service_name ( const char *  value,
size_t  size 
)
inline
622  {
625  service_name_ = new ::std::string;
626  }
627  service_name_->assign(reinterpret_cast<const char*>(value), size);
628  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.config.RPCMethodConfig.service_name)
629 }
::std::string * service_name_
Definition: rpc_config.pb.h:251
void set_has_service_name()
Definition: rpc_config.pb.h:590
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::config::RPCMethodConfig::set_timeout ( float  value)
inline
948  {
949  set_has_timeout();
950  timeout_ = value;
951  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.timeout)
952 }
void set_has_timeout()
Definition: rpc_config.pb.h:934
float timeout_
Definition: rpc_config.pb.h:261
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::config::RPCMethodConfig::set_variable_multiplier ( float  value)
inline
804  {
807  // @@protoc_insertion_point(field_set:bgs.protocol.config.RPCMethodConfig.variable_multiplier)
808 }
void set_has_variable_multiplier()
Definition: rpc_config.pb.h:790
float variable_multiplier_
Definition: rpc_config.pb.h:255
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::config::RPCMethodConfig::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::config::RPCMethodConfig::SharedCtor ( )
private
void bgs::protocol::config::RPCMethodConfig::SharedDtor ( )
private
void bgs::protocol::config::RPCMethodConfig::Swap ( RPCMethodConfig other)
float bgs::protocol::config::RPCMethodConfig::timeout ( ) const
inline
944  {
945  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.timeout)
946  return timeout_;
947 }
float timeout_
Definition: rpc_config.pb.h:261
const ::google::protobuf::UnknownFieldSet& bgs::protocol::config::RPCMethodConfig::unknown_fields ( ) const
inline
58  {
59  return _unknown_fields_;
60  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: rpc_config.pb.h:247
float bgs::protocol::config::RPCMethodConfig::variable_multiplier ( ) const
inline
800  {
801  // @@protoc_insertion_point(field_get:bgs.protocol.config.RPCMethodConfig.variable_multiplier)
802  return variable_multiplier_;
803 }
float variable_multiplier_
Definition: rpc_config.pb.h:255

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_rpc_5fconfig_2eproto ( )
friend
void protobuf_AssignDesc_rpc_5fconfig_2eproto ( )
friend
void protobuf_ShutdownFile_rpc_5fconfig_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::config::RPCMethodConfig::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::config::RPCMethodConfig::_unknown_fields_
private
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::cap_balance_
private
RPCMethodConfig* bgs::protocol::config::RPCMethodConfig::default_instance_
staticprivate
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::fixed_call_cost_
private
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::fixed_packet_size_
private
float bgs::protocol::config::RPCMethodConfig::income_per_second_
private
const int bgs::protocol::config::RPCMethodConfig::kCapBalanceFieldNumber = 12
static
const int bgs::protocol::config::RPCMethodConfig::kFixedCallCostFieldNumber = 3
static
const int bgs::protocol::config::RPCMethodConfig::kFixedPacketSizeFieldNumber = 4
static
const int bgs::protocol::config::RPCMethodConfig::kIncomePerSecondFieldNumber = 13
static
const int bgs::protocol::config::RPCMethodConfig::kMaxEncodedSizeFieldNumber = 10
static
const int bgs::protocol::config::RPCMethodConfig::kMaxPacketSizeFieldNumber = 9
static
const int bgs::protocol::config::RPCMethodConfig::kMethodIdFieldNumber = 15
static
const int bgs::protocol::config::RPCMethodConfig::kMethodNameFieldNumber = 2
static
const int bgs::protocol::config::RPCMethodConfig::kMultiplierFieldNumber = 6
static
const int bgs::protocol::config::RPCMethodConfig::kRateLimitCountFieldNumber = 7
static
const int bgs::protocol::config::RPCMethodConfig::kRateLimitSecondsFieldNumber = 8
static
const int bgs::protocol::config::RPCMethodConfig::kServiceHashFieldNumber = 14
static
const int bgs::protocol::config::RPCMethodConfig::kServiceNameFieldNumber = 1
static
const int bgs::protocol::config::RPCMethodConfig::kTimeoutFieldNumber = 11
static
const int bgs::protocol::config::RPCMethodConfig::kVariableMultiplierFieldNumber = 5
static
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::max_encoded_size_
private
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::max_packet_size_
private
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::method_id_
private
::std::string* bgs::protocol::config::RPCMethodConfig::method_name_
private
float bgs::protocol::config::RPCMethodConfig::multiplier_
private
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::rate_limit_count_
private
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::rate_limit_seconds_
private
::google::protobuf::uint32 bgs::protocol::config::RPCMethodConfig::service_hash_
private
::std::string* bgs::protocol::config::RPCMethodConfig::service_name_
private
float bgs::protocol::config::RPCMethodConfig::timeout_
private
float bgs::protocol::config::RPCMethodConfig::variable_multiplier_
private

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