TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Battlenet::JSON::Login::FormInput Class Reference

#include <Login.pb.h>

Public Member Functions

 FormInput ()
 
virtual ~FormInput ()
 
 FormInput (const FormInput &from)
 
FormInputoperator= (const FormInput &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FormInput *other)
 
FormInputNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_input_id () const
 
void clear_input_id ()
 
const ::std::string & input_id () const
 
void set_input_id (const ::std::string &value)
 
void set_input_id (const char *value)
 
void set_input_id (const char *value, size_t size)
 
inline::std::string * mutable_input_id ()
 
inline::std::string * release_input_id ()
 
void set_allocated_input_id (::std::string *input_id)
 
bool has_type () const
 
void clear_type ()
 
const ::std::string & type () const
 
void set_type (const ::std::string &value)
 
void set_type (const char *value)
 
void set_type (const char *value, size_t size)
 
inline::std::string * mutable_type ()
 
inline::std::string * release_type ()
 
void set_allocated_type (::std::string *type)
 
bool has_label () const
 
void clear_label ()
 
const ::std::string & label () const
 
void set_label (const ::std::string &value)
 
void set_label (const char *value)
 
void set_label (const char *value, size_t size)
 
inline::std::string * mutable_label ()
 
inline::std::string * release_label ()
 
void set_allocated_label (::std::string *label)
 
bool has_max_length () const
 
void clear_max_length ()
 
inline::google::protobuf::uint32 max_length () const
 
void set_max_length (::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 Clear ()
 
virtual bool IsInitialized () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual int ByteSize () const
 
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 FormInputdefault_instance ()
 

Static Public Attributes

static const int kInputIdFieldNumber = 1
 
static const int kTypeFieldNumber = 2
 
static const int kLabelFieldNumber = 3
 
static const int kMaxLengthFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_input_id ()
 
void clear_has_input_id ()
 
void set_has_type ()
 
void clear_has_type ()
 
void set_has_label ()
 
void clear_has_label ()
 
void set_has_max_length ()
 
void clear_has_max_length ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * input_id_
 
::std::string * type_
 
::std::string * label_
 
::google::protobuf::uint32 max_length_
 

Static Private Attributes

static FormInputdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_Login_2eproto ()
 
void protobuf_AssignDesc_Login_2eproto ()
 
void protobuf_ShutdownFile_Login_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

Battlenet::JSON::Login::FormInput::FormInput ( )
virtual Battlenet::JSON::Login::FormInput::~FormInput ( )
virtual
Battlenet::JSON::Login::FormInput::FormInput ( const FormInput from)

Member Function Documentation

void Battlenet::JSON::Login::FormInput::clear_has_input_id ( )
inlineprivate
618  {
619  _has_bits_[0] &= ~0x00000001u;
620 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::clear_has_label ( )
inlineprivate
770  {
771  _has_bits_[0] &= ~0x00000004u;
772 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::clear_has_max_length ( )
inlineprivate
846  {
847  _has_bits_[0] &= ~0x00000008u;
848 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::clear_has_type ( )
inlineprivate
694  {
695  _has_bits_[0] &= ~0x00000002u;
696 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::clear_input_id ( )
inline
621  {
623  input_id_->clear();
624  }
626 }
void clear_has_input_id()
Definition: Login.pb.h:618
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * input_id_
Definition: Login.pb.h:185

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::clear_label ( )
inline
773  {
775  label_->clear();
776  }
777  clear_has_label();
778 }
void clear_has_label()
Definition: Login.pb.h:770
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * label_
Definition: Login.pb.h:187

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::clear_max_length ( )
inline
849  {
850  max_length_ = 0u;
852 }
::google::protobuf::uint32 max_length_
Definition: Login.pb.h:188
void clear_has_max_length()
Definition: Login.pb.h:846

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::clear_type ( )
inline
697  {
699  type_->clear();
700  }
701  clear_has_type();
702 }
void clear_has_type()
Definition: Login.pb.h:694
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * type_
Definition: Login.pb.h:186

+ Here is the call graph for this function:

static const FormInput& Battlenet::JSON::Login::FormInput::default_instance ( )
static
static const ::google::protobuf::Descriptor* Battlenet::JSON::Login::FormInput::descriptor ( )
static
int Battlenet::JSON::Login::FormInput::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

115 { return _cached_size_; }
int _cached_size_
Definition: Login.pb.h:184
::google::protobuf::Metadata Battlenet::JSON::Login::FormInput::GetMetadata ( ) const
virtual
bool Battlenet::JSON::Login::FormInput::has_input_id ( ) const
inline
612  {
613  return (_has_bits_[0] & 0x00000001u) != 0;
614 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183
bool Battlenet::JSON::Login::FormInput::has_label ( ) const
inline
764  {
765  return (_has_bits_[0] & 0x00000004u) != 0;
766 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183
bool Battlenet::JSON::Login::FormInput::has_max_length ( ) const
inline
840  {
841  return (_has_bits_[0] & 0x00000008u) != 0;
842 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183
bool Battlenet::JSON::Login::FormInput::has_type ( ) const
inline
688  {
689  return (_has_bits_[0] & 0x00000002u) != 0;
690 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183
void Battlenet::JSON::Login::FormInput::InitAsDefaultInstance ( )
private
const ::std::string & Battlenet::JSON::Login::FormInput::input_id ( ) const
inline
627  {
628  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.FormInput.input_id)
629  return *input_id_;
630 }
::std::string * input_id_
Definition: Login.pb.h:185

+ Here is the caller graph for this function:

const ::std::string & Battlenet::JSON::Login::FormInput::label ( ) const
inline
779  {
780  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.FormInput.label)
781  return *label_;
782 }
::std::string * label_
Definition: Login.pb.h:187

+ Here is the caller graph for this function:

google::protobuf::uint32 Battlenet::JSON::Login::FormInput::max_length ( ) const
inline
853  {
854  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.FormInput.max_length)
855  return max_length_;
856 }
::google::protobuf::uint32 max_length_
Definition: Login.pb.h:188
std::string * Battlenet::JSON::Login::FormInput::mutable_input_id ( )
inline
655  {
658  input_id_ = new ::std::string;
659  }
660  // @@protoc_insertion_point(field_mutable:Battlenet.JSON.Login.FormInput.input_id)
661  return input_id_;
662 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_id()
Definition: Login.pb.h:615
::std::string * input_id_
Definition: Login.pb.h:185

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::FormInput::mutable_label ( )
inline
807  {
808  set_has_label();
810  label_ = new ::std::string;
811  }
812  // @@protoc_insertion_point(field_mutable:Battlenet.JSON.Login.FormInput.label)
813  return label_;
814 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_label()
Definition: Login.pb.h:767
::std::string * label_
Definition: Login.pb.h:187

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::FormInput::mutable_type ( )
inline
731  {
732  set_has_type();
734  type_ = new ::std::string;
735  }
736  // @@protoc_insertion_point(field_mutable:Battlenet.JSON.Login.FormInput.type)
737  return type_;
738 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * type_
Definition: Login.pb.h:186
void set_has_type()
Definition: Login.pb.h:691

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* Battlenet::JSON::Login::FormInput::mutable_unknown_fields ( )
inline
103  {
104  return &_unknown_fields_;
105  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: Login.pb.h:181
FormInput* Battlenet::JSON::Login::FormInput::New ( ) const
virtual
FormInput& Battlenet::JSON::Login::FormInput::operator= ( const FormInput from)
inline
94  {
95  CopyFrom(from);
96  return *this;
97  }
virtual void CopyFrom(const Message &from)
std::string * Battlenet::JSON::Login::FormInput::release_input_id ( )
inline
663  {
666  return NULL;
667  } else {
668  ::std::string* temp = input_id_;
670  return temp;
671  }
672 }
void clear_has_input_id()
Definition: Login.pb.h:618
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * input_id_
Definition: Login.pb.h:185

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::FormInput::release_label ( )
inline
815  {
816  clear_has_label();
818  return NULL;
819  } else {
820  ::std::string* temp = label_;
821  label_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
822  return temp;
823  }
824 }
void clear_has_label()
Definition: Login.pb.h:770
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * label_
Definition: Login.pb.h:187

+ Here is the call graph for this function:

std::string * Battlenet::JSON::Login::FormInput::release_type ( )
inline
739  {
740  clear_has_type();
742  return NULL;
743  } else {
744  ::std::string* temp = type_;
745  type_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
746  return temp;
747  }
748 }
void clear_has_type()
Definition: Login.pb.h:694
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * type_
Definition: Login.pb.h:186

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_allocated_input_id ( ::std::string *  input_id)
inline
673  {
675  delete input_id_;
676  }
677  if (input_id) {
680  } else {
683  }
684  // @@protoc_insertion_point(field_set_allocated:Battlenet.JSON.Login.FormInput.input_id)
685 }
void clear_has_input_id()
Definition: Login.pb.h:618
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & input_id() const
Definition: Login.pb.h:627
void set_has_input_id()
Definition: Login.pb.h:615
::std::string * input_id_
Definition: Login.pb.h:185

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_allocated_label ( ::std::string *  label)
inline
825  {
827  delete label_;
828  }
829  if (label) {
830  set_has_label();
831  label_ = label;
832  } else {
833  clear_has_label();
834  label_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
835  }
836  // @@protoc_insertion_point(field_set_allocated:Battlenet.JSON.Login.FormInput.label)
837 }
void clear_has_label()
Definition: Login.pb.h:770
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_label()
Definition: Login.pb.h:767
::std::string * label_
Definition: Login.pb.h:187
const ::std::string & label() const
Definition: Login.pb.h:779

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_allocated_type ( ::std::string *  type)
inline
749  {
751  delete type_;
752  }
753  if (type) {
754  set_has_type();
755  type_ = type;
756  } else {
757  clear_has_type();
758  type_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
759  }
760  // @@protoc_insertion_point(field_set_allocated:Battlenet.JSON.Login.FormInput.type)
761 }
void clear_has_type()
Definition: Login.pb.h:694
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & type() const
Definition: Login.pb.h:703
::std::string * type_
Definition: Login.pb.h:186
void set_has_type()
Definition: Login.pb.h:691

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_has_input_id ( )
inlineprivate
615  {
616  _has_bits_[0] |= 0x00000001u;
617 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::set_has_label ( )
inlineprivate
767  {
768  _has_bits_[0] |= 0x00000004u;
769 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::set_has_max_length ( )
inlineprivate
843  {
844  _has_bits_[0] |= 0x00000008u;
845 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::set_has_type ( )
inlineprivate
691  {
692  _has_bits_[0] |= 0x00000002u;
693 }
::google::protobuf::uint32 _has_bits_[1]
Definition: Login.pb.h:183

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::set_input_id ( const ::std::string &  value)
inline
631  {
634  input_id_ = new ::std::string;
635  }
636  input_id_->assign(value);
637  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.FormInput.input_id)
638 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_id()
Definition: Login.pb.h:615
const FieldDescriptor value
Definition: descriptor.h:1522
::std::string * input_id_
Definition: Login.pb.h:185

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::set_input_id ( const char *  value)
inline
639  {
642  input_id_ = new ::std::string;
643  }
644  input_id_->assign(value);
645  // @@protoc_insertion_point(field_set_char:Battlenet.JSON.Login.FormInput.input_id)
646 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_id()
Definition: Login.pb.h:615
const FieldDescriptor value
Definition: descriptor.h:1522
::std::string * input_id_
Definition: Login.pb.h:185

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_input_id ( const char *  value,
size_t  size 
)
inline
647  {
650  input_id_ = new ::std::string;
651  }
652  input_id_->assign(reinterpret_cast<const char*>(value), size);
653  // @@protoc_insertion_point(field_set_pointer:Battlenet.JSON.Login.FormInput.input_id)
654 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_id()
Definition: Login.pb.h:615
const FieldDescriptor value
Definition: descriptor.h:1522
::std::string * input_id_
Definition: Login.pb.h:185

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_label ( const ::std::string &  value)
inline
783  {
784  set_has_label();
786  label_ = new ::std::string;
787  }
788  label_->assign(value);
789  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.FormInput.label)
790 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_label()
Definition: Login.pb.h:767
::std::string * label_
Definition: Login.pb.h:187
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::set_label ( const char *  value)
inline
791  {
792  set_has_label();
794  label_ = new ::std::string;
795  }
796  label_->assign(value);
797  // @@protoc_insertion_point(field_set_char:Battlenet.JSON.Login.FormInput.label)
798 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_label()
Definition: Login.pb.h:767
::std::string * label_
Definition: Login.pb.h:187
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_label ( const char *  value,
size_t  size 
)
inline
799  {
800  set_has_label();
802  label_ = new ::std::string;
803  }
804  label_->assign(reinterpret_cast<const char*>(value), size);
805  // @@protoc_insertion_point(field_set_pointer:Battlenet.JSON.Login.FormInput.label)
806 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_label()
Definition: Login.pb.h:767
::std::string * label_
Definition: Login.pb.h:187
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_max_length ( ::google::protobuf::uint32  value)
inline
857  {
859  max_length_ = value;
860  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.FormInput.max_length)
861 }
::google::protobuf::uint32 max_length_
Definition: Login.pb.h:188
void set_has_max_length()
Definition: Login.pb.h:843
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::set_type ( const ::std::string &  value)
inline
707  {
708  set_has_type();
710  type_ = new ::std::string;
711  }
712  type_->assign(value);
713  // @@protoc_insertion_point(field_set:Battlenet.JSON.Login.FormInput.type)
714 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * type_
Definition: Login.pb.h:186
void set_has_type()
Definition: Login.pb.h:691
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void Battlenet::JSON::Login::FormInput::set_type ( const char *  value)
inline
715  {
716  set_has_type();
718  type_ = new ::std::string;
719  }
720  type_->assign(value);
721  // @@protoc_insertion_point(field_set_char:Battlenet.JSON.Login.FormInput.type)
722 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * type_
Definition: Login.pb.h:186
void set_has_type()
Definition: Login.pb.h:691
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::set_type ( const char *  value,
size_t  size 
)
inline
723  {
724  set_has_type();
726  type_ = new ::std::string;
727  }
728  type_->assign(reinterpret_cast<const char*>(value), size);
729  // @@protoc_insertion_point(field_set_pointer:Battlenet.JSON.Login.FormInput.type)
730 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * type_
Definition: Login.pb.h:186
void set_has_type()
Definition: Login.pb.h:691
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void Battlenet::JSON::Login::FormInput::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void Battlenet::JSON::Login::FormInput::SharedCtor ( )
private
void Battlenet::JSON::Login::FormInput::SharedDtor ( )
private
void Battlenet::JSON::Login::FormInput::Swap ( FormInput other)
const ::std::string & Battlenet::JSON::Login::FormInput::type ( ) const
inline
703  {
704  // @@protoc_insertion_point(field_get:Battlenet.JSON.Login.FormInput.type)
705  return *type_;
706 }
::std::string * type_
Definition: Login.pb.h:186

+ Here is the caller graph for this function:

const ::google::protobuf::UnknownFieldSet& Battlenet::JSON::Login::FormInput::unknown_fields ( ) const
inline
99  {
100  return _unknown_fields_;
101  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: Login.pb.h:181

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_Login_2eproto ( )
friend
void protobuf_AssignDesc_Login_2eproto ( )
friend
void protobuf_ShutdownFile_Login_2eproto ( )
friend

Member Data Documentation

int Battlenet::JSON::Login::FormInput::_cached_size_
mutableprivate
::google::protobuf::uint32 Battlenet::JSON::Login::FormInput::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet Battlenet::JSON::Login::FormInput::_unknown_fields_
private
FormInput* Battlenet::JSON::Login::FormInput::default_instance_
staticprivate
::std::string* Battlenet::JSON::Login::FormInput::input_id_
private
const int Battlenet::JSON::Login::FormInput::kInputIdFieldNumber = 1
static
const int Battlenet::JSON::Login::FormInput::kLabelFieldNumber = 3
static
const int Battlenet::JSON::Login::FormInput::kMaxLengthFieldNumber = 4
static
const int Battlenet::JSON::Login::FormInput::kTypeFieldNumber = 2
static
::std::string* Battlenet::JSON::Login::FormInput::label_
private
::google::protobuf::uint32 Battlenet::JSON::Login::FormInput::max_length_
private
::std::string* Battlenet::JSON::Login::FormInput::type_
private

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