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

#include <challenge_service.pb.h>

Public Member Functions

 ChallengeAnsweredResponse ()
 
virtual ~ChallengeAnsweredResponse ()
 
 ChallengeAnsweredResponse (const ChallengeAnsweredResponse &from)
 
ChallengeAnsweredResponseoperator= (const ChallengeAnsweredResponse &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ChallengeAnsweredResponse *other)
 
ChallengeAnsweredResponseNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ChallengeAnsweredResponse &from)
 
void MergeFrom (const ChallengeAnsweredResponse &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_data () const
 
void clear_data ()
 
const ::std::string & data () const
 
void set_data (const ::std::string &value)
 
void set_data (const char *value)
 
void set_data (const void *value, size_t size)
 
inline::std::string * mutable_data ()
 
inline::std::string * release_data ()
 
void set_allocated_data (::std::string *data)
 
bool has_do_retry () const
 
void clear_do_retry ()
 
bool do_retry () const
 
void set_do_retry (bool value)
 
bool has_record_not_found () const
 
void clear_record_not_found ()
 
bool record_not_found () const
 
void set_record_not_found (bool 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
ChallengeAnsweredResponse
default_instance ()
 

Static Public Attributes

static const int kDataFieldNumber = 1
 
static const int kDoRetryFieldNumber = 2
 
static const int kRecordNotFoundFieldNumber = 3
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_data ()
 
void clear_has_data ()
 
void set_has_do_retry ()
 
void clear_has_do_retry ()
 
void set_has_record_not_found ()
 
void clear_has_record_not_found ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * data_
 
bool do_retry_
 
bool record_not_found_
 

Static Private Attributes

static ChallengeAnsweredResponsedefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_challenge_5fservice_2eproto ()
 
void protobuf_AssignDesc_challenge_5fservice_2eproto ()
 
void protobuf_ShutdownFile_challenge_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::challenge::v1::ChallengeAnsweredResponse::ChallengeAnsweredResponse ( )
virtual bgs::protocol::challenge::v1::ChallengeAnsweredResponse::~ChallengeAnsweredResponse ( )
virtual
bgs::protocol::challenge::v1::ChallengeAnsweredResponse::ChallengeAnsweredResponse ( const ChallengeAnsweredResponse from)

Member Function Documentation

int bgs::protocol::challenge::v1::ChallengeAnsweredResponse::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::clear_data ( )
inline
1983  {
1985  data_->clear();
1986  }
1987  clear_has_data();
1988 }
::std::string * data_
Definition: challenge_service.pb.h:564
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_data()
Definition: challenge_service.pb.h:1980

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::clear_do_retry ( )
inline
2059  {
2060  do_retry_ = false;
2062 }
bool do_retry_
Definition: challenge_service.pb.h:565
void clear_has_do_retry()
Definition: challenge_service.pb.h:2056

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::clear_has_data ( )
inlineprivate
1980  {
1981  _has_bits_[0] &= ~0x00000001u;
1982 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::clear_has_do_retry ( )
inlineprivate
2056  {
2057  _has_bits_[0] &= ~0x00000002u;
2058 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::clear_has_record_not_found ( )
inlineprivate
2080  {
2081  _has_bits_[0] &= ~0x00000004u;
2082 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::clear_record_not_found ( )
inline
2083  {
2084  record_not_found_ = false;
2086 }
void clear_has_record_not_found()
Definition: challenge_service.pb.h:2080
bool record_not_found_
Definition: challenge_service.pb.h:566

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::CopyFrom ( const ChallengeAnsweredResponse from)
const ::std::string & bgs::protocol::challenge::v1::ChallengeAnsweredResponse::data ( ) const
inline
1989  {
1990  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.data)
1991  return *data_;
1992 }
::std::string * data_
Definition: challenge_service.pb.h:564

+ Here is the caller graph for this function:

static const ChallengeAnsweredResponse& bgs::protocol::challenge::v1::ChallengeAnsweredResponse::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::challenge::v1::ChallengeAnsweredResponse::descriptor ( )
static
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::do_retry ( ) const
inline
2063  {
2064  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.do_retry)
2065  return do_retry_;
2066 }
bool do_retry_
Definition: challenge_service.pb.h:565
int bgs::protocol::challenge::v1::ChallengeAnsweredResponse::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

513 { return _cached_size_; }
int _cached_size_
Definition: challenge_service.pb.h:563
::google::protobuf::Metadata bgs::protocol::challenge::v1::ChallengeAnsweredResponse::GetMetadata ( ) const
virtual
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::has_data ( ) const
inline
1974  {
1975  return (_has_bits_[0] & 0x00000001u) != 0;
1976 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::has_do_retry ( ) const
inline
2050  {
2051  return (_has_bits_[0] & 0x00000002u) != 0;
2052 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::has_record_not_found ( ) const
inline
2074  {
2075  return (_has_bits_[0] & 0x00000004u) != 0;
2076 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562
void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::InitAsDefaultInstance ( )
private
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::MergeFrom ( const ChallengeAnsweredResponse from)
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * bgs::protocol::challenge::v1::ChallengeAnsweredResponse::mutable_data ( )
inline
2017  {
2018  set_has_data();
2020  data_ = new ::std::string;
2021  }
2022  // @@protoc_insertion_point(field_mutable:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.data)
2023  return data_;
2024 }
::std::string * data_
Definition: challenge_service.pb.h:564
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_data()
Definition: challenge_service.pb.h:1977

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::challenge::v1::ChallengeAnsweredResponse::mutable_unknown_fields ( )
inline
488  {
489  return &_unknown_fields_;
490  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:560
ChallengeAnsweredResponse* bgs::protocol::challenge::v1::ChallengeAnsweredResponse::New ( ) const
virtual
ChallengeAnsweredResponse& bgs::protocol::challenge::v1::ChallengeAnsweredResponse::operator= ( const ChallengeAnsweredResponse from)
inline
479  {
480  CopyFrom(from);
481  return *this;
482  }
void CopyFrom(const ::google::protobuf::Message &from)
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::record_not_found ( ) const
inline
2087  {
2088  // @@protoc_insertion_point(field_get:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.record_not_found)
2089  return record_not_found_;
2090 }
bool record_not_found_
Definition: challenge_service.pb.h:566
std::string * bgs::protocol::challenge::v1::ChallengeAnsweredResponse::release_data ( )
inline
2025  {
2026  clear_has_data();
2028  return NULL;
2029  } else {
2030  ::std::string* temp = data_;
2031  data_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
2032  return temp;
2033  }
2034 }
::std::string * data_
Definition: challenge_service.pb.h:564
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_data()
Definition: challenge_service.pb.h:1980

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::challenge::v1::ChallengeAnsweredResponse::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_allocated_data ( ::std::string *  data)
inline
2035  {
2037  delete data_;
2038  }
2039  if (data) {
2040  set_has_data();
2041  data_ = data;
2042  } else {
2043  clear_has_data();
2044  data_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
2045  }
2046  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.data)
2047 }
::std::string * data_
Definition: challenge_service.pb.h:564
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & data() const
Definition: challenge_service.pb.h:1989
void set_has_data()
Definition: challenge_service.pb.h:1977
void clear_has_data()
Definition: challenge_service.pb.h:1980

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_data ( const ::std::string &  value)
inline
1993  {
1994  set_has_data();
1996  data_ = new ::std::string;
1997  }
1998  data_->assign(value);
1999  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.data)
2000 }
::std::string * data_
Definition: challenge_service.pb.h:564
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_data()
Definition: challenge_service.pb.h:1977
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_data ( const char *  value)
inline
2001  {
2002  set_has_data();
2004  data_ = new ::std::string;
2005  }
2006  data_->assign(value);
2007  // @@protoc_insertion_point(field_set_char:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.data)
2008 }
::std::string * data_
Definition: challenge_service.pb.h:564
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_data()
Definition: challenge_service.pb.h:1977
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_data ( const void *  value,
size_t  size 
)
inline
2009  {
2010  set_has_data();
2012  data_ = new ::std::string;
2013  }
2014  data_->assign(reinterpret_cast<const char*>(value), size);
2015  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.data)
2016 }
::std::string * data_
Definition: challenge_service.pb.h:564
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_data()
Definition: challenge_service.pb.h:1977
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_do_retry ( bool  value)
inline
2067  {
2068  set_has_do_retry();
2069  do_retry_ = value;
2070  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.do_retry)
2071 }
void set_has_do_retry()
Definition: challenge_service.pb.h:2053
bool do_retry_
Definition: challenge_service.pb.h:565
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_has_data ( )
inlineprivate
1977  {
1978  _has_bits_[0] |= 0x00000001u;
1979 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_has_do_retry ( )
inlineprivate
2053  {
2054  _has_bits_[0] |= 0x00000002u;
2055 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_has_record_not_found ( )
inlineprivate
2077  {
2078  _has_bits_[0] |= 0x00000004u;
2079 }
::google::protobuf::uint32 _has_bits_[1]
Definition: challenge_service.pb.h:562

+ Here is the caller graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::set_record_not_found ( bool  value)
inline
2091  {
2094  // @@protoc_insertion_point(field_set:bgs.protocol.challenge.v1.ChallengeAnsweredResponse.record_not_found)
2095 }
void set_has_record_not_found()
Definition: challenge_service.pb.h:2077
const FieldDescriptor value
Definition: descriptor.h:1522
bool record_not_found_
Definition: challenge_service.pb.h:566

+ Here is the call graph for this function:

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::SharedCtor ( )
private
void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::SharedDtor ( )
private
void bgs::protocol::challenge::v1::ChallengeAnsweredResponse::Swap ( ChallengeAnsweredResponse other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::challenge::v1::ChallengeAnsweredResponse::unknown_fields ( ) const
inline
484  {
485  return _unknown_fields_;
486  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: challenge_service.pb.h:560

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_challenge_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_challenge_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_challenge_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::challenge::v1::ChallengeAnsweredResponse::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::challenge::v1::ChallengeAnsweredResponse::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::challenge::v1::ChallengeAnsweredResponse::_unknown_fields_
private
::std::string* bgs::protocol::challenge::v1::ChallengeAnsweredResponse::data_
private
ChallengeAnsweredResponse* bgs::protocol::challenge::v1::ChallengeAnsweredResponse::default_instance_
staticprivate
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::do_retry_
private
const int bgs::protocol::challenge::v1::ChallengeAnsweredResponse::kDataFieldNumber = 1
static
const int bgs::protocol::challenge::v1::ChallengeAnsweredResponse::kDoRetryFieldNumber = 2
static
const int bgs::protocol::challenge::v1::ChallengeAnsweredResponse::kRecordNotFoundFieldNumber = 3
static
bool bgs::protocol::challenge::v1::ChallengeAnsweredResponse::record_not_found_
private

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