webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
google::protobuf::SourceCodeInfo_Location Class Reference

#include <descriptor.pb.h>

Inheritance diagram for google::protobuf::SourceCodeInfo_Location:
google::protobuf::Message google::protobuf::MessageLite

Public Member Functions

 SourceCodeInfo_Location ()
 
virtual ~SourceCodeInfo_Location ()
 
 SourceCodeInfo_Location (const SourceCodeInfo_Location &from)
 
SourceCodeInfo_Locationoperator= (const SourceCodeInfo_Location &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (SourceCodeInfo_Location *other)
 
SourceCodeInfo_LocationNew () const
 
SourceCodeInfo_LocationNew (::google::protobuf::Arena *arena) 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 ()
 
::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
 
::google::protobuf::RepeatedField< ::google::protobuf::int32 > * mutable_path ()
 
int span_size () const
 
void clear_span ()
 
::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
 
::google::protobuf::RepeatedField< ::google::protobuf::int32 > * mutable_span ()
 
bool has_leading_comments () const
 
void clear_leading_comments ()
 
const ::std::stringleading_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)
 
::std::stringmutable_leading_comments ()
 
::std::stringrelease_leading_comments ()
 
void set_allocated_leading_comments (::std::string *leading_comments)
 
bool has_trailing_comments () const
 
void clear_trailing_comments ()
 
const ::std::stringtrailing_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)
 
::std::stringmutable_trailing_comments ()
 
::std::stringrelease_trailing_comments ()
 
void set_allocated_trailing_comments (::std::string *trailing_comments)
 
int leading_detached_comments_size () const
 
void clear_leading_detached_comments ()
 
const ::std::stringleading_detached_comments (int index) const
 
::std::stringmutable_leading_detached_comments (int index)
 
void set_leading_detached_comments (int index, const ::std::string &value)
 
void set_leading_detached_comments (int index, const char *value)
 
void set_leading_detached_comments (int index, const char *value, size_t size)
 
::std::stringadd_leading_detached_comments ()
 
void add_leading_detached_comments (const ::std::string &value)
 
void add_leading_detached_comments (const char *value)
 
void add_leading_detached_comments (const char *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & leading_detached_comments () const
 
::google::protobuf::RepeatedPtrField< ::std::string > * mutable_leading_detached_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 (std::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 ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual voidGetMaybeArenaPointer () const
 
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::Descriptordescriptor ()
 
static const SourceCodeInfo_Locationdefault_instance ()
 

Static Public Attributes

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

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

◆ SourceCodeInfo_Location() [1/2]

google::protobuf::SourceCodeInfo_Location::SourceCodeInfo_Location ( )

◆ ~SourceCodeInfo_Location()

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

◆ SourceCodeInfo_Location() [2/2]

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

Member Function Documentation

◆ add_leading_detached_comments() [1/4]

std::string * google::protobuf::SourceCodeInfo_Location::add_leading_detached_comments ( )
inline

◆ add_leading_detached_comments() [2/4]

void google::protobuf::SourceCodeInfo_Location::add_leading_detached_comments ( const ::std::string value)
inline

◆ add_leading_detached_comments() [3/4]

void google::protobuf::SourceCodeInfo_Location::add_leading_detached_comments ( const char *  value)
inline

◆ add_leading_detached_comments() [4/4]

void google::protobuf::SourceCodeInfo_Location::add_leading_detached_comments ( const char *  value,
size_t  size 
)
inline

◆ add_path()

void google::protobuf::SourceCodeInfo_Location::add_path ( ::google::protobuf::int32  value)
inline

◆ add_span()

void google::protobuf::SourceCodeInfo_Location::add_span ( ::google::protobuf::int32  value)
inline

◆ ByteSize()

int google::protobuf::SourceCodeInfo_Location::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_leading_comments()

void google::protobuf::SourceCodeInfo_Location::clear_leading_comments ( )
inline

◆ clear_leading_detached_comments()

void google::protobuf::SourceCodeInfo_Location::clear_leading_detached_comments ( )
inline

◆ clear_path()

void google::protobuf::SourceCodeInfo_Location::clear_path ( )
inline

◆ clear_span()

void google::protobuf::SourceCodeInfo_Location::clear_span ( )
inline

◆ clear_trailing_comments()

void google::protobuf::SourceCodeInfo_Location::clear_trailing_comments ( )
inline

◆ CopyFrom() [1/2]

void google::protobuf::SourceCodeInfo_Location::CopyFrom ( const ::google::protobuf::Message from)

◆ CopyFrom() [2/2]

void google::protobuf::SourceCodeInfo_Location::CopyFrom ( const SourceCodeInfo_Location from)

◆ default_instance()

const SourceCodeInfo_Location & google::protobuf::SourceCodeInfo_Location::default_instance ( )
static

◆ descriptor()

const ::google::protobuf::Descriptor * google::protobuf::SourceCodeInfo_Location::descriptor ( )
static

◆ GetCachedSize()

int google::protobuf::SourceCodeInfo_Location::GetCachedSize ( ) const
inlinevirtual

◆ GetMetadata()

google::protobuf::Metadata google::protobuf::SourceCodeInfo_Location::GetMetadata ( ) const
virtual

◆ has_leading_comments()

bool google::protobuf::SourceCodeInfo_Location::has_leading_comments ( ) const
inline

◆ has_trailing_comments()

bool google::protobuf::SourceCodeInfo_Location::has_trailing_comments ( ) const
inline

◆ IsInitialized()

bool google::protobuf::SourceCodeInfo_Location::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ leading_comments()

const ::std::string & google::protobuf::SourceCodeInfo_Location::leading_comments ( ) const
inline

◆ leading_detached_comments() [1/2]

const ::std::string & google::protobuf::SourceCodeInfo_Location::leading_detached_comments ( int  index) const
inline

◆ leading_detached_comments() [2/2]

const ::google::protobuf::RepeatedPtrField<::std::string > & google::protobuf::SourceCodeInfo_Location::leading_detached_comments ( ) const
inline

◆ leading_detached_comments_size()

int google::protobuf::SourceCodeInfo_Location::leading_detached_comments_size ( ) const
inline

◆ MergeFrom() [1/2]

void google::protobuf::SourceCodeInfo_Location::MergeFrom ( const ::google::protobuf::Message from)

◆ MergeFrom() [2/2]

void google::protobuf::SourceCodeInfo_Location::MergeFrom ( const SourceCodeInfo_Location from)

◆ MergePartialFromCodedStream()

bool google::protobuf::SourceCodeInfo_Location::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)

◆ mutable_leading_comments()

std::string * google::protobuf::SourceCodeInfo_Location::mutable_leading_comments ( )
inline

◆ mutable_leading_detached_comments() [1/2]

std::string * google::protobuf::SourceCodeInfo_Location::mutable_leading_detached_comments ( int  index)
inline

◆ mutable_leading_detached_comments() [2/2]

google::protobuf::RepeatedPtrField<::std::string > * google::protobuf::SourceCodeInfo_Location::mutable_leading_detached_comments ( )
inline

◆ mutable_path()

google::protobuf::RepeatedField<::google::protobuf::int32 > * google::protobuf::SourceCodeInfo_Location::mutable_path ( )
inline

◆ mutable_span()

google::protobuf::RepeatedField<::google::protobuf::int32 > * google::protobuf::SourceCodeInfo_Location::mutable_span ( )
inline

◆ mutable_trailing_comments()

std::string * google::protobuf::SourceCodeInfo_Location::mutable_trailing_comments ( )
inline

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* google::protobuf::SourceCodeInfo_Location::mutable_unknown_fields ( )
inline

◆ New() [1/2]

SourceCodeInfo_Location* google::protobuf::SourceCodeInfo_Location::New ( ) const
inlinevirtual

◆ New() [2/2]

SourceCodeInfo_Location * google::protobuf::SourceCodeInfo_Location::New ( ::google::protobuf::Arena arena) const
virtual

Reimplemented from google::protobuf::Message.

◆ operator=()

SourceCodeInfo_Location& google::protobuf::SourceCodeInfo_Location::operator= ( const SourceCodeInfo_Location from)
inline

◆ path() [1/2]

google::protobuf::int32 google::protobuf::SourceCodeInfo_Location::path ( int  index) const
inline

◆ path() [2/2]

const ::google::protobuf::RepeatedField<::google::protobuf::int32 > & google::protobuf::SourceCodeInfo_Location::path ( ) const
inline

◆ path_size()

int google::protobuf::SourceCodeInfo_Location::path_size ( ) const
inline

◆ release_leading_comments()

std::string * google::protobuf::SourceCodeInfo_Location::release_leading_comments ( )
inline

◆ release_trailing_comments()

std::string * google::protobuf::SourceCodeInfo_Location::release_trailing_comments ( )
inline

◆ SerializeWithCachedSizes()

void google::protobuf::SourceCodeInfo_Location::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const

◆ SerializeWithCachedSizesToArray()

google::protobuf::uint8 * google::protobuf::SourceCodeInfo_Location::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const

◆ set_allocated_leading_comments()

void google::protobuf::SourceCodeInfo_Location::set_allocated_leading_comments ( ::std::string leading_comments)
inline

◆ set_allocated_trailing_comments()

void google::protobuf::SourceCodeInfo_Location::set_allocated_trailing_comments ( ::std::string trailing_comments)
inline

◆ set_leading_comments() [1/3]

void google::protobuf::SourceCodeInfo_Location::set_leading_comments ( const ::std::string value)
inline

◆ set_leading_comments() [2/3]

void google::protobuf::SourceCodeInfo_Location::set_leading_comments ( const char *  value)
inline

◆ set_leading_comments() [3/3]

void google::protobuf::SourceCodeInfo_Location::set_leading_comments ( const char *  value,
size_t  size 
)
inline

◆ set_leading_detached_comments() [1/3]

void google::protobuf::SourceCodeInfo_Location::set_leading_detached_comments ( int  index,
const ::std::string value 
)
inline

◆ set_leading_detached_comments() [2/3]

void google::protobuf::SourceCodeInfo_Location::set_leading_detached_comments ( int  index,
const char *  value 
)
inline

◆ set_leading_detached_comments() [3/3]

void google::protobuf::SourceCodeInfo_Location::set_leading_detached_comments ( int  index,
const char *  value,
size_t  size 
)
inline

◆ set_path()

void google::protobuf::SourceCodeInfo_Location::set_path ( int  index,
::google::protobuf::int32  value 
)
inline

◆ set_span()

void google::protobuf::SourceCodeInfo_Location::set_span ( int  index,
::google::protobuf::int32  value 
)
inline

◆ set_trailing_comments() [1/3]

void google::protobuf::SourceCodeInfo_Location::set_trailing_comments ( const ::std::string value)
inline

◆ set_trailing_comments() [2/3]

void google::protobuf::SourceCodeInfo_Location::set_trailing_comments ( const char *  value)
inline

◆ set_trailing_comments() [3/3]

void google::protobuf::SourceCodeInfo_Location::set_trailing_comments ( const char *  value,
size_t  size 
)
inline

◆ span() [1/2]

google::protobuf::int32 google::protobuf::SourceCodeInfo_Location::span ( int  index) const
inline

◆ span() [2/2]

const ::google::protobuf::RepeatedField<::google::protobuf::int32 > & google::protobuf::SourceCodeInfo_Location::span ( ) const
inline

◆ span_size()

int google::protobuf::SourceCodeInfo_Location::span_size ( ) const
inline

◆ Swap()

void google::protobuf::SourceCodeInfo_Location::Swap ( SourceCodeInfo_Location other)

◆ trailing_comments()

const ::std::string & google::protobuf::SourceCodeInfo_Location::trailing_comments ( ) const
inline

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& google::protobuf::SourceCodeInfo_Location::unknown_fields ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

◆ protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto

void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

◆ protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto

void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

Member Data Documentation

◆ kLeadingCommentsFieldNumber

const int google::protobuf::SourceCodeInfo_Location::kLeadingCommentsFieldNumber = 3
static

◆ kLeadingDetachedCommentsFieldNumber

const int google::protobuf::SourceCodeInfo_Location::kLeadingDetachedCommentsFieldNumber = 6
static

◆ kPathFieldNumber

const int google::protobuf::SourceCodeInfo_Location::kPathFieldNumber = 1
static

◆ kSpanFieldNumber

const int google::protobuf::SourceCodeInfo_Location::kSpanFieldNumber = 2
static

◆ kTrailingCommentsFieldNumber

const int google::protobuf::SourceCodeInfo_Location::kTrailingCommentsFieldNumber = 4
static

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