OsmAnd
|
#include <osmand_odb.pb.h>
MapData::MapData | ( | ) |
virtual MapData::~MapData | ( | ) | [virtual] |
MapData::MapData | ( | const MapData & | from | ) |
int MapData::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void MapData::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void MapData::clear_coordinates | ( | ) |
void MapData::clear_highwaymeta | ( | ) |
void MapData::clear_id | ( | ) |
void MapData::clear_restrictions | ( | ) |
void MapData::clear_stringid | ( | ) |
void MapData::clear_types | ( | ) |
const ::std::string & MapData::coordinates | ( | ) | const |
void MapData::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void MapData::CopyFrom | ( | const MapData & | from | ) |
static const MapData& MapData::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* MapData::descriptor | ( | ) | [static] |
int MapData::GetCachedSize | ( | ) | const [virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata MapData::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool MapData::has_coordinates | ( | ) | const |
bool MapData::has_highwaymeta | ( | ) | const |
bool MapData::has_id | ( | ) | const |
bool MapData::has_restrictions | ( | ) | const |
bool MapData::has_stringid | ( | ) | const |
bool MapData::has_types | ( | ) | const |
google::protobuf::int32 MapData::highwaymeta | ( | ) | const |
google::protobuf::int64 MapData::id | ( | ) | const |
bool MapData::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void MapData::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void MapData::MergeFrom | ( | const MapData & | from | ) |
bool MapData::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
std::string * MapData::mutable_coordinates | ( | ) |
std::string * MapData::mutable_restrictions | ( | ) |
std::string * MapData::mutable_types | ( | ) |
MapData* MapData::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
const ::std::string & MapData::restrictions | ( | ) | const |
void MapData::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* MapData::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void MapData::set_coordinates | ( | const ::std::string & | value | ) |
void MapData::set_coordinates | ( | const char * | value | ) |
void MapData::set_coordinates | ( | const void * | value, |
size_t | size | ||
) |
void MapData::set_highwaymeta | ( | ::google::protobuf::int32 | value | ) |
void MapData::set_id | ( | ::google::protobuf::int64 | value | ) |
void MapData::set_restrictions | ( | const ::std::string & | value | ) |
void MapData::set_restrictions | ( | const char * | value | ) |
void MapData::set_restrictions | ( | const void * | value, |
size_t | size | ||
) |
void MapData::set_stringid | ( | ::google::protobuf::uint32 | value | ) |
void MapData::set_types | ( | const ::std::string & | value | ) |
void MapData::set_types | ( | const char * | value | ) |
void MapData::set_types | ( | const void * | value, |
size_t | size | ||
) |
google::protobuf::uint32 MapData::stringid | ( | ) | const |
void MapData::Swap | ( | MapData * | other | ) |
const ::std::string & MapData::types | ( | ) | const |
const ::google::protobuf::UnknownFieldSet& MapData::unknown_fields | ( | ) | const |
void protobuf_AddDesc_osmand_5fodb_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_osmand_5fodb_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_osmand_5fodb_2eproto | ( | ) | [friend] |
const int MapData::kCoordinatesFieldNumber = 1 [static] |
const int MapData::kHighwayMetaFieldNumber = 6 [static] |
const int MapData::kIdFieldNumber = 3 [static] |
const int MapData::kRestrictionsFieldNumber = 5 [static] |
const int MapData::kStringIdFieldNumber = 4 [static] |
const int MapData::kTypesFieldNumber = 2 [static] |