|
| SourceCodeInfo_Location () |
|
virtual | ~SourceCodeInfo_Location () |
|
| SourceCodeInfo_Location (const SourceCodeInfo_Location &from) |
|
SourceCodeInfo_Location & | operator= (const SourceCodeInfo_Location &from) |
|
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (SourceCodeInfo_Location *other) |
|
SourceCodeInfo_Location * | New () 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::uint8 * | SerializeWithCachedSizesToArray (::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) |
|
| 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 Descriptor * | GetDescriptor () const |
|
virtual const Reflection * | GetReflection () const |
|
| 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 uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
|