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

#include <descriptor.pb.h>

Public Member Functions

 SourceCodeInfo_Location ()
 
virtual ~SourceCodeInfo_Location ()
 
 SourceCodeInfo_Location (const SourceCodeInfo_Location &from)
 
SourceCodeInfo_Locationoperator= (const SourceCodeInfo_Location &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SourceCodeInfo_Location *other)
 
SourceCodeInfo_LocationNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const SourceCodeInfo_Location &from)
 
void MergeFrom (const SourceCodeInfo_Location &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 path_size () const
 
void clear_path ()
 
inline::google::protobuf::int32 path (int index) const
 
void set_path (int index,::google::protobuf::int32 value)
 
void add_path (::google::protobuf::int32 value)
 
const
::google::protobuf::RepeatedField
< ::google::protobuf::int32 > & 
path () const
 
inline::google::protobuf::RepeatedField
< ::google::protobuf::int32 > * 
mutable_path ()
 
int span_size () const
 
void clear_span ()
 
inline::google::protobuf::int32 span (int index) const
 
void set_span (int index,::google::protobuf::int32 value)
 
void add_span (::google::protobuf::int32 value)
 
const
::google::protobuf::RepeatedField
< ::google::protobuf::int32 > & 
span () const
 
inline::google::protobuf::RepeatedField
< ::google::protobuf::int32 > * 
mutable_span ()
 
bool has_leading_comments () const
 
void clear_leading_comments ()
 
const ::std::string & leading_comments () const
 
void set_leading_comments (const ::std::string &value)
 
void set_leading_comments (const char *value)
 
void set_leading_comments (const char *value, size_t size)
 
inline::std::string * mutable_leading_comments ()
 
inline::std::string * release_leading_comments ()
 
void set_allocated_leading_comments (::std::string *leading_comments)
 
bool has_trailing_comments () const
 
void clear_trailing_comments ()
 
const ::std::string & trailing_comments () const
 
void set_trailing_comments (const ::std::string &value)
 
void set_trailing_comments (const char *value)
 
void set_trailing_comments (const char *value, size_t size)
 
inline::std::string * mutable_trailing_comments ()
 
inline::std::string * release_trailing_comments ()
 
void set_allocated_trailing_comments (::std::string *trailing_comments)
 
- 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
SourceCodeInfo_Location
default_instance ()
 

Static Public Attributes

static const int kPathFieldNumber = 1
 
static const int kSpanFieldNumber = 2
 
static const int kLeadingCommentsFieldNumber = 3
 
static const int kTrailingCommentsFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_leading_comments ()
 
void clear_has_leading_comments ()
 
void set_has_trailing_comments ()
 
void clear_has_trailing_comments ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedField
< ::google::protobuf::int32
path_
 
int _path_cached_byte_size_
 
::google::protobuf::RepeatedField
< ::google::protobuf::int32
span_
 
int _span_cached_byte_size_
 
::std::string * leading_comments_
 
::std::string * trailing_comments_
 

Static Private Attributes

static SourceCodeInfo_Locationdefault_instance_
 

Friends

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

Additional Inherited Members

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

Constructor & Destructor Documentation

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

Member Function Documentation

void google::protobuf::SourceCodeInfo_Location::add_path ( ::google::protobuf::int32  value)
inline
6493  {
6494  path_.Add(value);
6495  // @@protoc_insertion_point(field_add:google.protobuf.SourceCodeInfo.Location.path)
6496 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_
Definition: descriptor.pb.h:2782
void Add(const Element &value)
Definition: repeated_field.h:684
const FieldDescriptor value
Definition: descriptor.h:1522
void google::protobuf::SourceCodeInfo_Location::add_span ( ::google::protobuf::int32  value)
inline
6523  {
6524  span_.Add(value);
6525  // @@protoc_insertion_point(field_add:google.protobuf.SourceCodeInfo.Location.span)
6526 }
void Add(const Element &value)
Definition: repeated_field.h:684
::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_
Definition: descriptor.pb.h:2784
const FieldDescriptor value
Definition: descriptor.h:1522
int google::protobuf::SourceCodeInfo_Location::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void google::protobuf::SourceCodeInfo_Location::clear_has_leading_comments ( )
inlineprivate
6545  {
6546  _has_bits_[0] &= ~0x00000004u;
6547 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2780
void google::protobuf::SourceCodeInfo_Location::clear_has_trailing_comments ( )
inlineprivate
6621  {
6622  _has_bits_[0] &= ~0x00000008u;
6623 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2780
void google::protobuf::SourceCodeInfo_Location::clear_leading_comments ( )
inline
6548  {
6550  leading_comments_->clear();
6551  }
6553 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * leading_comments_
Definition: descriptor.pb.h:2786
void clear_has_leading_comments()
Definition: descriptor.pb.h:6545

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::clear_path ( )
inline
6482  {
6483  path_.Clear();
6484 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_
Definition: descriptor.pb.h:2782
void Clear()
Definition: repeated_field.h:723
void google::protobuf::SourceCodeInfo_Location::clear_span ( )
inline
6512  {
6513  span_.Clear();
6514 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_
Definition: descriptor.pb.h:2784
void Clear()
Definition: repeated_field.h:723
void google::protobuf::SourceCodeInfo_Location::clear_trailing_comments ( )
inline
6624  {
6626  trailing_comments_->clear();
6627  }
6629 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_trailing_comments()
Definition: descriptor.pb.h:6621
::std::string * trailing_comments_
Definition: descriptor.pb.h:2787

+ Here is the call graph for this function:

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

Implements google::protobuf::MessageLite.

2711 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:2781
::google::protobuf::Metadata google::protobuf::SourceCodeInfo_Location::GetMetadata ( ) const
virtual
bool google::protobuf::SourceCodeInfo_Location::has_leading_comments ( ) const
inline
6539  {
6540  return (_has_bits_[0] & 0x00000004u) != 0;
6541 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2780
bool google::protobuf::SourceCodeInfo_Location::has_trailing_comments ( ) const
inline
6615  {
6616  return (_has_bits_[0] & 0x00000008u) != 0;
6617 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2780
void google::protobuf::SourceCodeInfo_Location::InitAsDefaultInstance ( )
private
bool google::protobuf::SourceCodeInfo_Location::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

const ::std::string & google::protobuf::SourceCodeInfo_Location::leading_comments ( ) const
inline
6554  {
6555  // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.leading_comments)
6556  return *leading_comments_;
6557 }
::std::string * leading_comments_
Definition: descriptor.pb.h:2786
void google::protobuf::SourceCodeInfo_Location::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::SourceCodeInfo_Location::MergeFrom ( const SourceCodeInfo_Location from)
bool google::protobuf::SourceCodeInfo_Location::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * google::protobuf::SourceCodeInfo_Location::mutable_leading_comments ( )
inline
6582  {
6585  leading_comments_ = new ::std::string;
6586  }
6587  // @@protoc_insertion_point(field_mutable:google.protobuf.SourceCodeInfo.Location.leading_comments)
6588  return leading_comments_;
6589 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_leading_comments()
Definition: descriptor.pb.h:6542
::std::string * leading_comments_
Definition: descriptor.pb.h:2786

+ Here is the call graph for this function:

google::protobuf::RepeatedField<::google::protobuf::int32 > * google::protobuf::SourceCodeInfo_Location::mutable_path ( )
inline
6503  {
6504  // @@protoc_insertion_point(field_mutable_list:google.protobuf.SourceCodeInfo.Location.path)
6505  return &path_;
6506 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_
Definition: descriptor.pb.h:2782
google::protobuf::RepeatedField<::google::protobuf::int32 > * google::protobuf::SourceCodeInfo_Location::mutable_span ( )
inline
6533  {
6534  // @@protoc_insertion_point(field_mutable_list:google.protobuf.SourceCodeInfo.Location.span)
6535  return &span_;
6536 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_
Definition: descriptor.pb.h:2784
std::string * google::protobuf::SourceCodeInfo_Location::mutable_trailing_comments ( )
inline
6658  {
6661  trailing_comments_ = new ::std::string;
6662  }
6663  // @@protoc_insertion_point(field_mutable:google.protobuf.SourceCodeInfo.Location.trailing_comments)
6664  return trailing_comments_;
6665 }
void set_has_trailing_comments()
Definition: descriptor.pb.h:6618
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * trailing_comments_
Definition: descriptor.pb.h:2787

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* google::protobuf::SourceCodeInfo_Location::mutable_unknown_fields ( )
inline
2686  {
2687  return &_unknown_fields_;
2688  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2778
SourceCodeInfo_Location* google::protobuf::SourceCodeInfo_Location::New ( ) const
virtual
SourceCodeInfo_Location& google::protobuf::SourceCodeInfo_Location::operator= ( const SourceCodeInfo_Location from)
inline
2677  {
2678  CopyFrom(from);
2679  return *this;
2680  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::int32 google::protobuf::SourceCodeInfo_Location::path ( int  index) const
inline
6485  {
6486  // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.path)
6487  return path_.Get(index);
6488 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_
Definition: descriptor.pb.h:2782
const Element & Get(int index) const
Definition: repeated_field.h:663

+ Here is the call graph for this function:

const ::google::protobuf::RepeatedField<::google::protobuf::int32 > & google::protobuf::SourceCodeInfo_Location::path ( ) const
inline
6498  {
6499  // @@protoc_insertion_point(field_list:google.protobuf.SourceCodeInfo.Location.path)
6500  return path_;
6501 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_
Definition: descriptor.pb.h:2782
int google::protobuf::SourceCodeInfo_Location::path_size ( ) const
inline
6479  {
6480  return path_.size();
6481 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_
Definition: descriptor.pb.h:2782
int size() const
Definition: repeated_field.h:631
std::string * google::protobuf::SourceCodeInfo_Location::release_leading_comments ( )
inline
6590  {
6593  return NULL;
6594  } else {
6595  ::std::string* temp = leading_comments_;
6597  return temp;
6598  }
6599 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * leading_comments_
Definition: descriptor.pb.h:2786
void clear_has_leading_comments()
Definition: descriptor.pb.h:6545

+ Here is the call graph for this function:

std::string * google::protobuf::SourceCodeInfo_Location::release_trailing_comments ( )
inline
6666  {
6669  return NULL;
6670  } else {
6671  ::std::string* temp = trailing_comments_;
6673  return temp;
6674  }
6675 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_trailing_comments()
Definition: descriptor.pb.h:6621
::std::string * trailing_comments_
Definition: descriptor.pb.h:2787

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::SourceCodeInfo_Location::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::SourceCodeInfo_Location::set_allocated_leading_comments ( ::std::string *  leading_comments)
inline
6600  {
6602  delete leading_comments_;
6603  }
6604  if (leading_comments) {
6607  } else {
6610  }
6611  // @@protoc_insertion_point(field_set_allocated:google.protobuf.SourceCodeInfo.Location.leading_comments)
6612 }
const ::std::string & leading_comments() const
Definition: descriptor.pb.h:6554
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_leading_comments()
Definition: descriptor.pb.h:6542
::std::string * leading_comments_
Definition: descriptor.pb.h:2786
void clear_has_leading_comments()
Definition: descriptor.pb.h:6545

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::set_allocated_trailing_comments ( ::std::string *  trailing_comments)
inline
6676  {
6678  delete trailing_comments_;
6679  }
6680  if (trailing_comments) {
6683  } else {
6686  }
6687  // @@protoc_insertion_point(field_set_allocated:google.protobuf.SourceCodeInfo.Location.trailing_comments)
6688 }
void set_has_trailing_comments()
Definition: descriptor.pb.h:6618
const ::std::string & trailing_comments() const
Definition: descriptor.pb.h:6630
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_trailing_comments()
Definition: descriptor.pb.h:6621
::std::string * trailing_comments_
Definition: descriptor.pb.h:2787

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::set_has_leading_comments ( )
inlineprivate
6542  {
6543  _has_bits_[0] |= 0x00000004u;
6544 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2780
void google::protobuf::SourceCodeInfo_Location::set_has_trailing_comments ( )
inlineprivate
6618  {
6619  _has_bits_[0] |= 0x00000008u;
6620 }
::google::protobuf::uint32 _has_bits_[1]
Definition: descriptor.pb.h:2780
void google::protobuf::SourceCodeInfo_Location::set_leading_comments ( const ::std::string &  value)
inline
6558  {
6561  leading_comments_ = new ::std::string;
6562  }
6563  leading_comments_->assign(value);
6564  // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.leading_comments)
6565 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_leading_comments()
Definition: descriptor.pb.h:6542
::std::string * leading_comments_
Definition: descriptor.pb.h:2786
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::set_leading_comments ( const char *  value)
inline
6566  {
6569  leading_comments_ = new ::std::string;
6570  }
6571  leading_comments_->assign(value);
6572  // @@protoc_insertion_point(field_set_char:google.protobuf.SourceCodeInfo.Location.leading_comments)
6573 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_leading_comments()
Definition: descriptor.pb.h:6542
::std::string * leading_comments_
Definition: descriptor.pb.h:2786
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::set_leading_comments ( const char *  value,
size_t  size 
)
inline
6574  {
6577  leading_comments_ = new ::std::string;
6578  }
6579  leading_comments_->assign(reinterpret_cast<const char*>(value), size);
6580  // @@protoc_insertion_point(field_set_pointer:google.protobuf.SourceCodeInfo.Location.leading_comments)
6581 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_leading_comments()
Definition: descriptor.pb.h:6542
::std::string * leading_comments_
Definition: descriptor.pb.h:2786
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::set_path ( int  index,
::google::protobuf::int32  value 
)
inline
6489  {
6490  path_.Set(index, value);
6491  // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.path)
6492 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_
Definition: descriptor.pb.h:2782
const FieldDescriptor value
Definition: descriptor.h:1522
void Set(int index, const Element &value)
Definition: repeated_field.h:677
void google::protobuf::SourceCodeInfo_Location::set_span ( int  index,
::google::protobuf::int32  value 
)
inline
6519  {
6520  span_.Set(index, value);
6521  // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.span)
6522 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_
Definition: descriptor.pb.h:2784
const FieldDescriptor value
Definition: descriptor.h:1522
void Set(int index, const Element &value)
Definition: repeated_field.h:677
void google::protobuf::SourceCodeInfo_Location::set_trailing_comments ( const ::std::string &  value)
inline
6634  {
6637  trailing_comments_ = new ::std::string;
6638  }
6639  trailing_comments_->assign(value);
6640  // @@protoc_insertion_point(field_set:google.protobuf.SourceCodeInfo.Location.trailing_comments)
6641 }
void set_has_trailing_comments()
Definition: descriptor.pb.h:6618
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * trailing_comments_
Definition: descriptor.pb.h:2787
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::set_trailing_comments ( const char *  value)
inline
6642  {
6645  trailing_comments_ = new ::std::string;
6646  }
6647  trailing_comments_->assign(value);
6648  // @@protoc_insertion_point(field_set_char:google.protobuf.SourceCodeInfo.Location.trailing_comments)
6649 }
void set_has_trailing_comments()
Definition: descriptor.pb.h:6618
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * trailing_comments_
Definition: descriptor.pb.h:2787
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void google::protobuf::SourceCodeInfo_Location::set_trailing_comments ( const char *  value,
size_t  size 
)
inline
6650  {
6653  trailing_comments_ = new ::std::string;
6654  }
6655  trailing_comments_->assign(reinterpret_cast<const char*>(value), size);
6656  // @@protoc_insertion_point(field_set_pointer:google.protobuf.SourceCodeInfo.Location.trailing_comments)
6657 }
void set_has_trailing_comments()
Definition: descriptor.pb.h:6618
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * trailing_comments_
Definition: descriptor.pb.h:2787
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

void google::protobuf::SourceCodeInfo_Location::SharedCtor ( )
private
void google::protobuf::SourceCodeInfo_Location::SharedDtor ( )
private
google::protobuf::int32 google::protobuf::SourceCodeInfo_Location::span ( int  index) const
inline
6515  {
6516  // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.span)
6517  return span_.Get(index);
6518 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_
Definition: descriptor.pb.h:2784
const Element & Get(int index) const
Definition: repeated_field.h:663

+ Here is the call graph for this function:

const ::google::protobuf::RepeatedField<::google::protobuf::int32 > & google::protobuf::SourceCodeInfo_Location::span ( ) const
inline
6528  {
6529  // @@protoc_insertion_point(field_list:google.protobuf.SourceCodeInfo.Location.span)
6530  return span_;
6531 }
::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_
Definition: descriptor.pb.h:2784
int google::protobuf::SourceCodeInfo_Location::span_size ( ) const
inline
6509  {
6510  return span_.size();
6511 }
int size() const
Definition: repeated_field.h:631
::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_
Definition: descriptor.pb.h:2784
void google::protobuf::SourceCodeInfo_Location::Swap ( SourceCodeInfo_Location other)
const ::std::string & google::protobuf::SourceCodeInfo_Location::trailing_comments ( ) const
inline
6630  {
6631  // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.Location.trailing_comments)
6632  return *trailing_comments_;
6633 }
::std::string * trailing_comments_
Definition: descriptor.pb.h:2787
const ::google::protobuf::UnknownFieldSet& google::protobuf::SourceCodeInfo_Location::unknown_fields ( ) const
inline
2682  {
2683  return _unknown_fields_;
2684  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2778

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::SourceCodeInfo_Location::_cached_size_
mutableprivate
::google::protobuf::uint32 google::protobuf::SourceCodeInfo_Location::_has_bits_[1]
private
int google::protobuf::SourceCodeInfo_Location::_path_cached_byte_size_
mutableprivate
int google::protobuf::SourceCodeInfo_Location::_span_cached_byte_size_
mutableprivate
::google::protobuf::UnknownFieldSet google::protobuf::SourceCodeInfo_Location::_unknown_fields_
private
SourceCodeInfo_Location* google::protobuf::SourceCodeInfo_Location::default_instance_
staticprivate
const int google::protobuf::SourceCodeInfo_Location::kLeadingCommentsFieldNumber = 3
static
const int google::protobuf::SourceCodeInfo_Location::kPathFieldNumber = 1
static
const int google::protobuf::SourceCodeInfo_Location::kSpanFieldNumber = 2
static
const int google::protobuf::SourceCodeInfo_Location::kTrailingCommentsFieldNumber = 4
static
::std::string* google::protobuf::SourceCodeInfo_Location::leading_comments_
private
::google::protobuf::RepeatedField< ::google::protobuf::int32 > google::protobuf::SourceCodeInfo_Location::path_
private
::google::protobuf::RepeatedField< ::google::protobuf::int32 > google::protobuf::SourceCodeInfo_Location::span_
private
::std::string* google::protobuf::SourceCodeInfo_Location::trailing_comments_
private

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