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

#include <descriptor.pb.h>

Public Types

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

Public Member Functions

 UninterpretedOption ()
 
virtual ~UninterpretedOption ()
 
 UninterpretedOption (const UninterpretedOption &from)
 
UninterpretedOptionoperator= (const UninterpretedOption &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (UninterpretedOption *other)
 
UninterpretedOptionNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const UninterpretedOption &from)
 
void MergeFrom (const UninterpretedOption &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
 
int name_size () const
 
void clear_name ()
 
const
::google::protobuf::UninterpretedOption_NamePart
name (int index) const
 
inline::google::protobuf::UninterpretedOption_NamePart * mutable_name (int index)
 
inline::google::protobuf::UninterpretedOption_NamePart * add_name ()
 
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption_NamePart > & 
name () const
 
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption_NamePart > * 
mutable_name ()
 
bool has_identifier_value () const
 
void clear_identifier_value ()
 
const ::std::string & identifier_value () const
 
void set_identifier_value (const ::std::string &value)
 
void set_identifier_value (const char *value)
 
void set_identifier_value (const char *value, size_t size)
 
inline::std::string * mutable_identifier_value ()
 
inline::std::string * release_identifier_value ()
 
void set_allocated_identifier_value (::std::string *identifier_value)
 
bool has_positive_int_value () const
 
void clear_positive_int_value ()
 
inline::google::protobuf::uint64 positive_int_value () const
 
void set_positive_int_value (::google::protobuf::uint64 value)
 
bool has_negative_int_value () const
 
void clear_negative_int_value ()
 
inline::google::protobuf::int64 negative_int_value () const
 
void set_negative_int_value (::google::protobuf::int64 value)
 
bool has_double_value () const
 
void clear_double_value ()
 
double double_value () const
 
void set_double_value (double value)
 
bool has_string_value () const
 
void clear_string_value ()
 
const ::std::string & string_value () const
 
void set_string_value (const ::std::string &value)
 
void set_string_value (const char *value)
 
void set_string_value (const void *value, size_t size)
 
inline::std::string * mutable_string_value ()
 
inline::std::string * release_string_value ()
 
void set_allocated_string_value (::std::string *string_value)
 
bool has_aggregate_value () const
 
void clear_aggregate_value ()
 
const ::std::string & aggregate_value () const
 
void set_aggregate_value (const ::std::string &value)
 
void set_aggregate_value (const char *value)
 
void set_aggregate_value (const char *value, size_t size)
 
inline::std::string * mutable_aggregate_value ()
 
inline::std::string * release_aggregate_value ()
 
void set_allocated_aggregate_value (::std::string *aggregate_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 UninterpretedOptiondefault_instance ()
 

Static Public Attributes

static const int kNameFieldNumber = 2
 
static const int kIdentifierValueFieldNumber = 3
 
static const int kPositiveIntValueFieldNumber = 4
 
static const int kNegativeIntValueFieldNumber = 5
 
static const int kDoubleValueFieldNumber = 6
 
static const int kStringValueFieldNumber = 7
 
static const int kAggregateValueFieldNumber = 8
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_identifier_value ()
 
void clear_has_identifier_value ()
 
void set_has_positive_int_value ()
 
void clear_has_positive_int_value ()
 
void set_has_negative_int_value ()
 
void clear_has_negative_int_value ()
 
void set_has_double_value ()
 
void clear_has_double_value ()
 
void set_has_string_value ()
 
void clear_has_string_value ()
 
void set_has_aggregate_value ()
 
void clear_has_aggregate_value ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption_NamePart
name_
 
::std::string * identifier_value_
 
::google::protobuf::uint64 positive_int_value_
 
::google::protobuf::int64 negative_int_value_
 
double double_value_
 
::std::string * string_value_
 
::std::string * aggregate_value_
 

Static Private Attributes

static UninterpretedOptiondefault_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

Member Typedef Documentation

Constructor & Destructor Documentation

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

Member Function Documentation

google::protobuf::UninterpretedOption_NamePart * google::protobuf::UninterpretedOption::add_name ( )
inline
6159  {
6160  // @@protoc_insertion_point(field_add:google.protobuf.UninterpretedOption.name)
6161  return name_.Add();
6162 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > name_
Definition: descriptor.pb.h:2654
const ::std::string & google::protobuf::UninterpretedOption::aggregate_value ( ) const
inline
6414  {
6415  // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.aggregate_value)
6416  return *aggregate_value_;
6417 }
::std::string * aggregate_value_
Definition: descriptor.pb.h:2660
int google::protobuf::UninterpretedOption::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void google::protobuf::UninterpretedOption::clear_aggregate_value ( )
inline
6408  {
6410  aggregate_value_->clear();
6411  }
6413 }
::std::string * aggregate_value_
Definition: descriptor.pb.h:2660
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_aggregate_value()
Definition: descriptor.pb.h:6405

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::clear_double_value ( )
inline
6308  {
6309  double_value_ = 0;
6311 }
double double_value_
Definition: descriptor.pb.h:2658
void clear_has_double_value()
Definition: descriptor.pb.h:6305
void google::protobuf::UninterpretedOption::clear_has_aggregate_value ( )
inlineprivate
6405  {
6406  _has_bits_[0] &= ~0x00000040u;
6407 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::clear_has_double_value ( )
inlineprivate
6305  {
6306  _has_bits_[0] &= ~0x00000010u;
6307 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::clear_has_identifier_value ( )
inlineprivate
6181  {
6182  _has_bits_[0] &= ~0x00000002u;
6183 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::clear_has_negative_int_value ( )
inlineprivate
6281  {
6282  _has_bits_[0] &= ~0x00000008u;
6283 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::clear_has_positive_int_value ( )
inlineprivate
6257  {
6258  _has_bits_[0] &= ~0x00000004u;
6259 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::clear_has_string_value ( )
inlineprivate
6329  {
6330  _has_bits_[0] &= ~0x00000020u;
6331 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::clear_identifier_value ( )
inline
6184  {
6186  identifier_value_->clear();
6187  }
6189 }
void clear_has_identifier_value()
Definition: descriptor.pb.h:6181
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * identifier_value_
Definition: descriptor.pb.h:2655

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::clear_name ( )
inline
6148  {
6149  name_.Clear();
6150 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > name_
Definition: descriptor.pb.h:2654
void google::protobuf::UninterpretedOption::clear_negative_int_value ( )
inline
6284  {
6287 }
::google::protobuf::int64 negative_int_value_
Definition: descriptor.pb.h:2657
void clear_has_negative_int_value()
Definition: descriptor.pb.h:6281
#define GOOGLE_LONGLONG(x)
Definition: common.h:192
void google::protobuf::UninterpretedOption::clear_positive_int_value ( )
inline
6260  {
6263 }
::google::protobuf::uint64 positive_int_value_
Definition: descriptor.pb.h:2656
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void clear_has_positive_int_value()
Definition: descriptor.pb.h:6257
void google::protobuf::UninterpretedOption::clear_string_value ( )
inline
6332  {
6334  string_value_->clear();
6335  }
6337 }
::std::string * string_value_
Definition: descriptor.pb.h:2659
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_string_value()
Definition: descriptor.pb.h:6329

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::CopyFrom ( const ::google::protobuf::Message from)
void google::protobuf::UninterpretedOption::CopyFrom ( const UninterpretedOption from)
static const UninterpretedOption& google::protobuf::UninterpretedOption::default_instance ( )
static
static const ::google::protobuf::Descriptor* google::protobuf::UninterpretedOption::descriptor ( )
static
double google::protobuf::UninterpretedOption::double_value ( ) const
inline
6312  {
6313  // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.double_value)
6314  return double_value_;
6315 }
double double_value_
Definition: descriptor.pb.h:2658
int google::protobuf::UninterpretedOption::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

2552 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:2653
::google::protobuf::Metadata google::protobuf::UninterpretedOption::GetMetadata ( ) const
virtual
bool google::protobuf::UninterpretedOption::has_aggregate_value ( ) const
inline
6399  {
6400  return (_has_bits_[0] & 0x00000040u) != 0;
6401 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
bool google::protobuf::UninterpretedOption::has_double_value ( ) const
inline
6299  {
6300  return (_has_bits_[0] & 0x00000010u) != 0;
6301 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
bool google::protobuf::UninterpretedOption::has_identifier_value ( ) const
inline
6175  {
6176  return (_has_bits_[0] & 0x00000002u) != 0;
6177 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
bool google::protobuf::UninterpretedOption::has_negative_int_value ( ) const
inline
6275  {
6276  return (_has_bits_[0] & 0x00000008u) != 0;
6277 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
bool google::protobuf::UninterpretedOption::has_positive_int_value ( ) const
inline
6251  {
6252  return (_has_bits_[0] & 0x00000004u) != 0;
6253 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
bool google::protobuf::UninterpretedOption::has_string_value ( ) const
inline
6323  {
6324  return (_has_bits_[0] & 0x00000020u) != 0;
6325 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
const ::std::string & google::protobuf::UninterpretedOption::identifier_value ( ) const
inline
6190  {
6191  // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.identifier_value)
6192  return *identifier_value_;
6193 }
::std::string * identifier_value_
Definition: descriptor.pb.h:2655
void google::protobuf::UninterpretedOption::InitAsDefaultInstance ( )
private
bool google::protobuf::UninterpretedOption::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void google::protobuf::UninterpretedOption::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::UninterpretedOption::MergeFrom ( const UninterpretedOption from)
bool google::protobuf::UninterpretedOption::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * google::protobuf::UninterpretedOption::mutable_aggregate_value ( )
inline
6442  {
6445  aggregate_value_ = new ::std::string;
6446  }
6447  // @@protoc_insertion_point(field_mutable:google.protobuf.UninterpretedOption.aggregate_value)
6448  return aggregate_value_;
6449 }
::std::string * aggregate_value_
Definition: descriptor.pb.h:2660
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_aggregate_value()
Definition: descriptor.pb.h:6402

+ Here is the call graph for this function:

std::string * google::protobuf::UninterpretedOption::mutable_identifier_value ( )
inline
6218  {
6221  identifier_value_ = new ::std::string;
6222  }
6223  // @@protoc_insertion_point(field_mutable:google.protobuf.UninterpretedOption.identifier_value)
6224  return identifier_value_;
6225 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * identifier_value_
Definition: descriptor.pb.h:2655
void set_has_identifier_value()
Definition: descriptor.pb.h:6178

+ Here is the call graph for this function:

google::protobuf::UninterpretedOption_NamePart * google::protobuf::UninterpretedOption::mutable_name ( int  index)
inline
6155  {
6156  // @@protoc_insertion_point(field_mutable:google.protobuf.UninterpretedOption.name)
6157  return name_.Mutable(index);
6158 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > name_
Definition: descriptor.pb.h:2654
google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption_NamePart > * google::protobuf::UninterpretedOption::mutable_name ( )
inline
6169  {
6170  // @@protoc_insertion_point(field_mutable_list:google.protobuf.UninterpretedOption.name)
6171  return &name_;
6172 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > name_
Definition: descriptor.pb.h:2654
std::string * google::protobuf::UninterpretedOption::mutable_string_value ( )
inline
6366  {
6369  string_value_ = new ::std::string;
6370  }
6371  // @@protoc_insertion_point(field_mutable:google.protobuf.UninterpretedOption.string_value)
6372  return string_value_;
6373 }
::std::string * string_value_
Definition: descriptor.pb.h:2659
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_string_value()
Definition: descriptor.pb.h:6326

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* google::protobuf::UninterpretedOption::mutable_unknown_fields ( )
inline
2527  {
2528  return &_unknown_fields_;
2529  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2650
const ::google::protobuf::UninterpretedOption_NamePart & google::protobuf::UninterpretedOption::name ( int  index) const
inline
6151  {
6152  // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.name)
6153  return name_.Get(index);
6154 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > name_
Definition: descriptor.pb.h:2654
const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption_NamePart > & google::protobuf::UninterpretedOption::name ( ) const
inline
6164  {
6165  // @@protoc_insertion_point(field_list:google.protobuf.UninterpretedOption.name)
6166  return name_;
6167 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > name_
Definition: descriptor.pb.h:2654
int google::protobuf::UninterpretedOption::name_size ( ) const
inline
6145  {
6146  return name_.size();
6147 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > name_
Definition: descriptor.pb.h:2654
google::protobuf::int64 google::protobuf::UninterpretedOption::negative_int_value ( ) const
inline
6288  {
6289  // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.negative_int_value)
6290  return negative_int_value_;
6291 }
::google::protobuf::int64 negative_int_value_
Definition: descriptor.pb.h:2657
UninterpretedOption* google::protobuf::UninterpretedOption::New ( ) const
virtual
UninterpretedOption& google::protobuf::UninterpretedOption::operator= ( const UninterpretedOption from)
inline
2518  {
2519  CopyFrom(from);
2520  return *this;
2521  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint64 google::protobuf::UninterpretedOption::positive_int_value ( ) const
inline
6264  {
6265  // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.positive_int_value)
6266  return positive_int_value_;
6267 }
::google::protobuf::uint64 positive_int_value_
Definition: descriptor.pb.h:2656
std::string * google::protobuf::UninterpretedOption::release_aggregate_value ( )
inline
6450  {
6453  return NULL;
6454  } else {
6455  ::std::string* temp = aggregate_value_;
6457  return temp;
6458  }
6459 }
::std::string * aggregate_value_
Definition: descriptor.pb.h:2660
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_aggregate_value()
Definition: descriptor.pb.h:6405

+ Here is the call graph for this function:

std::string * google::protobuf::UninterpretedOption::release_identifier_value ( )
inline
6226  {
6229  return NULL;
6230  } else {
6231  ::std::string* temp = identifier_value_;
6233  return temp;
6234  }
6235 }
void clear_has_identifier_value()
Definition: descriptor.pb.h:6181
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * identifier_value_
Definition: descriptor.pb.h:2655

+ Here is the call graph for this function:

std::string * google::protobuf::UninterpretedOption::release_string_value ( )
inline
6374  {
6377  return NULL;
6378  } else {
6379  ::std::string* temp = string_value_;
6381  return temp;
6382  }
6383 }
::std::string * string_value_
Definition: descriptor.pb.h:2659
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_string_value()
Definition: descriptor.pb.h:6329

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::UninterpretedOption::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::UninterpretedOption::set_aggregate_value ( const ::std::string &  value)
inline
6418  {
6421  aggregate_value_ = new ::std::string;
6422  }
6423  aggregate_value_->assign(value);
6424  // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.aggregate_value)
6425 }
::std::string * aggregate_value_
Definition: descriptor.pb.h:2660
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_aggregate_value()
Definition: descriptor.pb.h:6402

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_aggregate_value ( const char *  value)
inline
6426  {
6429  aggregate_value_ = new ::std::string;
6430  }
6431  aggregate_value_->assign(value);
6432  // @@protoc_insertion_point(field_set_char:google.protobuf.UninterpretedOption.aggregate_value)
6433 }
::std::string * aggregate_value_
Definition: descriptor.pb.h:2660
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_aggregate_value()
Definition: descriptor.pb.h:6402

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_aggregate_value ( const char *  value,
size_t  size 
)
inline
6434  {
6437  aggregate_value_ = new ::std::string;
6438  }
6439  aggregate_value_->assign(reinterpret_cast<const char*>(value), size);
6440  // @@protoc_insertion_point(field_set_pointer:google.protobuf.UninterpretedOption.aggregate_value)
6441 }
::std::string * aggregate_value_
Definition: descriptor.pb.h:2660
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_aggregate_value()
Definition: descriptor.pb.h:6402

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_allocated_aggregate_value ( ::std::string *  aggregate_value)
inline
6460  {
6462  delete aggregate_value_;
6463  }
6464  if (aggregate_value) {
6467  } else {
6470  }
6471  // @@protoc_insertion_point(field_set_allocated:google.protobuf.UninterpretedOption.aggregate_value)
6472 }
const ::std::string & aggregate_value() const
Definition: descriptor.pb.h:6414
::std::string * aggregate_value_
Definition: descriptor.pb.h:2660
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_aggregate_value()
Definition: descriptor.pb.h:6405
void set_has_aggregate_value()
Definition: descriptor.pb.h:6402

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_allocated_identifier_value ( ::std::string *  identifier_value)
inline
6236  {
6238  delete identifier_value_;
6239  }
6240  if (identifier_value) {
6243  } else {
6246  }
6247  // @@protoc_insertion_point(field_set_allocated:google.protobuf.UninterpretedOption.identifier_value)
6248 }
void clear_has_identifier_value()
Definition: descriptor.pb.h:6181
const ::std::string & identifier_value() const
Definition: descriptor.pb.h:6190
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * identifier_value_
Definition: descriptor.pb.h:2655
void set_has_identifier_value()
Definition: descriptor.pb.h:6178

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_allocated_string_value ( ::std::string *  string_value)
inline
6384  {
6386  delete string_value_;
6387  }
6388  if (string_value) {
6391  } else {
6394  }
6395  // @@protoc_insertion_point(field_set_allocated:google.protobuf.UninterpretedOption.string_value)
6396 }
::std::string * string_value_
Definition: descriptor.pb.h:2659
const ::std::string & string_value() const
Definition: descriptor.pb.h:6338
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_string_value()
Definition: descriptor.pb.h:6326
void clear_has_string_value()
Definition: descriptor.pb.h:6329

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_double_value ( double  value)
inline
6316  {
6318  double_value_ = value;
6319  // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.double_value)
6320 }
void set_has_double_value()
Definition: descriptor.pb.h:6302
double double_value_
Definition: descriptor.pb.h:2658
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::UninterpretedOption::set_has_aggregate_value ( )
inlineprivate
6402  {
6403  _has_bits_[0] |= 0x00000040u;
6404 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::set_has_double_value ( )
inlineprivate
6302  {
6303  _has_bits_[0] |= 0x00000010u;
6304 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::set_has_identifier_value ( )
inlineprivate
6178  {
6179  _has_bits_[0] |= 0x00000002u;
6180 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::set_has_negative_int_value ( )
inlineprivate
6278  {
6279  _has_bits_[0] |= 0x00000008u;
6280 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::set_has_positive_int_value ( )
inlineprivate
6254  {
6255  _has_bits_[0] |= 0x00000004u;
6256 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::set_has_string_value ( )
inlineprivate
6326  {
6327  _has_bits_[0] |= 0x00000020u;
6328 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2652
void google::protobuf::UninterpretedOption::set_identifier_value ( const ::std::string &  value)
inline
6194  {
6197  identifier_value_ = new ::std::string;
6198  }
6199  identifier_value_->assign(value);
6200  // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.identifier_value)
6201 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * identifier_value_
Definition: descriptor.pb.h:2655
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_identifier_value()
Definition: descriptor.pb.h:6178

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_identifier_value ( const char *  value)
inline
6202  {
6205  identifier_value_ = new ::std::string;
6206  }
6207  identifier_value_->assign(value);
6208  // @@protoc_insertion_point(field_set_char:google.protobuf.UninterpretedOption.identifier_value)
6209 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * identifier_value_
Definition: descriptor.pb.h:2655
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_identifier_value()
Definition: descriptor.pb.h:6178

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_identifier_value ( const char *  value,
size_t  size 
)
inline
6210  {
6213  identifier_value_ = new ::std::string;
6214  }
6215  identifier_value_->assign(reinterpret_cast<const char*>(value), size);
6216  // @@protoc_insertion_point(field_set_pointer:google.protobuf.UninterpretedOption.identifier_value)
6217 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * identifier_value_
Definition: descriptor.pb.h:2655
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_identifier_value()
Definition: descriptor.pb.h:6178

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_negative_int_value ( ::google::protobuf::int64  value)
inline
6292  {
6295  // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.negative_int_value)
6296 }
::google::protobuf::int64 negative_int_value_
Definition: descriptor.pb.h:2657
void set_has_negative_int_value()
Definition: descriptor.pb.h:6278
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::UninterpretedOption::set_positive_int_value ( ::google::protobuf::uint64  value)
inline
6268  {
6271  // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.positive_int_value)
6272 }
::google::protobuf::uint64 positive_int_value_
Definition: descriptor.pb.h:2656
void set_has_positive_int_value()
Definition: descriptor.pb.h:6254
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::UninterpretedOption::set_string_value ( const ::std::string &  value)
inline
6342  {
6345  string_value_ = new ::std::string;
6346  }
6347  string_value_->assign(value);
6348  // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.string_value)
6349 }
::std::string * string_value_
Definition: descriptor.pb.h:2659
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_string_value()
Definition: descriptor.pb.h:6326
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_string_value ( const char *  value)
inline
6350  {
6353  string_value_ = new ::std::string;
6354  }
6355  string_value_->assign(value);
6356  // @@protoc_insertion_point(field_set_char:google.protobuf.UninterpretedOption.string_value)
6357 }
::std::string * string_value_
Definition: descriptor.pb.h:2659
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_string_value()
Definition: descriptor.pb.h:6326
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::set_string_value ( const void *  value,
size_t  size 
)
inline
6358  {
6361  string_value_ = new ::std::string;
6362  }
6363  string_value_->assign(reinterpret_cast<const char*>(value), size);
6364  // @@protoc_insertion_point(field_set_pointer:google.protobuf.UninterpretedOption.string_value)
6365 }
::std::string * string_value_
Definition: descriptor.pb.h:2659
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_string_value()
Definition: descriptor.pb.h:6326
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::UninterpretedOption::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::UninterpretedOption::SharedCtor ( )
private
void google::protobuf::UninterpretedOption::SharedDtor ( )
private
const ::std::string & google::protobuf::UninterpretedOption::string_value ( ) const
inline
6338  {
6339  // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.string_value)
6340  return *string_value_;
6341 }
::std::string * string_value_
Definition: descriptor.pb.h:2659
void google::protobuf::UninterpretedOption::Swap ( UninterpretedOption other)
const ::google::protobuf::UnknownFieldSet& google::protobuf::UninterpretedOption::unknown_fields ( ) const
inline
2523  {
2524  return _unknown_fields_;
2525  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2650

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::UninterpretedOption::_cached_size_
mutableprivate
::google::protobuf::uint32 google::protobuf::UninterpretedOption::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet google::protobuf::UninterpretedOption::_unknown_fields_
private
::std::string* google::protobuf::UninterpretedOption::aggregate_value_
private
UninterpretedOption* google::protobuf::UninterpretedOption::default_instance_
staticprivate
double google::protobuf::UninterpretedOption::double_value_
private
::std::string* google::protobuf::UninterpretedOption::identifier_value_
private
const int google::protobuf::UninterpretedOption::kAggregateValueFieldNumber = 8
static
const int google::protobuf::UninterpretedOption::kDoubleValueFieldNumber = 6
static
const int google::protobuf::UninterpretedOption::kIdentifierValueFieldNumber = 3
static
const int google::protobuf::UninterpretedOption::kNameFieldNumber = 2
static
const int google::protobuf::UninterpretedOption::kNegativeIntValueFieldNumber = 5
static
const int google::protobuf::UninterpretedOption::kPositiveIntValueFieldNumber = 4
static
const int google::protobuf::UninterpretedOption::kStringValueFieldNumber = 7
static
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart > google::protobuf::UninterpretedOption::name_
private
::google::protobuf::int64 google::protobuf::UninterpretedOption::negative_int_value_
private
::google::protobuf::uint64 google::protobuf::UninterpretedOption::positive_int_value_
private
::std::string* google::protobuf::UninterpretedOption::string_value_
private

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