OsmAnd
|
#include <osmand_odb.pb.h>
Public Member Functions | |
CityIndex () | |
virtual | ~CityIndex () |
CityIndex (const CityIndex &from) | |
CityIndex & | operator= (const CityIndex &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (CityIndex *other) |
CityIndex * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const CityIndex &from) |
void | MergeFrom (const CityIndex &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_city_type () const |
void | clear_city_type () |
inline::google::protobuf::uint32 | city_type () const |
void | set_city_type (::google::protobuf::uint32 value) |
bool | has_name () const |
void | clear_name () |
const ::std::string & | name () const |
void | set_name (const ::std::string &value) |
void | set_name (const char *value) |
void | set_name (const char *value, size_t size) |
inline::std::string * | mutable_name () |
bool | has_name_en () const |
void | clear_name_en () |
const ::std::string & | name_en () const |
void | set_name_en (const ::std::string &value) |
void | set_name_en (const char *value) |
void | set_name_en (const char *value, size_t size) |
inline::std::string * | mutable_name_en () |
bool | has_id () const |
void | clear_id () |
inline::google::protobuf::uint64 | id () const |
void | set_id (::google::protobuf::uint64 value) |
bool | has_x () const |
void | clear_x () |
inline::google::protobuf::uint32 | x () const |
void | set_x (::google::protobuf::uint32 value) |
bool | has_y () const |
void | clear_y () |
inline::google::protobuf::uint32 | y () const |
void | set_y (::google::protobuf::uint32 value) |
bool | has_intersections () const |
void | clear_intersections () |
const ::InteresectedStreets & | intersections () const |
inline::InteresectedStreets * | mutable_intersections () |
int | streets_size () const |
void | clear_streets () |
const ::StreetIndex & | streets (int index) const |
inline::StreetIndex * | mutable_streets (int index) |
inline::StreetIndex * | add_streets () |
const ::google::protobuf::RepeatedPtrField < ::StreetIndex > & | streets () const |
inline::google::protobuf::RepeatedPtrField < ::StreetIndex > * | mutable_streets () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const CityIndex & | default_instance () |
Static Public Attributes | |
static const int | kCityTypeFieldNumber = 1 |
static const int | kNameFieldNumber = 2 |
static const int | kNameEnFieldNumber = 3 |
static const int | kIdFieldNumber = 4 |
static const int | kXFieldNumber = 5 |
static const int | kYFieldNumber = 6 |
static const int | kIntersectionsFieldNumber = 14 |
static const int | kStreetsFieldNumber = 18 |
Friends | |
void | protobuf_AddDesc_osmand_5fodb_2eproto () |
void | protobuf_AssignDesc_osmand_5fodb_2eproto () |
void | protobuf_ShutdownFile_osmand_5fodb_2eproto () |
virtual CityIndex::~CityIndex | ( | ) | [virtual] |
CityIndex::CityIndex | ( | const CityIndex & | from | ) |
int CityIndex::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
google::protobuf::uint32 CityIndex::city_type | ( | ) | const |
void CityIndex::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void CityIndex::clear_city_type | ( | ) |
void CityIndex::clear_id | ( | ) |
void CityIndex::clear_intersections | ( | ) |
void CityIndex::clear_name | ( | ) |
void CityIndex::clear_name_en | ( | ) |
void CityIndex::clear_streets | ( | ) |
void CityIndex::clear_x | ( | ) |
void CityIndex::clear_y | ( | ) |
void CityIndex::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void CityIndex::CopyFrom | ( | const CityIndex & | from | ) |
static const CityIndex& CityIndex::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* CityIndex::descriptor | ( | ) | [static] |
int CityIndex::GetCachedSize | ( | ) | const [virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata CityIndex::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool CityIndex::has_city_type | ( | ) | const |
bool CityIndex::has_id | ( | ) | const |
bool CityIndex::has_intersections | ( | ) | const |
bool CityIndex::has_name | ( | ) | const |
bool CityIndex::has_name_en | ( | ) | const |
bool CityIndex::has_x | ( | ) | const |
bool CityIndex::has_y | ( | ) | const |
google::protobuf::uint64 CityIndex::id | ( | ) | const |
const ::InteresectedStreets & CityIndex::intersections | ( | ) | const |
bool CityIndex::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void CityIndex::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void CityIndex::MergeFrom | ( | const CityIndex & | from | ) |
bool CityIndex::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
std::string * CityIndex::mutable_name | ( | ) |
std::string * CityIndex::mutable_name_en | ( | ) |
StreetIndex * CityIndex::mutable_streets | ( | int | index | ) |
const ::std::string & CityIndex::name | ( | ) | const |
const ::std::string & CityIndex::name_en | ( | ) | const |
CityIndex* CityIndex::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
void CityIndex::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* CityIndex::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void CityIndex::set_city_type | ( | ::google::protobuf::uint32 | value | ) |
void CityIndex::set_id | ( | ::google::protobuf::uint64 | value | ) |
void CityIndex::set_name | ( | const ::std::string & | value | ) |
void CityIndex::set_name | ( | const char * | value | ) |
void CityIndex::set_name | ( | const char * | value, |
size_t | size | ||
) |
void CityIndex::set_name_en | ( | const ::std::string & | value | ) |
void CityIndex::set_name_en | ( | const char * | value | ) |
void CityIndex::set_name_en | ( | const char * | value, |
size_t | size | ||
) |
void CityIndex::set_x | ( | ::google::protobuf::uint32 | value | ) |
void CityIndex::set_y | ( | ::google::protobuf::uint32 | value | ) |
const ::StreetIndex & CityIndex::streets | ( | int | index | ) | const |
const ::google::protobuf::RepeatedPtrField<::StreetIndex > & CityIndex::streets | ( | ) | const |
int CityIndex::streets_size | ( | ) | const |
void CityIndex::Swap | ( | CityIndex * | other | ) |
const ::google::protobuf::UnknownFieldSet& CityIndex::unknown_fields | ( | ) | const |
google::protobuf::uint32 CityIndex::x | ( | ) | const |
google::protobuf::uint32 CityIndex::y | ( | ) | const |
void protobuf_AddDesc_osmand_5fodb_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_osmand_5fodb_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_osmand_5fodb_2eproto | ( | ) | [friend] |
const int CityIndex::kCityTypeFieldNumber = 1 [static] |
const int CityIndex::kIdFieldNumber = 4 [static] |
const int CityIndex::kIntersectionsFieldNumber = 14 [static] |
const int CityIndex::kNameEnFieldNumber = 3 [static] |
const int CityIndex::kNameFieldNumber = 2 [static] |
const int CityIndex::kStreetsFieldNumber = 18 [static] |
const int CityIndex::kXFieldNumber = 5 [static] |
const int CityIndex::kYFieldNumber = 6 [static] |