TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::MethodDescriptorProto Class Reference

#include <descriptor.pb.h>

Public Member Functions

 MethodDescriptorProto ()
 
virtual ~MethodDescriptorProto ()
 
 MethodDescriptorProto (const MethodDescriptorProto &from)
 
MethodDescriptorProtooperator= (const MethodDescriptorProto &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MethodDescriptorProto *other)
 
MethodDescriptorProtoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const MethodDescriptorProto &from)
 
void MergeFrom (const MethodDescriptorProto &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_name () const
 
void clear_name ()
 
const ::std::string & name () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
inline::std::string * mutable_name ()
 
inline::std::string * release_name ()
 
void set_allocated_name (::std::string *name)
 
bool has_input_type () const
 
void clear_input_type ()
 
const ::std::string & input_type () const
 
void set_input_type (const ::std::string &value)
 
void set_input_type (const char *value)
 
void set_input_type (const char *value, size_t size)
 
inline::std::string * mutable_input_type ()
 
inline::std::string * release_input_type ()
 
void set_allocated_input_type (::std::string *input_type)
 
bool has_output_type () const
 
void clear_output_type ()
 
const ::std::string & output_type () const
 
void set_output_type (const ::std::string &value)
 
void set_output_type (const char *value)
 
void set_output_type (const char *value, size_t size)
 
inline::std::string * mutable_output_type ()
 
inline::std::string * release_output_type ()
 
void set_allocated_output_type (::std::string *output_type)
 
bool has_options () const
 
void clear_options ()
 
const
::google::protobuf::MethodOptions
options () const
 
inline::google::protobuf::MethodOptions * mutable_options ()
 
inline::google::protobuf::MethodOptions * release_options ()
 
void set_allocated_options (::google::protobuf::MethodOptions *options)
 
- 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
MethodDescriptorProto
default_instance ()
 

Static Public Attributes

static const int kNameFieldNumber = 1
 
static const int kInputTypeFieldNumber = 2
 
static const int kOutputTypeFieldNumber = 3
 
static const int kOptionsFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_name ()
 
void clear_has_name ()
 
void set_has_input_type ()
 
void clear_has_input_type ()
 
void set_has_output_type ()
 
void clear_has_output_type ()
 
void set_has_options ()
 
void clear_has_options ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * name_
 
::std::string * input_type_
 
::std::string * output_type_
 
::google::protobuf::MethodOptionsoptions_
 

Static Private Attributes

static MethodDescriptorProtodefault_instance_
 

Friends

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

google::protobuf::MethodDescriptorProto::MethodDescriptorProto ( )
virtual google::protobuf::MethodDescriptorProto::~MethodDescriptorProto ( )
virtual
google::protobuf::MethodDescriptorProto::MethodDescriptorProto ( const MethodDescriptorProto from)

Member Function Documentation

int google::protobuf::MethodDescriptorProto::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::MethodDescriptorProto::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::MethodDescriptorProto::clear_has_input_type ( )
inlineprivate
4802  {
4803  _has_bits_[0] &= ~0x00000002u;
4804 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::clear_has_name ( )
inlineprivate
4726  {
4727  _has_bits_[0] &= ~0x00000001u;
4728 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::clear_has_options ( )
inlineprivate
4954  {
4955  _has_bits_[0] &= ~0x00000008u;
4956 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::clear_has_output_type ( )
inlineprivate
4878  {
4879  _has_bits_[0] &= ~0x00000004u;
4880 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::clear_input_type ( )
inline
4805  {
4807  input_type_->clear();
4808  }
4810 }
void clear_has_input_type()
Definition: descriptor.pb.h:4802
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * input_type_
Definition: descriptor.pb.h:1490

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::clear_name ( )
inline
4729  {
4731  name_->clear();
4732  }
4733  clear_has_name();
4734 }
::std::string * name_
Definition: descriptor.pb.h:1489
void clear_has_name()
Definition: descriptor.pb.h:4726
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::clear_options ( )
inline
4957  {
4958  if (options_ != NULL) options_->::google::protobuf::MethodOptions::Clear();
4960 }
::google::protobuf::MethodOptions * options_
Definition: descriptor.pb.h:1492
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_options()
Definition: descriptor.pb.h:4954
void google::protobuf::MethodDescriptorProto::clear_output_type ( )
inline
4881  {
4883  output_type_->clear();
4884  }
4886 }
::std::string * output_type_
Definition: descriptor.pb.h:1491
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_output_type()
Definition: descriptor.pb.h:4878

+ Here is the call graph for this function:

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

Implements google::protobuf::MessageLite.

1417 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:1488
::google::protobuf::Metadata google::protobuf::MethodDescriptorProto::GetMetadata ( ) const
virtual
bool google::protobuf::MethodDescriptorProto::has_input_type ( ) const
inline
4796  {
4797  return (_has_bits_[0] & 0x00000002u) != 0;
4798 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
bool google::protobuf::MethodDescriptorProto::has_name ( ) const
inline
4720  {
4721  return (_has_bits_[0] & 0x00000001u) != 0;
4722 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
bool google::protobuf::MethodDescriptorProto::has_options ( ) const
inline
4948  {
4949  return (_has_bits_[0] & 0x00000008u) != 0;
4950 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
bool google::protobuf::MethodDescriptorProto::has_output_type ( ) const
inline
4872  {
4873  return (_has_bits_[0] & 0x00000004u) != 0;
4874 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::InitAsDefaultInstance ( )
private
const ::std::string & google::protobuf::MethodDescriptorProto::input_type ( ) const
inline
4811  {
4812  // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.input_type)
4813  return *input_type_;
4814 }
::std::string * input_type_
Definition: descriptor.pb.h:1490
bool google::protobuf::MethodDescriptorProto::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::MethodDescriptorProto::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::MethodDescriptorProto::MergeFrom ( const MethodDescriptorProto from)
bool google::protobuf::MethodDescriptorProto::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * google::protobuf::MethodDescriptorProto::mutable_input_type ( )
inline
4839  {
4842  input_type_ = new ::std::string;
4843  }
4844  // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProto.input_type)
4845  return input_type_;
4846 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_type()
Definition: descriptor.pb.h:4799
::std::string * input_type_
Definition: descriptor.pb.h:1490

+ Here is the call graph for this function:

std::string * google::protobuf::MethodDescriptorProto::mutable_name ( )
inline
4763  {
4764  set_has_name();
4766  name_ = new ::std::string;
4767  }
4768  // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProto.name)
4769  return name_;
4770 }
::std::string * name_
Definition: descriptor.pb.h:1489
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_name()
Definition: descriptor.pb.h:4723

+ Here is the call graph for this function:

google::protobuf::MethodOptions * google::protobuf::MethodDescriptorProto::mutable_options ( )
inline
4965  {
4966  set_has_options();
4967  if (options_ == NULL) options_ = new ::google::protobuf::MethodOptions;
4968  // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProto.options)
4969  return options_;
4970 }
::google::protobuf::MethodOptions * options_
Definition: descriptor.pb.h:1492
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_options()
Definition: descriptor.pb.h:4951
std::string * google::protobuf::MethodDescriptorProto::mutable_output_type ( )
inline
4915  {
4918  output_type_ = new ::std::string;
4919  }
4920  // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProto.output_type)
4921  return output_type_;
4922 }
void set_has_output_type()
Definition: descriptor.pb.h:4875
::std::string * output_type_
Definition: descriptor.pb.h:1491
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* google::protobuf::MethodDescriptorProto::mutable_unknown_fields ( )
inline
1392  {
1393  return &_unknown_fields_;
1394  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:1485
const ::std::string & google::protobuf::MethodDescriptorProto::name ( ) const
inline
4735  {
4736  // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.name)
4737  return *name_;
4738 }
::std::string * name_
Definition: descriptor.pb.h:1489
MethodDescriptorProto* google::protobuf::MethodDescriptorProto::New ( ) const
virtual
MethodDescriptorProto& google::protobuf::MethodDescriptorProto::operator= ( const MethodDescriptorProto from)
inline
1383  {
1384  CopyFrom(from);
1385  return *this;
1386  }
void CopyFrom(const ::google::protobuf::Message &from)
const ::google::protobuf::MethodOptions & google::protobuf::MethodDescriptorProto::options ( ) const
inline
4961  {
4962  // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.options)
4963  return options_ != NULL ? *options_ : *default_instance_->options_;
4964 }
static MethodDescriptorProto * default_instance_
Definition: descriptor.pb.h:1498
::google::protobuf::MethodOptions * options_
Definition: descriptor.pb.h:1492
arena_t NULL
Definition: jemalloc_internal.h:624
const ::std::string & google::protobuf::MethodDescriptorProto::output_type ( ) const
inline
4887  {
4888  // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.output_type)
4889  return *output_type_;
4890 }
::std::string * output_type_
Definition: descriptor.pb.h:1491
std::string * google::protobuf::MethodDescriptorProto::release_input_type ( )
inline
4847  {
4850  return NULL;
4851  } else {
4852  ::std::string* temp = input_type_;
4854  return temp;
4855  }
4856 }
void clear_has_input_type()
Definition: descriptor.pb.h:4802
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * input_type_
Definition: descriptor.pb.h:1490

+ Here is the call graph for this function:

std::string * google::protobuf::MethodDescriptorProto::release_name ( )
inline
4771  {
4772  clear_has_name();
4774  return NULL;
4775  } else {
4776  ::std::string* temp = name_;
4777  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
4778  return temp;
4779  }
4780 }
::std::string * name_
Definition: descriptor.pb.h:1489
void clear_has_name()
Definition: descriptor.pb.h:4726
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

google::protobuf::MethodOptions * google::protobuf::MethodDescriptorProto::release_options ( )
inline
4971  {
4974  options_ = NULL;
4975  return temp;
4976 }
::google::protobuf::MethodOptions * options_
Definition: descriptor.pb.h:1492
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_options()
Definition: descriptor.pb.h:4954
Definition: descriptor.pb.h:2322
std::string * google::protobuf::MethodDescriptorProto::release_output_type ( )
inline
4923  {
4926  return NULL;
4927  } else {
4928  ::std::string* temp = output_type_;
4930  return temp;
4931  }
4932 }
::std::string * output_type_
Definition: descriptor.pb.h:1491
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_output_type()
Definition: descriptor.pb.h:4878

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::MethodDescriptorProto::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::MethodDescriptorProto::set_allocated_input_type ( ::std::string *  input_type)
inline
4857  {
4859  delete input_type_;
4860  }
4861  if (input_type) {
4864  } else {
4867  }
4868  // @@protoc_insertion_point(field_set_allocated:google.protobuf.MethodDescriptorProto.input_type)
4869 }
void clear_has_input_type()
Definition: descriptor.pb.h:4802
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_type()
Definition: descriptor.pb.h:4799
const ::std::string & input_type() const
Definition: descriptor.pb.h:4811
::std::string * input_type_
Definition: descriptor.pb.h:1490

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_allocated_name ( ::std::string *  name)
inline
4781  {
4783  delete name_;
4784  }
4785  if (name) {
4786  set_has_name();
4787  name_ = name;
4788  } else {
4789  clear_has_name();
4790  name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
4791  }
4792  // @@protoc_insertion_point(field_set_allocated:google.protobuf.MethodDescriptorProto.name)
4793 }
::std::string * name_
Definition: descriptor.pb.h:1489
void clear_has_name()
Definition: descriptor.pb.h:4726
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & name() const
Definition: descriptor.pb.h:4735
void set_has_name()
Definition: descriptor.pb.h:4723

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_allocated_options ( ::google::protobuf::MethodOptions options)
inline
4977  {
4978  delete options_;
4979  options_ = options;
4980  if (options) {
4981  set_has_options();
4982  } else {
4984  }
4985  // @@protoc_insertion_point(field_set_allocated:google.protobuf.MethodDescriptorProto.options)
4986 }
::google::protobuf::MethodOptions * options_
Definition: descriptor.pb.h:1492
const ::google::protobuf::MethodOptions & options() const
Definition: descriptor.pb.h:4961
void clear_has_options()
Definition: descriptor.pb.h:4954
void set_has_options()
Definition: descriptor.pb.h:4951
void google::protobuf::MethodDescriptorProto::set_allocated_output_type ( ::std::string *  output_type)
inline
4933  {
4935  delete output_type_;
4936  }
4937  if (output_type) {
4940  } else {
4943  }
4944  // @@protoc_insertion_point(field_set_allocated:google.protobuf.MethodDescriptorProto.output_type)
4945 }
void set_has_output_type()
Definition: descriptor.pb.h:4875
::std::string * output_type_
Definition: descriptor.pb.h:1491
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & output_type() const
Definition: descriptor.pb.h:4887
void clear_has_output_type()
Definition: descriptor.pb.h:4878

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_has_input_type ( )
inlineprivate
4799  {
4800  _has_bits_[0] |= 0x00000002u;
4801 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::set_has_name ( )
inlineprivate
4723  {
4724  _has_bits_[0] |= 0x00000001u;
4725 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::set_has_options ( )
inlineprivate
4951  {
4952  _has_bits_[0] |= 0x00000008u;
4953 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::set_has_output_type ( )
inlineprivate
4875  {
4876  _has_bits_[0] |= 0x00000004u;
4877 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1487
void google::protobuf::MethodDescriptorProto::set_input_type ( const ::std::string &  value)
inline
4815  {
4818  input_type_ = new ::std::string;
4819  }
4820  input_type_->assign(value);
4821  // @@protoc_insertion_point(field_set:google.protobuf.MethodDescriptorProto.input_type)
4822 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_type()
Definition: descriptor.pb.h:4799
::std::string * input_type_
Definition: descriptor.pb.h:1490
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_input_type ( const char *  value)
inline
4823  {
4826  input_type_ = new ::std::string;
4827  }
4828  input_type_->assign(value);
4829  // @@protoc_insertion_point(field_set_char:google.protobuf.MethodDescriptorProto.input_type)
4830 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_type()
Definition: descriptor.pb.h:4799
::std::string * input_type_
Definition: descriptor.pb.h:1490
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_input_type ( const char *  value,
size_t  size 
)
inline
4831  {
4834  input_type_ = new ::std::string;
4835  }
4836  input_type_->assign(reinterpret_cast<const char*>(value), size);
4837  // @@protoc_insertion_point(field_set_pointer:google.protobuf.MethodDescriptorProto.input_type)
4838 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_input_type()
Definition: descriptor.pb.h:4799
::std::string * input_type_
Definition: descriptor.pb.h:1490
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_name ( const ::std::string &  value)
inline
4739  {
4740  set_has_name();
4742  name_ = new ::std::string;
4743  }
4744  name_->assign(value);
4745  // @@protoc_insertion_point(field_set:google.protobuf.MethodDescriptorProto.name)
4746 }
::std::string * name_
Definition: descriptor.pb.h:1489
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: descriptor.pb.h:4723

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_name ( const char *  value)
inline
4747  {
4748  set_has_name();
4750  name_ = new ::std::string;
4751  }
4752  name_->assign(value);
4753  // @@protoc_insertion_point(field_set_char:google.protobuf.MethodDescriptorProto.name)
4754 }
::std::string * name_
Definition: descriptor.pb.h:1489
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: descriptor.pb.h:4723

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_name ( const char *  value,
size_t  size 
)
inline
4755  {
4756  set_has_name();
4758  name_ = new ::std::string;
4759  }
4760  name_->assign(reinterpret_cast<const char*>(value), size);
4761  // @@protoc_insertion_point(field_set_pointer:google.protobuf.MethodDescriptorProto.name)
4762 }
::std::string * name_
Definition: descriptor.pb.h:1489
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_name()
Definition: descriptor.pb.h:4723

+ Here is the call graph for this function:

void google::protobuf::MethodDescriptorProto::set_output_type ( const ::std::string &  value)
inline
4891  {
4894  output_type_ = new ::std::string;
4895  }
4896  output_type_->assign(value);
4897  // @@protoc_insertion_point(field_set:google.protobuf.MethodDescriptorProto.output_type)
4898 }
void set_has_output_type()
Definition: descriptor.pb.h:4875
::std::string * output_type_
Definition: descriptor.pb.h:1491
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 google::protobuf::MethodDescriptorProto::set_output_type ( const char *  value)
inline
4899  {
4902  output_type_ = new ::std::string;
4903  }
4904  output_type_->assign(value);
4905  // @@protoc_insertion_point(field_set_char:google.protobuf.MethodDescriptorProto.output_type)
4906 }
void set_has_output_type()
Definition: descriptor.pb.h:4875
::std::string * output_type_
Definition: descriptor.pb.h:1491
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 google::protobuf::MethodDescriptorProto::set_output_type ( const char *  value,
size_t  size 
)
inline
4907  {
4910  output_type_ = new ::std::string;
4911  }
4912  output_type_->assign(reinterpret_cast<const char*>(value), size);
4913  // @@protoc_insertion_point(field_set_pointer:google.protobuf.MethodDescriptorProto.output_type)
4914 }
void set_has_output_type()
Definition: descriptor.pb.h:4875
::std::string * output_type_
Definition: descriptor.pb.h:1491
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 google::protobuf::MethodDescriptorProto::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::MethodDescriptorProto::SharedCtor ( )
private
void google::protobuf::MethodDescriptorProto::SharedDtor ( )
private
void google::protobuf::MethodDescriptorProto::Swap ( MethodDescriptorProto other)
const ::google::protobuf::UnknownFieldSet& google::protobuf::MethodDescriptorProto::unknown_fields ( ) const
inline
1388  {
1389  return _unknown_fields_;
1390  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:1485

Friends And Related Function Documentation

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

Member Data Documentation

int google::protobuf::MethodDescriptorProto::_cached_size_
mutableprivate
::google::protobuf::uint32 google::protobuf::MethodDescriptorProto::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet google::protobuf::MethodDescriptorProto::_unknown_fields_
private
MethodDescriptorProto* google::protobuf::MethodDescriptorProto::default_instance_
staticprivate
::std::string* google::protobuf::MethodDescriptorProto::input_type_
private
const int google::protobuf::MethodDescriptorProto::kInputTypeFieldNumber = 2
static
const int google::protobuf::MethodDescriptorProto::kNameFieldNumber = 1
static
const int google::protobuf::MethodDescriptorProto::kOptionsFieldNumber = 4
static
const int google::protobuf::MethodDescriptorProto::kOutputTypeFieldNumber = 3
static
::std::string* google::protobuf::MethodDescriptorProto::name_
private
::google::protobuf::MethodOptions* google::protobuf::MethodDescriptorProto::options_
private
::std::string* google::protobuf::MethodDescriptorProto::output_type_
private

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