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

#include <descriptor.pb.h>

Public Types

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

Public Member Functions

 SourceCodeInfo ()
 
virtual ~SourceCodeInfo ()
 
 SourceCodeInfo (const SourceCodeInfo &from)
 
SourceCodeInfooperator= (const SourceCodeInfo &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SourceCodeInfo *other)
 
SourceCodeInfoNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const SourceCodeInfo &from)
 
void MergeFrom (const SourceCodeInfo &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 location_size () const
 
void clear_location ()
 
const
::google::protobuf::SourceCodeInfo_Location
location (int index) const
 
inline::google::protobuf::SourceCodeInfo_Location * mutable_location (int index)
 
inline::google::protobuf::SourceCodeInfo_Location * add_location ()
 
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::SourceCodeInfo_Location > & 
location () const
 
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::SourceCodeInfo_Location > * 
mutable_location ()
 
- 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 SourceCodeInfodefault_instance ()
 

Static Public Attributes

static const int kLocationFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField
< ::google::protobuf::SourceCodeInfo_Location
location_
 

Static Private Attributes

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

Member Function Documentation

google::protobuf::SourceCodeInfo_Location * google::protobuf::SourceCodeInfo::add_location ( )
inline
6709  {
6710  // @@protoc_insertion_point(field_add:google.protobuf.SourceCodeInfo.location)
6711  return location_.Add();
6712 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_
Definition: descriptor.pb.h:2871
int google::protobuf::SourceCodeInfo::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

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

Reimplemented from google::protobuf::Message.

void google::protobuf::SourceCodeInfo::clear_location ( )
inline
6698  {
6699  location_.Clear();
6700 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_
Definition: descriptor.pb.h:2871
void google::protobuf::SourceCodeInfo::CopyFrom ( const ::google::protobuf::Message from)
void google::protobuf::SourceCodeInfo::CopyFrom ( const SourceCodeInfo from)
static const SourceCodeInfo& google::protobuf::SourceCodeInfo::default_instance ( )
static
static const ::google::protobuf::Descriptor* google::protobuf::SourceCodeInfo::descriptor ( )
static
int google::protobuf::SourceCodeInfo::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

2838 { return _cached_size_; }
int _cached_size_
Definition: descriptor.pb.h:2870
::google::protobuf::Metadata google::protobuf::SourceCodeInfo::GetMetadata ( ) const
virtual
void google::protobuf::SourceCodeInfo::InitAsDefaultInstance ( )
private
bool google::protobuf::SourceCodeInfo::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

const ::google::protobuf::SourceCodeInfo_Location & google::protobuf::SourceCodeInfo::location ( int  index) const
inline
6701  {
6702  // @@protoc_insertion_point(field_get:google.protobuf.SourceCodeInfo.location)
6703  return location_.Get(index);
6704 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_
Definition: descriptor.pb.h:2871
const ::google::protobuf::RepeatedPtrField<::google::protobuf::SourceCodeInfo_Location > & google::protobuf::SourceCodeInfo::location ( ) const
inline
6714  {
6715  // @@protoc_insertion_point(field_list:google.protobuf.SourceCodeInfo.location)
6716  return location_;
6717 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_
Definition: descriptor.pb.h:2871
int google::protobuf::SourceCodeInfo::location_size ( ) const
inline
6695  {
6696  return location_.size();
6697 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_
Definition: descriptor.pb.h:2871
void google::protobuf::SourceCodeInfo::MergeFrom ( const ::google::protobuf::Message from)
void google::protobuf::SourceCodeInfo::MergeFrom ( const SourceCodeInfo from)
bool google::protobuf::SourceCodeInfo::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
google::protobuf::SourceCodeInfo_Location * google::protobuf::SourceCodeInfo::mutable_location ( int  index)
inline
6705  {
6706  // @@protoc_insertion_point(field_mutable:google.protobuf.SourceCodeInfo.location)
6707  return location_.Mutable(index);
6708 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_
Definition: descriptor.pb.h:2871
google::protobuf::RepeatedPtrField<::google::protobuf::SourceCodeInfo_Location > * google::protobuf::SourceCodeInfo::mutable_location ( )
inline
6719  {
6720  // @@protoc_insertion_point(field_mutable_list:google.protobuf.SourceCodeInfo.location)
6721  return &location_;
6722 }
::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > location_
Definition: descriptor.pb.h:2871
inline ::google::protobuf::UnknownFieldSet* google::protobuf::SourceCodeInfo::mutable_unknown_fields ( )
inline
2813  {
2814  return &_unknown_fields_;
2815  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2867
SourceCodeInfo* google::protobuf::SourceCodeInfo::New ( ) const
virtual
SourceCodeInfo& google::protobuf::SourceCodeInfo::operator= ( const SourceCodeInfo from)
inline
2804  {
2805  CopyFrom(from);
2806  return *this;
2807  }
void CopyFrom(const ::google::protobuf::Message &from)
void google::protobuf::SourceCodeInfo::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* google::protobuf::SourceCodeInfo::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void google::protobuf::SourceCodeInfo::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void google::protobuf::SourceCodeInfo::SharedCtor ( )
private
void google::protobuf::SourceCodeInfo::SharedDtor ( )
private
void google::protobuf::SourceCodeInfo::Swap ( SourceCodeInfo other)
const ::google::protobuf::UnknownFieldSet& google::protobuf::SourceCodeInfo::unknown_fields ( ) const
inline
2809  {
2810  return _unknown_fields_;
2811  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: descriptor.pb.h:2867

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::_cached_size_
mutableprivate
::google::protobuf::uint32 google::protobuf::SourceCodeInfo::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet google::protobuf::SourceCodeInfo::_unknown_fields_
private
SourceCodeInfo* google::protobuf::SourceCodeInfo::default_instance_
staticprivate
const int google::protobuf::SourceCodeInfo::kLocationFieldNumber = 1
static
::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Location > google::protobuf::SourceCodeInfo::location_
private

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