OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
google::protobuf::MessageLite Class Reference

#include <message_lite.h>

Inheritance diagram for google::protobuf::MessageLite:
google::protobuf::Message BuildingIndex CitiesIndex CityIndex google::protobuf::DescriptorProto google::protobuf::DescriptorProto_ExtensionRange google::protobuf::DynamicMessage google::protobuf::EnumDescriptorProto google::protobuf::EnumOptions google::protobuf::EnumValueDescriptorProto google::protobuf::EnumValueOptions google::protobuf::FieldDescriptorProto google::protobuf::FieldOptions google::protobuf::FileDescriptorProto google::protobuf::FileDescriptorSet google::protobuf::FileOptions google::protobuf::MessageOptions google::protobuf::MethodDescriptorProto google::protobuf::MethodOptions google::protobuf::ServiceDescriptorProto google::protobuf::ServiceOptions google::protobuf::UninterpretedOption google::protobuf::UninterpretedOption_NamePart IndexedStringTable InteresectedStreets MapData MapEncodingRule MapRootLevel MapTree OsmAndAddressIndex OsmAndCategoryTable OsmAndMapIndex OsmAndPoiBox OsmAndPoiBoxData OsmAndPoiBoxDataAtom OsmAndPoiCategories OsmAndPoiIndex OsmAndPoiNameIndex OsmAndPoiNameIndexData OsmAndPoiNameIndexDataAtom OsmAndStructure OsmAndTileBox OsmAndTransportIndex PostcodeIndex PostcodesIndex StreetIndex StreetIntersection StringTable TransportRoute TransportRoutes TransportRouteStop TransportStop TransportStopsTree

List of all members.

Public Member Functions

 MessageLite ()
virtual ~MessageLite ()
virtual string GetTypeName () const =0
virtual MessageLiteNew () const =0
virtual void Clear ()=0
virtual bool IsInitialized () const =0
virtual string InitializationErrorString () const
virtual void CheckTypeAndMergeFrom (const MessageLite &other)=0
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)
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)=0
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 int ByteSize () const =0
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const =0
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
virtual int GetCachedSize () const =0

Constructor & Destructor Documentation


Member Function Documentation

bool google::protobuf::MessageLite::AppendToString ( string *  output) const
virtual int google::protobuf::MessageLite::ByteSize ( ) const [pure virtual]
virtual void google::protobuf::MessageLite::CheckTypeAndMergeFrom ( const MessageLite other) [pure virtual]

Implemented in google::protobuf::Message.

virtual void google::protobuf::MessageLite::Clear ( ) [pure virtual]
virtual int google::protobuf::MessageLite::GetCachedSize ( ) const [pure virtual]
virtual string google::protobuf::MessageLite::GetTypeName ( ) const [pure virtual]

Implemented in google::protobuf::Message.

Reimplemented in google::protobuf::Message.

virtual bool google::protobuf::MessageLite::IsInitialized ( ) const [pure virtual]

Implemented in google::protobuf::Message.

virtual MessageLite* google::protobuf::MessageLite::New ( ) const [pure virtual]
bool google::protobuf::MessageLite::ParseFromArray ( const void *  data,
int  size 
)
bool google::protobuf::MessageLite::ParseFromString ( const string &  data)
bool google::protobuf::MessageLite::ParsePartialFromArray ( const void *  data,
int  size 
)
bool google::protobuf::MessageLite::SerializePartialToArray ( void *  data,
int  size 
) const
bool google::protobuf::MessageLite::SerializeToArray ( void *  data,
int  size 
) const
bool google::protobuf::MessageLite::SerializeToString ( string *  output) const
virtual void google::protobuf::MessageLite::SerializeWithCachedSizes ( io::CodedOutputStream output) const [pure virtual]

Implemented in google::protobuf::Message.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines