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

#include <descriptor.pb.h>

Public Types

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

Public Member Functions

 FieldOptions ()
 
virtual ~FieldOptions ()
 
 FieldOptions (const FieldOptions &from)
 
FieldOptionsoperator= (const FieldOptions &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FieldOptions *other)
 
FieldOptionsNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const FieldOptions &from)
 
void MergeFrom (const FieldOptions &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_ctype () const
 
void clear_ctype ()
 
inline::google::protobuf::FieldOptions_CType ctype () const
 
void set_ctype (::google::protobuf::FieldOptions_CType value)
 
bool has_packed () const
 
void clear_packed ()
 
bool packed () const
 
void set_packed (bool value)
 
bool has_lazy () const
 
void clear_lazy ()
 
bool lazy () const
 
void set_lazy (bool value)
 
bool has_deprecated () const
 
void clear_deprecated ()
 
bool deprecated () const
 
void set_deprecated (bool value)
 
bool has_experimental_map_key () const
 
void clear_experimental_map_key ()
 
const ::std::string & experimental_map_key () const
 
void set_experimental_map_key (const ::std::string &value)
 
void set_experimental_map_key (const char *value)
 
void set_experimental_map_key (const char *value, size_t size)
 
inline::std::string * mutable_experimental_map_key ()
 
inline::std::string * release_experimental_map_key ()
 
void set_allocated_experimental_map_key (::std::string *experimental_map_key)
 
bool has_weak () const
 
void clear_weak ()
 
bool weak () const
 
void set_weak (bool value)
 
int uninterpreted_option_size () const
 
void clear_uninterpreted_option ()
 
const
::google::protobuf::UninterpretedOption
uninterpreted_option (int index) const
 
inline::google::protobuf::UninterpretedOption * mutable_uninterpreted_option (int index)
 
inline::google::protobuf::UninterpretedOption * add_uninterpreted_option ()
 
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption > & 
uninterpreted_option () const
 
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption > * 
mutable_uninterpreted_option ()
 
- 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 FieldOptionsdefault_instance ()
 
static bool CType_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor
CType_descriptor ()
 
static const ::std::string & CType_Name (CType value)
 
static bool CType_Parse (const ::std::string &name, CType *value)
 

Static Public Attributes

static const CType STRING = FieldOptions_CType_STRING
 
static const CType CORD = FieldOptions_CType_CORD
 
static const CType STRING_PIECE = FieldOptions_CType_STRING_PIECE
 
static const CType CType_MIN
 
static const CType CType_MAX
 
static const int CType_ARRAYSIZE
 
static const int kCtypeFieldNumber = 1
 
static const int kPackedFieldNumber = 2
 
static const int kLazyFieldNumber = 5
 
static const int kDeprecatedFieldNumber = 3
 
static const int kExperimentalMapKeyFieldNumber = 9
 
static const int kWeakFieldNumber = 10
 
static const int kUninterpretedOptionFieldNumber = 999
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_ctype ()
 
void clear_has_ctype ()
 
void set_has_packed ()
 
void clear_has_packed ()
 
void set_has_lazy ()
 
void clear_has_lazy ()
 
void set_has_deprecated ()
 
void clear_has_deprecated ()
 
void set_has_experimental_map_key ()
 
void clear_has_experimental_map_key ()
 
void set_has_weak ()
 
void clear_has_weak ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::internal::ExtensionSet _extensions_
 
::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
int ctype_
 
bool packed_
 
bool lazy_
 
bool deprecated_
 
bool weak_
 
::std::string * experimental_map_key_
 
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption
uninterpreted_option_
 

Static Private Attributes

static FieldOptionsdefault_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::FieldOptions::FieldOptions ( )
virtual google::protobuf::FieldOptions::~FieldOptions ( )
virtual
google::protobuf::FieldOptions::FieldOptions ( const FieldOptions from)

Member Function Documentation

google::protobuf::UninterpretedOption * google::protobuf::FieldOptions::add_uninterpreted_option ( )
inline
5765  {
5766  // @@protoc_insertion_point(field_add:google.protobuf.FieldOptions.uninterpreted_option)
5767  return uninterpreted_option_.Add();
5768 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2017
int google::protobuf::FieldOptions::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void google::protobuf::FieldOptions::clear_ctype ( )
inline
5563  {
5564  ctype_ = 0;
5565  clear_has_ctype();
5566 }
void clear_has_ctype()
Definition: descriptor.pb.h:5560
int ctype_
Definition: descriptor.pb.h:2011
void google::protobuf::FieldOptions::clear_deprecated ( )
inline
5636  {
5637  deprecated_ = false;
5639 }
void clear_has_deprecated()
Definition: descriptor.pb.h:5633
bool deprecated_
Definition: descriptor.pb.h:2014
void google::protobuf::FieldOptions::clear_experimental_map_key ( )
inline
5660  {
5662  experimental_map_key_->clear();
5663  }
5665 }
void clear_has_experimental_map_key()
Definition: descriptor.pb.h:5657
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * experimental_map_key_
Definition: descriptor.pb.h:2016

+ Here is the call graph for this function:

void google::protobuf::FieldOptions::clear_has_ctype ( )
inlineprivate
5560  {
5561  _has_bits_[0] &= ~0x00000001u;
5562 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::clear_has_deprecated ( )
inlineprivate
5633  {
5634  _has_bits_[0] &= ~0x00000008u;
5635 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::clear_has_experimental_map_key ( )
inlineprivate
5657  {
5658  _has_bits_[0] &= ~0x00000010u;
5659 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::clear_has_lazy ( )
inlineprivate
5609  {
5610  _has_bits_[0] &= ~0x00000004u;
5611 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::clear_has_packed ( )
inlineprivate
5585  {
5586  _has_bits_[0] &= ~0x00000002u;
5587 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::clear_has_weak ( )
inlineprivate
5733  {
5734  _has_bits_[0] &= ~0x00000020u;
5735 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::clear_lazy ( )
inline
5612  {
5613  lazy_ = false;
5614  clear_has_lazy();
5615 }
void clear_has_lazy()
Definition: descriptor.pb.h:5609
bool lazy_
Definition: descriptor.pb.h:2013
void google::protobuf::FieldOptions::clear_packed ( )
inline
5588  {
5589  packed_ = false;
5590  clear_has_packed();
5591 }
void clear_has_packed()
Definition: descriptor.pb.h:5585
bool packed_
Definition: descriptor.pb.h:2012
void google::protobuf::FieldOptions::clear_uninterpreted_option ( )
inline
5754  {
5755  uninterpreted_option_.Clear();
5756 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2017
void google::protobuf::FieldOptions::clear_weak ( )
inline
5736  {
5737  weak_ = false;
5738  clear_has_weak();
5739 }
bool weak_
Definition: descriptor.pb.h:2015
void clear_has_weak()
Definition: descriptor.pb.h:5733
void google::protobuf::FieldOptions::CopyFrom ( const ::google::protobuf::Message from)
void google::protobuf::FieldOptions::CopyFrom ( const FieldOptions from)
google::protobuf::FieldOptions_CType google::protobuf::FieldOptions::ctype ( ) const
inline
5567  {
5568  // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.ctype)
5569  return static_cast< ::google::protobuf::FieldOptions_CType >(ctype_);
5570 }
int ctype_
Definition: descriptor.pb.h:2011
FieldOptions_CType
Definition: descriptor.pb.h:135
static const ::google::protobuf::EnumDescriptor* google::protobuf::FieldOptions::CType_descriptor ( )
inlinestatic
1917  {
1919  }
LIBPROTOBUF_EXPORTconst::google::protobuf::EnumDescriptor * FieldOptions_CType_descriptor()

+ Here is the call graph for this function:

static bool google::protobuf::FieldOptions::CType_IsValid ( int  value)
inlinestatic
1907  {
1909  }
LIBPROTOBUF_EXPORT bool FieldOptions_CType_IsValid(int value)
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

static const ::std::string& google::protobuf::FieldOptions::CType_Name ( CType  value)
inlinestatic
1920  {
1922  }
const ::std::string & FieldOptions_CType_Name(FieldOptions_CType value)
Definition: descriptor.pb.h:146
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

static bool google::protobuf::FieldOptions::CType_Parse ( const ::std::string &  name,
CType value 
)
inlinestatic
1924  {
1925  return FieldOptions_CType_Parse(name, value);
1926  }
const FieldDescriptor value
Definition: descriptor.h:1522
bool FieldOptions_CType_Parse(const ::std::string &name, FieldOptions_CType *value)
Definition: descriptor.pb.h:150

+ Here is the call graph for this function:

static const FieldOptions& google::protobuf::FieldOptions::default_instance ( )
static
bool google::protobuf::FieldOptions::deprecated ( ) const
inline
5640  {
5641  // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.deprecated)
5642  return deprecated_;
5643 }
bool deprecated_
Definition: descriptor.pb.h:2014
static const ::google::protobuf::Descriptor* google::protobuf::FieldOptions::descriptor ( )
static
const ::std::string & google::protobuf::FieldOptions::experimental_map_key ( ) const
inline
5666  {
5667  // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.experimental_map_key)
5668  return *experimental_map_key_;
5669 }
::std::string * experimental_map_key_
Definition: descriptor.pb.h:2016
int google::protobuf::FieldOptions::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1893 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:2010
::google::protobuf::Metadata google::protobuf::FieldOptions::GetMetadata ( ) const
virtual
bool google::protobuf::FieldOptions::has_ctype ( ) const
inline
5554  {
5555  return (_has_bits_[0] & 0x00000001u) != 0;
5556 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
bool google::protobuf::FieldOptions::has_deprecated ( ) const
inline
5627  {
5628  return (_has_bits_[0] & 0x00000008u) != 0;
5629 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
bool google::protobuf::FieldOptions::has_experimental_map_key ( ) const
inline
5651  {
5652  return (_has_bits_[0] & 0x00000010u) != 0;
5653 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
bool google::protobuf::FieldOptions::has_lazy ( ) const
inline
5603  {
5604  return (_has_bits_[0] & 0x00000004u) != 0;
5605 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
bool google::protobuf::FieldOptions::has_packed ( ) const
inline
5579  {
5580  return (_has_bits_[0] & 0x00000002u) != 0;
5581 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
bool google::protobuf::FieldOptions::has_weak ( ) const
inline
5727  {
5728  return (_has_bits_[0] & 0x00000020u) != 0;
5729 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::InitAsDefaultInstance ( )
private
bool google::protobuf::FieldOptions::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

bool google::protobuf::FieldOptions::lazy ( ) const
inline
5616  {
5617  // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.lazy)
5618  return lazy_;
5619 }
bool lazy_
Definition: descriptor.pb.h:2013
void google::protobuf::FieldOptions::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::FieldOptions::MergeFrom ( const FieldOptions from)
bool google::protobuf::FieldOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * google::protobuf::FieldOptions::mutable_experimental_map_key ( )
inline
5694  {
5697  experimental_map_key_ = new ::std::string;
5698  }
5699  // @@protoc_insertion_point(field_mutable:google.protobuf.FieldOptions.experimental_map_key)
5700  return experimental_map_key_;
5701 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_experimental_map_key()
Definition: descriptor.pb.h:5654
::std::string * experimental_map_key_
Definition: descriptor.pb.h:2016

+ Here is the call graph for this function:

google::protobuf::UninterpretedOption * google::protobuf::FieldOptions::mutable_uninterpreted_option ( int  index)
inline
5761  {
5762  // @@protoc_insertion_point(field_mutable:google.protobuf.FieldOptions.uninterpreted_option)
5763  return uninterpreted_option_.Mutable(index);
5764 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2017
google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > * google::protobuf::FieldOptions::mutable_uninterpreted_option ( )
inline
5775  {
5776  // @@protoc_insertion_point(field_mutable_list:google.protobuf.FieldOptions.uninterpreted_option)
5777  return &uninterpreted_option_;
5778 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2017
inline ::google::protobuf::UnknownFieldSet* google::protobuf::FieldOptions::mutable_unknown_fields ( )
inline
1868  {
1869  return &_unknown_fields_;
1870  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2007
FieldOptions* google::protobuf::FieldOptions::New ( ) const
virtual
FieldOptions& google::protobuf::FieldOptions::operator= ( const FieldOptions from)
inline
1859  {
1860  CopyFrom(from);
1861  return *this;
1862  }
void CopyFrom(const ::google::protobuf::Message &from)
bool google::protobuf::FieldOptions::packed ( ) const
inline
5592  {
5593  // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.packed)
5594  return packed_;
5595 }
bool packed_
Definition: descriptor.pb.h:2012

+ Here is the caller graph for this function:

std::string * google::protobuf::FieldOptions::release_experimental_map_key ( )
inline
5702  {
5705  return NULL;
5706  } else {
5707  ::std::string* temp = experimental_map_key_;
5709  return temp;
5710  }
5711 }
void clear_has_experimental_map_key()
Definition: descriptor.pb.h:5657
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * experimental_map_key_
Definition: descriptor.pb.h:2016

+ Here is the call graph for this function:

void google::protobuf::FieldOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::FieldOptions::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::FieldOptions::set_allocated_experimental_map_key ( ::std::string *  experimental_map_key)
inline
5712  {
5714  delete experimental_map_key_;
5715  }
5716  if (experimental_map_key) {
5719  } else {
5722  }
5723  // @@protoc_insertion_point(field_set_allocated:google.protobuf.FieldOptions.experimental_map_key)
5724 }
void clear_has_experimental_map_key()
Definition: descriptor.pb.h:5657
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_experimental_map_key()
Definition: descriptor.pb.h:5654
::std::string * experimental_map_key_
Definition: descriptor.pb.h:2016
const ::std::string & experimental_map_key() const
Definition: descriptor.pb.h:5666

+ Here is the call graph for this function:

void google::protobuf::FieldOptions::set_ctype ( ::google::protobuf::FieldOptions_CType  value)
inline
5571  {
5573  set_has_ctype();
5574  ctype_ = value;
5575  // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.ctype)
5576 }
LIBPROTOBUF_EXPORT bool FieldOptions_CType_IsValid(int value)
int ctype_
Definition: descriptor.pb.h:2011
void set_has_ctype()
Definition: descriptor.pb.h:5557
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FieldOptions::set_deprecated ( bool  value)
inline
5644  {
5646  deprecated_ = value;
5647  // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.deprecated)
5648 }
void set_has_deprecated()
Definition: descriptor.pb.h:5630
bool deprecated_
Definition: descriptor.pb.h:2014
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FieldOptions::set_experimental_map_key ( const ::std::string &  value)
inline
5670  {
5673  experimental_map_key_ = new ::std::string;
5674  }
5675  experimental_map_key_->assign(value);
5676  // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.experimental_map_key)
5677 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_experimental_map_key()
Definition: descriptor.pb.h:5654
::std::string * experimental_map_key_
Definition: descriptor.pb.h:2016
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FieldOptions::set_experimental_map_key ( const char *  value)
inline
5678  {
5681  experimental_map_key_ = new ::std::string;
5682  }
5683  experimental_map_key_->assign(value);
5684  // @@protoc_insertion_point(field_set_char:google.protobuf.FieldOptions.experimental_map_key)
5685 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_experimental_map_key()
Definition: descriptor.pb.h:5654
::std::string * experimental_map_key_
Definition: descriptor.pb.h:2016
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FieldOptions::set_experimental_map_key ( const char *  value,
size_t  size 
)
inline
5686  {
5689  experimental_map_key_ = new ::std::string;
5690  }
5691  experimental_map_key_->assign(reinterpret_cast<const char*>(value), size);
5692  // @@protoc_insertion_point(field_set_pointer:google.protobuf.FieldOptions.experimental_map_key)
5693 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_experimental_map_key()
Definition: descriptor.pb.h:5654
::std::string * experimental_map_key_
Definition: descriptor.pb.h:2016
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FieldOptions::set_has_ctype ( )
inlineprivate
5557  {
5558  _has_bits_[0] |= 0x00000001u;
5559 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::set_has_deprecated ( )
inlineprivate
5630  {
5631  _has_bits_[0] |= 0x00000008u;
5632 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::set_has_experimental_map_key ( )
inlineprivate
5654  {
5655  _has_bits_[0] |= 0x00000010u;
5656 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::set_has_lazy ( )
inlineprivate
5606  {
5607  _has_bits_[0] |= 0x00000004u;
5608 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::set_has_packed ( )
inlineprivate
5582  {
5583  _has_bits_[0] |= 0x00000002u;
5584 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::set_has_weak ( )
inlineprivate
5730  {
5731  _has_bits_[0] |= 0x00000020u;
5732 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2009
void google::protobuf::FieldOptions::set_lazy ( bool  value)
inline
5620  {
5621  set_has_lazy();
5622  lazy_ = value;
5623  // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.lazy)
5624 }
void set_has_lazy()
Definition: descriptor.pb.h:5606
bool lazy_
Definition: descriptor.pb.h:2013
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FieldOptions::set_packed ( bool  value)
inline
5596  {
5597  set_has_packed();
5598  packed_ = value;
5599  // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.packed)
5600 }
void set_has_packed()
Definition: descriptor.pb.h:5582
bool packed_
Definition: descriptor.pb.h:2012
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FieldOptions::set_weak ( bool  value)
inline
5744  {
5745  set_has_weak();
5746  weak_ = value;
5747  // @@protoc_insertion_point(field_set:google.protobuf.FieldOptions.weak)
5748 }
bool weak_
Definition: descriptor.pb.h:2015
void set_has_weak()
Definition: descriptor.pb.h:5730
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FieldOptions::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::FieldOptions::SharedCtor ( )
private
void google::protobuf::FieldOptions::SharedDtor ( )
private
void google::protobuf::FieldOptions::Swap ( FieldOptions other)
const ::google::protobuf::UninterpretedOption & google::protobuf::FieldOptions::uninterpreted_option ( int  index) const
inline
5757  {
5758  // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.uninterpreted_option)
5759  return uninterpreted_option_.Get(index);
5760 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2017
const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > & google::protobuf::FieldOptions::uninterpreted_option ( ) const
inline
5770  {
5771  // @@protoc_insertion_point(field_list:google.protobuf.FieldOptions.uninterpreted_option)
5772  return uninterpreted_option_;
5773 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2017
int google::protobuf::FieldOptions::uninterpreted_option_size ( ) const
inline
5751  {
5752  return uninterpreted_option_.size();
5753 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:2017
const ::google::protobuf::UnknownFieldSet& google::protobuf::FieldOptions::unknown_fields ( ) const
inline
1864  {
1865  return _unknown_fields_;
1866  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2007
bool google::protobuf::FieldOptions::weak ( ) const
inline
5740  {
5741  // @@protoc_insertion_point(field_get:google.protobuf.FieldOptions.weak)
5742  return weak_;
5743 }
bool weak_
Definition: descriptor.pb.h:2015

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::FieldOptions::_cached_size_
mutableprivate
::google::protobuf::internal::ExtensionSet google::protobuf::FieldOptions::_extensions_
private
::google::protobuf::uint32 google::protobuf::FieldOptions::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet google::protobuf::FieldOptions::_unknown_fields_
private
const CType google::protobuf::FieldOptions::CORD = FieldOptions_CType_CORD
static
int google::protobuf::FieldOptions::ctype_
private
const int google::protobuf::FieldOptions::CType_ARRAYSIZE
static
const CType google::protobuf::FieldOptions::CType_MAX
static
const CType google::protobuf::FieldOptions::CType_MIN
static
FieldOptions* google::protobuf::FieldOptions::default_instance_
staticprivate
bool google::protobuf::FieldOptions::deprecated_
private
::std::string* google::protobuf::FieldOptions::experimental_map_key_
private
const int google::protobuf::FieldOptions::kCtypeFieldNumber = 1
static
const int google::protobuf::FieldOptions::kDeprecatedFieldNumber = 3
static
const int google::protobuf::FieldOptions::kExperimentalMapKeyFieldNumber = 9
static
const int google::protobuf::FieldOptions::kLazyFieldNumber = 5
static
const int google::protobuf::FieldOptions::kPackedFieldNumber = 2
static
const int google::protobuf::FieldOptions::kUninterpretedOptionFieldNumber = 999
static
const int google::protobuf::FieldOptions::kWeakFieldNumber = 10
static
bool google::protobuf::FieldOptions::lazy_
private
bool google::protobuf::FieldOptions::packed_
private
const CType google::protobuf::FieldOptions::STRING = FieldOptions_CType_STRING
static
const CType google::protobuf::FieldOptions::STRING_PIECE = FieldOptions_CType_STRING_PIECE
static
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > google::protobuf::FieldOptions::uninterpreted_option_
private
bool google::protobuf::FieldOptions::weak_
private

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