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

#include <descriptor.pb.h>

Public Types

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

Public Member Functions

 FileOptions ()
 
virtual ~FileOptions ()
 
 FileOptions (const FileOptions &from)
 
FileOptionsoperator= (const FileOptions &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FileOptions *other)
 
FileOptionsNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const FileOptions &from)
 
void MergeFrom (const FileOptions &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_java_package () const
 
void clear_java_package ()
 
const ::std::string & java_package () const
 
void set_java_package (const ::std::string &value)
 
void set_java_package (const char *value)
 
void set_java_package (const char *value, size_t size)
 
inline::std::string * mutable_java_package ()
 
inline::std::string * release_java_package ()
 
void set_allocated_java_package (::std::string *java_package)
 
bool has_java_outer_classname () const
 
void clear_java_outer_classname ()
 
const ::std::string & java_outer_classname () const
 
void set_java_outer_classname (const ::std::string &value)
 
void set_java_outer_classname (const char *value)
 
void set_java_outer_classname (const char *value, size_t size)
 
inline::std::string * mutable_java_outer_classname ()
 
inline::std::string * release_java_outer_classname ()
 
void set_allocated_java_outer_classname (::std::string *java_outer_classname)
 
bool has_java_multiple_files () const
 
void clear_java_multiple_files ()
 
bool java_multiple_files () const
 
void set_java_multiple_files (bool value)
 
bool has_java_generate_equals_and_hash () const
 
void clear_java_generate_equals_and_hash ()
 
bool java_generate_equals_and_hash () const
 
void set_java_generate_equals_and_hash (bool value)
 
bool has_java_string_check_utf8 () const
 
void clear_java_string_check_utf8 ()
 
bool java_string_check_utf8 () const
 
void set_java_string_check_utf8 (bool value)
 
bool has_optimize_for () const
 
void clear_optimize_for ()
 
inline::google::protobuf::FileOptions_OptimizeMode optimize_for () const
 
void set_optimize_for (::google::protobuf::FileOptions_OptimizeMode value)
 
bool has_go_package () const
 
void clear_go_package ()
 
const ::std::string & go_package () const
 
void set_go_package (const ::std::string &value)
 
void set_go_package (const char *value)
 
void set_go_package (const char *value, size_t size)
 
inline::std::string * mutable_go_package ()
 
inline::std::string * release_go_package ()
 
void set_allocated_go_package (::std::string *go_package)
 
bool has_cc_generic_services () const
 
void clear_cc_generic_services ()
 
bool cc_generic_services () const
 
void set_cc_generic_services (bool value)
 
bool has_java_generic_services () const
 
void clear_java_generic_services ()
 
bool java_generic_services () const
 
void set_java_generic_services (bool value)
 
bool has_py_generic_services () const
 
void clear_py_generic_services ()
 
bool py_generic_services () const
 
void set_py_generic_services (bool value)
 
bool has_deprecated () const
 
void clear_deprecated ()
 
bool deprecated () const
 
void set_deprecated (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 FileOptionsdefault_instance ()
 
static bool OptimizeMode_IsValid (int value)
 
static const
::google::protobuf::EnumDescriptor
OptimizeMode_descriptor ()
 
static const ::std::string & OptimizeMode_Name (OptimizeMode value)
 
static bool OptimizeMode_Parse (const ::std::string &name, OptimizeMode *value)
 

Static Public Attributes

static const OptimizeMode SPEED = FileOptions_OptimizeMode_SPEED
 
static const OptimizeMode CODE_SIZE = FileOptions_OptimizeMode_CODE_SIZE
 
static const OptimizeMode LITE_RUNTIME = FileOptions_OptimizeMode_LITE_RUNTIME
 
static const OptimizeMode OptimizeMode_MIN
 
static const OptimizeMode OptimizeMode_MAX
 
static const int OptimizeMode_ARRAYSIZE
 
static const int kJavaPackageFieldNumber = 1
 
static const int kJavaOuterClassnameFieldNumber = 8
 
static const int kJavaMultipleFilesFieldNumber = 10
 
static const int kJavaGenerateEqualsAndHashFieldNumber = 20
 
static const int kJavaStringCheckUtf8FieldNumber = 27
 
static const int kOptimizeForFieldNumber = 9
 
static const int kGoPackageFieldNumber = 11
 
static const int kCcGenericServicesFieldNumber = 16
 
static const int kJavaGenericServicesFieldNumber = 17
 
static const int kPyGenericServicesFieldNumber = 18
 
static const int kDeprecatedFieldNumber = 23
 
static const int kUninterpretedOptionFieldNumber = 999
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_java_package ()
 
void clear_has_java_package ()
 
void set_has_java_outer_classname ()
 
void clear_has_java_outer_classname ()
 
void set_has_java_multiple_files ()
 
void clear_has_java_multiple_files ()
 
void set_has_java_generate_equals_and_hash ()
 
void clear_has_java_generate_equals_and_hash ()
 
void set_has_java_string_check_utf8 ()
 
void clear_has_java_string_check_utf8 ()
 
void set_has_optimize_for ()
 
void clear_has_optimize_for ()
 
void set_has_go_package ()
 
void clear_has_go_package ()
 
void set_has_cc_generic_services ()
 
void clear_has_cc_generic_services ()
 
void set_has_java_generic_services ()
 
void clear_has_java_generic_services ()
 
void set_has_py_generic_services ()
 
void clear_has_py_generic_services ()
 
void set_has_deprecated ()
 
void clear_has_deprecated ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::internal::ExtensionSet _extensions_
 
::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * java_package_
 
::std::string * java_outer_classname_
 
bool java_multiple_files_
 
bool java_generate_equals_and_hash_
 
bool java_string_check_utf8_
 
bool cc_generic_services_
 
int optimize_for_
 
::std::string * go_package_
 
::google::protobuf::RepeatedPtrField
< ::google::protobuf::UninterpretedOption
uninterpreted_option_
 
bool java_generic_services_
 
bool py_generic_services_
 
bool deprecated_
 

Static Private Attributes

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

Member Function Documentation

google::protobuf::UninterpretedOption * google::protobuf::FileOptions::add_uninterpreted_option ( )
inline
5428  {
5429  // @@protoc_insertion_point(field_add:google.protobuf.FileOptions.uninterpreted_option)
5430  return uninterpreted_option_.Add();
5431 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1724
int google::protobuf::FileOptions::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

bool google::protobuf::FileOptions::cc_generic_services ( ) const
inline
5331  {
5332  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.cc_generic_services)
5333  return cc_generic_services_;
5334 }
bool cc_generic_services_
Definition: descriptor.pb.h:1721

+ Here is the caller graph for this function:

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

Reimplemented from google::protobuf::Message.

void google::protobuf::FileOptions::clear_cc_generic_services ( )
inline
5327  {
5328  cc_generic_services_ = false;
5330 }
void clear_has_cc_generic_services()
Definition: descriptor.pb.h:5324
bool cc_generic_services_
Definition: descriptor.pb.h:1721
void google::protobuf::FileOptions::clear_deprecated ( )
inline
5399  {
5400  deprecated_ = false;
5402 }
bool deprecated_
Definition: descriptor.pb.h:1727
void clear_has_deprecated()
Definition: descriptor.pb.h:5396
void google::protobuf::FileOptions::clear_go_package ( )
inline
5251  {
5253  go_package_->clear();
5254  }
5256 }
::std::string * go_package_
Definition: descriptor.pb.h:1723
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_go_package()
Definition: descriptor.pb.h:5248

+ Here is the call graph for this function:

void google::protobuf::FileOptions::clear_has_cc_generic_services ( )
inlineprivate
5324  {
5325  _has_bits_[0] &= ~0x00000080u;
5326 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_deprecated ( )
inlineprivate
5396  {
5397  _has_bits_[0] &= ~0x00000400u;
5398 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_go_package ( )
inlineprivate
5248  {
5249  _has_bits_[0] &= ~0x00000040u;
5250 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_java_generate_equals_and_hash ( )
inlineprivate
5175  {
5176  _has_bits_[0] &= ~0x00000008u;
5177 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_java_generic_services ( )
inlineprivate
5348  {
5349  _has_bits_[0] &= ~0x00000100u;
5350 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_java_multiple_files ( )
inlineprivate
5151  {
5152  _has_bits_[0] &= ~0x00000004u;
5153 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_java_outer_classname ( )
inlineprivate
5075  {
5076  _has_bits_[0] &= ~0x00000002u;
5077 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_java_package ( )
inlineprivate
4999  {
5000  _has_bits_[0] &= ~0x00000001u;
5001 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_java_string_check_utf8 ( )
inlineprivate
5199  {
5200  _has_bits_[0] &= ~0x00000010u;
5201 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_optimize_for ( )
inlineprivate
5223  {
5224  _has_bits_[0] &= ~0x00000020u;
5225 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_has_py_generic_services ( )
inlineprivate
5372  {
5373  _has_bits_[0] &= ~0x00000200u;
5374 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::clear_java_generate_equals_and_hash ( )
inline
5178  {
5181 }
bool java_generate_equals_and_hash_
Definition: descriptor.pb.h:1719
void clear_has_java_generate_equals_and_hash()
Definition: descriptor.pb.h:5175
void google::protobuf::FileOptions::clear_java_generic_services ( )
inline
5351  {
5352  java_generic_services_ = false;
5354 }
void clear_has_java_generic_services()
Definition: descriptor.pb.h:5348
bool java_generic_services_
Definition: descriptor.pb.h:1725
void google::protobuf::FileOptions::clear_java_multiple_files ( )
inline
5154  {
5155  java_multiple_files_ = false;
5157 }
bool java_multiple_files_
Definition: descriptor.pb.h:1718
void clear_has_java_multiple_files()
Definition: descriptor.pb.h:5151
void google::protobuf::FileOptions::clear_java_outer_classname ( )
inline
5078  {
5080  java_outer_classname_->clear();
5081  }
5083 }
void clear_has_java_outer_classname()
Definition: descriptor.pb.h:5075
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * java_outer_classname_
Definition: descriptor.pb.h:1717

+ Here is the call graph for this function:

void google::protobuf::FileOptions::clear_java_package ( )
inline
5002  {
5004  java_package_->clear();
5005  }
5007 }
::std::string * java_package_
Definition: descriptor.pb.h:1716
void clear_has_java_package()
Definition: descriptor.pb.h:4999
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

void google::protobuf::FileOptions::clear_java_string_check_utf8 ( )
inline
5202  {
5203  java_string_check_utf8_ = false;
5205 }
void clear_has_java_string_check_utf8()
Definition: descriptor.pb.h:5199
bool java_string_check_utf8_
Definition: descriptor.pb.h:1720
void google::protobuf::FileOptions::clear_optimize_for ( )
inline
5226  {
5227  optimize_for_ = 1;
5229 }
void clear_has_optimize_for()
Definition: descriptor.pb.h:5223
int optimize_for_
Definition: descriptor.pb.h:1722
void google::protobuf::FileOptions::clear_py_generic_services ( )
inline
5375  {
5376  py_generic_services_ = false;
5378 }
bool py_generic_services_
Definition: descriptor.pb.h:1726
void clear_has_py_generic_services()
Definition: descriptor.pb.h:5372
void google::protobuf::FileOptions::clear_uninterpreted_option ( )
inline
5417  {
5418  uninterpreted_option_.Clear();
5419 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1724
void google::protobuf::FileOptions::CopyFrom ( const ::google::protobuf::Message from)
void google::protobuf::FileOptions::CopyFrom ( const FileOptions from)
static const FileOptions& google::protobuf::FileOptions::default_instance ( )
static
bool google::protobuf::FileOptions::deprecated ( ) const
inline
5403  {
5404  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.deprecated)
5405  return deprecated_;
5406 }
bool deprecated_
Definition: descriptor.pb.h:1727
static const ::google::protobuf::Descriptor* google::protobuf::FileOptions::descriptor ( )
static
int google::protobuf::FileOptions::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

1543 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:1715
::google::protobuf::Metadata google::protobuf::FileOptions::GetMetadata ( ) const
virtual
const ::std::string & google::protobuf::FileOptions::go_package ( ) const
inline
5257  {
5258  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.go_package)
5259  return *go_package_;
5260 }
::std::string * go_package_
Definition: descriptor.pb.h:1723
bool google::protobuf::FileOptions::has_cc_generic_services ( ) const
inline
5318  {
5319  return (_has_bits_[0] & 0x00000080u) != 0;
5320 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_deprecated ( ) const
inline
5390  {
5391  return (_has_bits_[0] & 0x00000400u) != 0;
5392 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_go_package ( ) const
inline
5242  {
5243  return (_has_bits_[0] & 0x00000040u) != 0;
5244 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_java_generate_equals_and_hash ( ) const
inline
5169  {
5170  return (_has_bits_[0] & 0x00000008u) != 0;
5171 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_java_generic_services ( ) const
inline
5342  {
5343  return (_has_bits_[0] & 0x00000100u) != 0;
5344 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_java_multiple_files ( ) const
inline
5145  {
5146  return (_has_bits_[0] & 0x00000004u) != 0;
5147 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_java_outer_classname ( ) const
inline
5069  {
5070  return (_has_bits_[0] & 0x00000002u) != 0;
5071 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_java_package ( ) const
inline
4993  {
4994  return (_has_bits_[0] & 0x00000001u) != 0;
4995 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_java_string_check_utf8 ( ) const
inline
5193  {
5194  return (_has_bits_[0] & 0x00000010u) != 0;
5195 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_optimize_for ( ) const
inline
5217  {
5218  return (_has_bits_[0] & 0x00000020u) != 0;
5219 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
bool google::protobuf::FileOptions::has_py_generic_services ( ) const
inline
5366  {
5367  return (_has_bits_[0] & 0x00000200u) != 0;
5368 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::InitAsDefaultInstance ( )
private
bool google::protobuf::FileOptions::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

bool google::protobuf::FileOptions::java_generate_equals_and_hash ( ) const
inline
5182  {
5183  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_generate_equals_and_hash)
5185 }
bool java_generate_equals_and_hash_
Definition: descriptor.pb.h:1719
bool google::protobuf::FileOptions::java_generic_services ( ) const
inline
5355  {
5356  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_generic_services)
5357  return java_generic_services_;
5358 }
bool java_generic_services_
Definition: descriptor.pb.h:1725
bool google::protobuf::FileOptions::java_multiple_files ( ) const
inline
5158  {
5159  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_multiple_files)
5160  return java_multiple_files_;
5161 }
bool java_multiple_files_
Definition: descriptor.pb.h:1718
const ::std::string & google::protobuf::FileOptions::java_outer_classname ( ) const
inline
5084  {
5085  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_outer_classname)
5086  return *java_outer_classname_;
5087 }
::std::string * java_outer_classname_
Definition: descriptor.pb.h:1717
const ::std::string & google::protobuf::FileOptions::java_package ( ) const
inline
5008  {
5009  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_package)
5010  return *java_package_;
5011 }
::std::string * java_package_
Definition: descriptor.pb.h:1716
bool google::protobuf::FileOptions::java_string_check_utf8 ( ) const
inline
5206  {
5207  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_string_check_utf8)
5208  return java_string_check_utf8_;
5209 }
bool java_string_check_utf8_
Definition: descriptor.pb.h:1720
void google::protobuf::FileOptions::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::FileOptions::MergeFrom ( const FileOptions from)
bool google::protobuf::FileOptions::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * google::protobuf::FileOptions::mutable_go_package ( )
inline
5285  {
5288  go_package_ = new ::std::string;
5289  }
5290  // @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.go_package)
5291  return go_package_;
5292 }
::std::string * go_package_
Definition: descriptor.pb.h:1723
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_go_package()
Definition: descriptor.pb.h:5245

+ Here is the call graph for this function:

std::string * google::protobuf::FileOptions::mutable_java_outer_classname ( )
inline
5112  {
5115  java_outer_classname_ = new ::std::string;
5116  }
5117  // @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.java_outer_classname)
5118  return java_outer_classname_;
5119 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * java_outer_classname_
Definition: descriptor.pb.h:1717
void set_has_java_outer_classname()
Definition: descriptor.pb.h:5072

+ Here is the call graph for this function:

std::string * google::protobuf::FileOptions::mutable_java_package ( )
inline
5036  {
5039  java_package_ = new ::std::string;
5040  }
5041  // @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.java_package)
5042  return java_package_;
5043 }
::std::string * java_package_
Definition: descriptor.pb.h:1716
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_java_package()
Definition: descriptor.pb.h:4996

+ Here is the call graph for this function:

google::protobuf::UninterpretedOption * google::protobuf::FileOptions::mutable_uninterpreted_option ( int  index)
inline
5424  {
5425  // @@protoc_insertion_point(field_mutable:google.protobuf.FileOptions.uninterpreted_option)
5426  return uninterpreted_option_.Mutable(index);
5427 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1724
google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > * google::protobuf::FileOptions::mutable_uninterpreted_option ( )
inline
5438  {
5439  // @@protoc_insertion_point(field_mutable_list:google.protobuf.FileOptions.uninterpreted_option)
5440  return &uninterpreted_option_;
5441 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1724
inline ::google::protobuf::UnknownFieldSet* google::protobuf::FileOptions::mutable_unknown_fields ( )
inline
1518  {
1519  return &_unknown_fields_;
1520  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:1712
FileOptions* google::protobuf::FileOptions::New ( ) const
virtual
FileOptions& google::protobuf::FileOptions::operator= ( const FileOptions from)
inline
1509  {
1510  CopyFrom(from);
1511  return *this;
1512  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::FileOptions_OptimizeMode google::protobuf::FileOptions::optimize_for ( ) const
inline
5230  {
5231  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.optimize_for)
5233 }
FileOptions_OptimizeMode
Definition: descriptor.pb.h:115
int optimize_for_
Definition: descriptor.pb.h:1722

+ Here is the caller graph for this function:

static const ::google::protobuf::EnumDescriptor* google::protobuf::FileOptions::OptimizeMode_descriptor ( )
inlinestatic
1567  {
1569  }
LIBPROTOBUF_EXPORTconst::google::protobuf::EnumDescriptor * FileOptions_OptimizeMode_descriptor()

+ Here is the call graph for this function:

static bool google::protobuf::FileOptions::OptimizeMode_IsValid ( int  value)
inlinestatic
1557  {
1559  }
LIBPROTOBUF_EXPORT bool FileOptions_OptimizeMode_IsValid(int value)
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

static const ::std::string& google::protobuf::FileOptions::OptimizeMode_Name ( OptimizeMode  value)
inlinestatic
1570  {
1572  }
const ::std::string & FileOptions_OptimizeMode_Name(FileOptions_OptimizeMode value)
Definition: descriptor.pb.h:126
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

static bool google::protobuf::FileOptions::OptimizeMode_Parse ( const ::std::string &  name,
OptimizeMode value 
)
inlinestatic
1574  {
1575  return FileOptions_OptimizeMode_Parse(name, value);
1576  }
bool FileOptions_OptimizeMode_Parse(const ::std::string &name, FileOptions_OptimizeMode *value)
Definition: descriptor.pb.h:130
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

bool google::protobuf::FileOptions::py_generic_services ( ) const
inline
5379  {
5380  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.py_generic_services)
5381  return py_generic_services_;
5382 }
bool py_generic_services_
Definition: descriptor.pb.h:1726
std::string * google::protobuf::FileOptions::release_go_package ( )
inline
5293  {
5296  return NULL;
5297  } else {
5298  ::std::string* temp = go_package_;
5300  return temp;
5301  }
5302 }
::std::string * go_package_
Definition: descriptor.pb.h:1723
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_go_package()
Definition: descriptor.pb.h:5248

+ Here is the call graph for this function:

std::string * google::protobuf::FileOptions::release_java_outer_classname ( )
inline
5120  {
5123  return NULL;
5124  } else {
5125  ::std::string* temp = java_outer_classname_;
5127  return temp;
5128  }
5129 }
void clear_has_java_outer_classname()
Definition: descriptor.pb.h:5075
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * java_outer_classname_
Definition: descriptor.pb.h:1717

+ Here is the call graph for this function:

std::string * google::protobuf::FileOptions::release_java_package ( )
inline
5044  {
5047  return NULL;
5048  } else {
5049  ::std::string* temp = java_package_;
5051  return temp;
5052  }
5053 }
::std::string * java_package_
Definition: descriptor.pb.h:1716
void clear_has_java_package()
Definition: descriptor.pb.h:4999
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:

void google::protobuf::FileOptions::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::FileOptions::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::FileOptions::set_allocated_go_package ( ::std::string *  go_package)
inline
5303  {
5305  delete go_package_;
5306  }
5307  if (go_package) {
5310  } else {
5313  }
5314  // @@protoc_insertion_point(field_set_allocated:google.protobuf.FileOptions.go_package)
5315 }
::std::string * go_package_
Definition: descriptor.pb.h:1723
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_go_package()
Definition: descriptor.pb.h:5245
const ::std::string & go_package() const
Definition: descriptor.pb.h:5257
void clear_has_go_package()
Definition: descriptor.pb.h:5248

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_allocated_java_outer_classname ( ::std::string *  java_outer_classname)
inline
5130  {
5132  delete java_outer_classname_;
5133  }
5134  if (java_outer_classname) {
5137  } else {
5140  }
5141  // @@protoc_insertion_point(field_set_allocated:google.protobuf.FileOptions.java_outer_classname)
5142 }
void clear_has_java_outer_classname()
Definition: descriptor.pb.h:5075
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & java_outer_classname() const
Definition: descriptor.pb.h:5084
::std::string * java_outer_classname_
Definition: descriptor.pb.h:1717
void set_has_java_outer_classname()
Definition: descriptor.pb.h:5072

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_allocated_java_package ( ::std::string *  java_package)
inline
5054  {
5056  delete java_package_;
5057  }
5058  if (java_package) {
5061  } else {
5064  }
5065  // @@protoc_insertion_point(field_set_allocated:google.protobuf.FileOptions.java_package)
5066 }
const ::std::string & java_package() const
Definition: descriptor.pb.h:5008
::std::string * java_package_
Definition: descriptor.pb.h:1716
void clear_has_java_package()
Definition: descriptor.pb.h:4999
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_java_package()
Definition: descriptor.pb.h:4996

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_cc_generic_services ( bool  value)
inline
5335  {
5338  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.cc_generic_services)
5339 }
void set_has_cc_generic_services()
Definition: descriptor.pb.h:5321
const FieldDescriptor value
Definition: descriptor.h:1522
bool cc_generic_services_
Definition: descriptor.pb.h:1721
void google::protobuf::FileOptions::set_deprecated ( bool  value)
inline
5407  {
5409  deprecated_ = value;
5410  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.deprecated)
5411 }
bool deprecated_
Definition: descriptor.pb.h:1727
void set_has_deprecated()
Definition: descriptor.pb.h:5393
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FileOptions::set_go_package ( const ::std::string &  value)
inline
5261  {
5264  go_package_ = new ::std::string;
5265  }
5266  go_package_->assign(value);
5267  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.go_package)
5268 }
::std::string * go_package_
Definition: descriptor.pb.h:1723
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_go_package()
Definition: descriptor.pb.h:5245
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_go_package ( const char *  value)
inline
5269  {
5272  go_package_ = new ::std::string;
5273  }
5274  go_package_->assign(value);
5275  // @@protoc_insertion_point(field_set_char:google.protobuf.FileOptions.go_package)
5276 }
::std::string * go_package_
Definition: descriptor.pb.h:1723
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_go_package()
Definition: descriptor.pb.h:5245
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_go_package ( const char *  value,
size_t  size 
)
inline
5277  {
5280  go_package_ = new ::std::string;
5281  }
5282  go_package_->assign(reinterpret_cast<const char*>(value), size);
5283  // @@protoc_insertion_point(field_set_pointer:google.protobuf.FileOptions.go_package)
5284 }
::std::string * go_package_
Definition: descriptor.pb.h:1723
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_go_package()
Definition: descriptor.pb.h:5245
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_has_cc_generic_services ( )
inlineprivate
5321  {
5322  _has_bits_[0] |= 0x00000080u;
5323 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_deprecated ( )
inlineprivate
5393  {
5394  _has_bits_[0] |= 0x00000400u;
5395 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_go_package ( )
inlineprivate
5245  {
5246  _has_bits_[0] |= 0x00000040u;
5247 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_java_generate_equals_and_hash ( )
inlineprivate
5172  {
5173  _has_bits_[0] |= 0x00000008u;
5174 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_java_generic_services ( )
inlineprivate
5345  {
5346  _has_bits_[0] |= 0x00000100u;
5347 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_java_multiple_files ( )
inlineprivate
5148  {
5149  _has_bits_[0] |= 0x00000004u;
5150 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_java_outer_classname ( )
inlineprivate
5072  {
5073  _has_bits_[0] |= 0x00000002u;
5074 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_java_package ( )
inlineprivate
4996  {
4997  _has_bits_[0] |= 0x00000001u;
4998 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_java_string_check_utf8 ( )
inlineprivate
5196  {
5197  _has_bits_[0] |= 0x00000010u;
5198 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_optimize_for ( )
inlineprivate
5220  {
5221  _has_bits_[0] |= 0x00000020u;
5222 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_has_py_generic_services ( )
inlineprivate
5369  {
5370  _has_bits_[0] |= 0x00000200u;
5371 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:1714
void google::protobuf::FileOptions::set_java_generate_equals_and_hash ( bool  value)
inline
5186  {
5189  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_generate_equals_and_hash)
5190 }
bool java_generate_equals_and_hash_
Definition: descriptor.pb.h:1719
void set_has_java_generate_equals_and_hash()
Definition: descriptor.pb.h:5172
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FileOptions::set_java_generic_services ( bool  value)
inline
5359  {
5362  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_generic_services)
5363 }
void set_has_java_generic_services()
Definition: descriptor.pb.h:5345
const FieldDescriptor value
Definition: descriptor.h:1522
bool java_generic_services_
Definition: descriptor.pb.h:1725
void google::protobuf::FileOptions::set_java_multiple_files ( bool  value)
inline
5162  {
5165  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_multiple_files)
5166 }
void set_has_java_multiple_files()
Definition: descriptor.pb.h:5148
bool java_multiple_files_
Definition: descriptor.pb.h:1718
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FileOptions::set_java_outer_classname ( const ::std::string &  value)
inline
5088  {
5091  java_outer_classname_ = new ::std::string;
5092  }
5093  java_outer_classname_->assign(value);
5094  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_outer_classname)
5095 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * java_outer_classname_
Definition: descriptor.pb.h:1717
void set_has_java_outer_classname()
Definition: descriptor.pb.h:5072
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_java_outer_classname ( const char *  value)
inline
5096  {
5099  java_outer_classname_ = new ::std::string;
5100  }
5101  java_outer_classname_->assign(value);
5102  // @@protoc_insertion_point(field_set_char:google.protobuf.FileOptions.java_outer_classname)
5103 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * java_outer_classname_
Definition: descriptor.pb.h:1717
void set_has_java_outer_classname()
Definition: descriptor.pb.h:5072
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_java_outer_classname ( const char *  value,
size_t  size 
)
inline
5104  {
5107  java_outer_classname_ = new ::std::string;
5108  }
5109  java_outer_classname_->assign(reinterpret_cast<const char*>(value), size);
5110  // @@protoc_insertion_point(field_set_pointer:google.protobuf.FileOptions.java_outer_classname)
5111 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * java_outer_classname_
Definition: descriptor.pb.h:1717
void set_has_java_outer_classname()
Definition: descriptor.pb.h:5072
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_java_package ( const ::std::string &  value)
inline
5012  {
5015  java_package_ = new ::std::string;
5016  }
5017  java_package_->assign(value);
5018  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_package)
5019 }
::std::string * java_package_
Definition: descriptor.pb.h:1716
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_java_package()
Definition: descriptor.pb.h:4996

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_java_package ( const char *  value)
inline
5020  {
5023  java_package_ = new ::std::string;
5024  }
5025  java_package_->assign(value);
5026  // @@protoc_insertion_point(field_set_char:google.protobuf.FileOptions.java_package)
5027 }
::std::string * java_package_
Definition: descriptor.pb.h:1716
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_java_package()
Definition: descriptor.pb.h:4996

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_java_package ( const char *  value,
size_t  size 
)
inline
5028  {
5031  java_package_ = new ::std::string;
5032  }
5033  java_package_->assign(reinterpret_cast<const char*>(value), size);
5034  // @@protoc_insertion_point(field_set_pointer:google.protobuf.FileOptions.java_package)
5035 }
::std::string * java_package_
Definition: descriptor.pb.h:1716
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_java_package()
Definition: descriptor.pb.h:4996

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_java_string_check_utf8 ( bool  value)
inline
5210  {
5213  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_string_check_utf8)
5214 }
bool java_string_check_utf8_
Definition: descriptor.pb.h:1720
void set_has_java_string_check_utf8()
Definition: descriptor.pb.h:5196
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FileOptions::set_optimize_for ( ::google::protobuf::FileOptions_OptimizeMode  value)
inline
5234  {
5237  optimize_for_ = value;
5238  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.optimize_for)
5239 }
void set_has_optimize_for()
Definition: descriptor.pb.h:5220
LIBPROTOBUF_EXPORT bool FileOptions_OptimizeMode_IsValid(int value)
const FieldDescriptor value
Definition: descriptor.h:1522
int optimize_for_
Definition: descriptor.pb.h:1722

+ Here is the call graph for this function:

void google::protobuf::FileOptions::set_py_generic_services ( bool  value)
inline
5383  {
5386  // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.py_generic_services)
5387 }
bool py_generic_services_
Definition: descriptor.pb.h:1726
void set_has_py_generic_services()
Definition: descriptor.pb.h:5369
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::FileOptions::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::FileOptions::SharedCtor ( )
private
void google::protobuf::FileOptions::SharedDtor ( )
private
void google::protobuf::FileOptions::Swap ( FileOptions other)
const ::google::protobuf::UninterpretedOption & google::protobuf::FileOptions::uninterpreted_option ( int  index) const
inline
5420  {
5421  // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.uninterpreted_option)
5422  return uninterpreted_option_.Get(index);
5423 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1724
const ::google::protobuf::RepeatedPtrField<::google::protobuf::UninterpretedOption > & google::protobuf::FileOptions::uninterpreted_option ( ) const
inline
5433  {
5434  // @@protoc_insertion_point(field_list:google.protobuf.FileOptions.uninterpreted_option)
5435  return uninterpreted_option_;
5436 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1724
int google::protobuf::FileOptions::uninterpreted_option_size ( ) const
inline
5414  {
5415  return uninterpreted_option_.size();
5416 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_
Definition: descriptor.pb.h:1724
const ::google::protobuf::UnknownFieldSet& google::protobuf::FileOptions::unknown_fields ( ) const
inline
1514  {
1515  return _unknown_fields_;
1516  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:1712

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::FileOptions::_cached_size_
mutableprivate
::google::protobuf::internal::ExtensionSet google::protobuf::FileOptions::_extensions_
private
::google::protobuf::uint32 google::protobuf::FileOptions::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet google::protobuf::FileOptions::_unknown_fields_
private
bool google::protobuf::FileOptions::cc_generic_services_
private
const OptimizeMode google::protobuf::FileOptions::CODE_SIZE = FileOptions_OptimizeMode_CODE_SIZE
static
FileOptions* google::protobuf::FileOptions::default_instance_
staticprivate
bool google::protobuf::FileOptions::deprecated_
private
::std::string* google::protobuf::FileOptions::go_package_
private
bool google::protobuf::FileOptions::java_generate_equals_and_hash_
private
bool google::protobuf::FileOptions::java_generic_services_
private
bool google::protobuf::FileOptions::java_multiple_files_
private
::std::string* google::protobuf::FileOptions::java_outer_classname_
private
::std::string* google::protobuf::FileOptions::java_package_
private
bool google::protobuf::FileOptions::java_string_check_utf8_
private
const int google::protobuf::FileOptions::kCcGenericServicesFieldNumber = 16
static
const int google::protobuf::FileOptions::kDeprecatedFieldNumber = 23
static
const int google::protobuf::FileOptions::kGoPackageFieldNumber = 11
static
const int google::protobuf::FileOptions::kJavaGenerateEqualsAndHashFieldNumber = 20
static
const int google::protobuf::FileOptions::kJavaGenericServicesFieldNumber = 17
static
const int google::protobuf::FileOptions::kJavaMultipleFilesFieldNumber = 10
static
const int google::protobuf::FileOptions::kJavaOuterClassnameFieldNumber = 8
static
const int google::protobuf::FileOptions::kJavaPackageFieldNumber = 1
static
const int google::protobuf::FileOptions::kJavaStringCheckUtf8FieldNumber = 27
static
const int google::protobuf::FileOptions::kOptimizeForFieldNumber = 9
static
const int google::protobuf::FileOptions::kPyGenericServicesFieldNumber = 18
static
const int google::protobuf::FileOptions::kUninterpretedOptionFieldNumber = 999
static
const OptimizeMode google::protobuf::FileOptions::LITE_RUNTIME = FileOptions_OptimizeMode_LITE_RUNTIME
static
int google::protobuf::FileOptions::optimize_for_
private
const int google::protobuf::FileOptions::OptimizeMode_ARRAYSIZE
static
const OptimizeMode google::protobuf::FileOptions::OptimizeMode_MAX
static
const OptimizeMode google::protobuf::FileOptions::OptimizeMode_MIN
static
bool google::protobuf::FileOptions::py_generic_services_
private
const OptimizeMode google::protobuf::FileOptions::SPEED = FileOptions_OptimizeMode_SPEED
static
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > google::protobuf::FileOptions::uninterpreted_option_
private

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