OsmAnd
|
#include <osmand_odb.pb.h>
Public Member Functions | |
MapTree () | |
virtual | ~MapTree () |
MapTree (const MapTree &from) | |
MapTree & | operator= (const MapTree &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (MapTree *other) |
MapTree * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const MapTree &from) |
void | MergeFrom (const MapTree &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 |
bool | has_left () const |
void | clear_left () |
inline::google::protobuf::int32 | left () const |
void | set_left (::google::protobuf::int32 value) |
bool | has_right () const |
void | clear_right () |
inline::google::protobuf::int32 | right () const |
void | set_right (::google::protobuf::int32 value) |
bool | has_top () const |
void | clear_top () |
inline::google::protobuf::int32 | top () const |
void | set_top (::google::protobuf::int32 value) |
bool | has_bottom () const |
void | clear_bottom () |
inline::google::protobuf::int32 | bottom () const |
void | set_bottom (::google::protobuf::int32 value) |
bool | has_oldstringtable () const |
void | clear_oldstringtable () |
const ::StringTable & | oldstringtable () const |
inline::StringTable * | mutable_oldstringtable () |
bool | has_oldbaseid () const |
void | clear_oldbaseid () |
inline::google::protobuf::uint64 | oldbaseid () const |
void | set_oldbaseid (::google::protobuf::uint64 value) |
int | subtrees_size () const |
void | clear_subtrees () |
const ::MapTree & | subtrees (int index) const |
inline::MapTree * | mutable_subtrees (int index) |
inline::MapTree * | add_subtrees () |
const ::google::protobuf::RepeatedPtrField < ::MapTree > & | subtrees () const |
inline::google::protobuf::RepeatedPtrField < ::MapTree > * | mutable_subtrees () |
int | leafs_size () const |
void | clear_leafs () |
const ::MapData & | leafs (int index) const |
inline::MapData * | mutable_leafs (int index) |
inline::MapData * | add_leafs () |
const ::google::protobuf::RepeatedPtrField < ::MapData > & | leafs () const |
inline::google::protobuf::RepeatedPtrField < ::MapData > * | mutable_leafs () |
bool | has_baseid () const |
void | clear_baseid () |
inline::google::protobuf::uint64 | baseid () const |
void | set_baseid (::google::protobuf::uint64 value) |
bool | has_stringtable () const |
void | clear_stringtable () |
const ::StringTable & | stringtable () const |
inline::StringTable * | mutable_stringtable () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const MapTree & | default_instance () |
Static Public Attributes | |
static const int | kLeftFieldNumber = 1 |
static const int | kRightFieldNumber = 2 |
static const int | kTopFieldNumber = 3 |
static const int | kBottomFieldNumber = 4 |
static const int | kOldstringTableFieldNumber = 5 |
static const int | kOldbaseIdFieldNumber = 6 |
static const int | kSubtreesFieldNumber = 7 |
static const int | kLeafsFieldNumber = 8 |
static const int | kBaseIdFieldNumber = 10 |
static const int | kStringTableFieldNumber = 11 |
Friends | |
void | protobuf_AddDesc_osmand_5fodb_2eproto () |
void | protobuf_AssignDesc_osmand_5fodb_2eproto () |
void | protobuf_ShutdownFile_osmand_5fodb_2eproto () |
MapTree::MapTree | ( | ) |
virtual MapTree::~MapTree | ( | ) | [virtual] |
MapTree::MapTree | ( | const MapTree & | from | ) |
MapData * MapTree::add_leafs | ( | ) |
MapTree * MapTree::add_subtrees | ( | ) |
google::protobuf::uint64 MapTree::baseid | ( | ) | const |
google::protobuf::int32 MapTree::bottom | ( | ) | const |
int MapTree::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void MapTree::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void MapTree::clear_baseid | ( | ) |
void MapTree::clear_bottom | ( | ) |
void MapTree::clear_leafs | ( | ) |
void MapTree::clear_left | ( | ) |
void MapTree::clear_oldbaseid | ( | ) |
void MapTree::clear_oldstringtable | ( | ) |
void MapTree::clear_right | ( | ) |
void MapTree::clear_stringtable | ( | ) |
void MapTree::clear_subtrees | ( | ) |
void MapTree::clear_top | ( | ) |
void MapTree::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void MapTree::CopyFrom | ( | const MapTree & | from | ) |
static const MapTree& MapTree::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* MapTree::descriptor | ( | ) | [static] |
int MapTree::GetCachedSize | ( | ) | const [virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata MapTree::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool MapTree::has_baseid | ( | ) | const |
bool MapTree::has_bottom | ( | ) | const |
bool MapTree::has_left | ( | ) | const |
bool MapTree::has_oldbaseid | ( | ) | const |
bool MapTree::has_oldstringtable | ( | ) | const |
bool MapTree::has_right | ( | ) | const |
bool MapTree::has_stringtable | ( | ) | const |
bool MapTree::has_top | ( | ) | const |
bool MapTree::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
const ::MapData & MapTree::leafs | ( | int | index | ) | const |
const ::google::protobuf::RepeatedPtrField<::MapData > & MapTree::leafs | ( | ) | const |
int MapTree::leafs_size | ( | ) | const |
google::protobuf::int32 MapTree::left | ( | ) | const |
void MapTree::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void MapTree::MergeFrom | ( | const MapTree & | from | ) |
bool MapTree::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
MapData * MapTree::mutable_leafs | ( | int | index | ) |
MapTree * MapTree::mutable_subtrees | ( | int | index | ) |
MapTree* MapTree::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
google::protobuf::uint64 MapTree::oldbaseid | ( | ) | const |
const ::StringTable & MapTree::oldstringtable | ( | ) | const |
google::protobuf::int32 MapTree::right | ( | ) | const |
void MapTree::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* MapTree::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void MapTree::set_baseid | ( | ::google::protobuf::uint64 | value | ) |
void MapTree::set_bottom | ( | ::google::protobuf::int32 | value | ) |
void MapTree::set_left | ( | ::google::protobuf::int32 | value | ) |
void MapTree::set_oldbaseid | ( | ::google::protobuf::uint64 | value | ) |
void MapTree::set_right | ( | ::google::protobuf::int32 | value | ) |
void MapTree::set_top | ( | ::google::protobuf::int32 | value | ) |
const ::StringTable & MapTree::stringtable | ( | ) | const |
const ::MapTree & MapTree::subtrees | ( | int | index | ) | const |
const ::google::protobuf::RepeatedPtrField<::MapTree > & MapTree::subtrees | ( | ) | const |
int MapTree::subtrees_size | ( | ) | const |
void MapTree::Swap | ( | MapTree * | other | ) |
google::protobuf::int32 MapTree::top | ( | ) | const |
const ::google::protobuf::UnknownFieldSet& MapTree::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 MapTree::kBaseIdFieldNumber = 10 [static] |
const int MapTree::kBottomFieldNumber = 4 [static] |
const int MapTree::kLeafsFieldNumber = 8 [static] |
const int MapTree::kLeftFieldNumber = 1 [static] |
const int MapTree::kOldbaseIdFieldNumber = 6 [static] |
const int MapTree::kOldstringTableFieldNumber = 5 [static] |
const int MapTree::kRightFieldNumber = 2 [static] |
const int MapTree::kStringTableFieldNumber = 11 [static] |
const int MapTree::kSubtreesFieldNumber = 7 [static] |
const int MapTree::kTopFieldNumber = 3 [static] |