OsmAnd
|
#include <osmand_odb.pb.h>
Public Member Functions | |
StreetIndex () | |
virtual | ~StreetIndex () |
StreetIndex (const StreetIndex &from) | |
StreetIndex & | operator= (const StreetIndex &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (StreetIndex *other) |
StreetIndex * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const StreetIndex &from) |
void | MergeFrom (const StreetIndex &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_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_x () const |
void | clear_x () |
inline::google::protobuf::int32 | x () const |
void | set_x (::google::protobuf::int32 value) |
bool | has_y () const |
void | clear_y () |
inline::google::protobuf::int32 | y () const |
void | set_y (::google::protobuf::int32 value) |
bool | has_id () const |
void | clear_id () |
inline::google::protobuf::uint64 | id () const |
void | set_id (::google::protobuf::uint64 value) |
int | buildings_size () const |
void | clear_buildings () |
const ::BuildingIndex & | buildings (int index) const |
inline::BuildingIndex * | mutable_buildings (int index) |
inline::BuildingIndex * | add_buildings () |
const ::google::protobuf::RepeatedPtrField < ::BuildingIndex > & | buildings () const |
inline::google::protobuf::RepeatedPtrField < ::BuildingIndex > * | mutable_buildings () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const StreetIndex & | default_instance () |
Static Public Attributes | |
static const int | kNameFieldNumber = 1 |
static const int | kNameEnFieldNumber = 2 |
static const int | kXFieldNumber = 3 |
static const int | kYFieldNumber = 4 |
static const int | kIdFieldNumber = 6 |
static const int | kBuildingsFieldNumber = 18 |
Friends | |
void | protobuf_AddDesc_osmand_5fodb_2eproto () |
void | protobuf_AssignDesc_osmand_5fodb_2eproto () |
void | protobuf_ShutdownFile_osmand_5fodb_2eproto () |
virtual StreetIndex::~StreetIndex | ( | ) | [virtual] |
StreetIndex::StreetIndex | ( | const StreetIndex & | from | ) |
const ::BuildingIndex & StreetIndex::buildings | ( | int | index | ) | const |
const ::google::protobuf::RepeatedPtrField<::BuildingIndex > & StreetIndex::buildings | ( | ) | const |
int StreetIndex::buildings_size | ( | ) | const |
int StreetIndex::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void StreetIndex::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void StreetIndex::clear_buildings | ( | ) |
void StreetIndex::clear_id | ( | ) |
void StreetIndex::clear_name | ( | ) |
void StreetIndex::clear_name_en | ( | ) |
void StreetIndex::clear_x | ( | ) |
void StreetIndex::clear_y | ( | ) |
void StreetIndex::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void StreetIndex::CopyFrom | ( | const StreetIndex & | from | ) |
static const StreetIndex& StreetIndex::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* StreetIndex::descriptor | ( | ) | [static] |
int StreetIndex::GetCachedSize | ( | ) | const [virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata StreetIndex::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool StreetIndex::has_id | ( | ) | const |
bool StreetIndex::has_name | ( | ) | const |
bool StreetIndex::has_name_en | ( | ) | const |
bool StreetIndex::has_x | ( | ) | const |
bool StreetIndex::has_y | ( | ) | const |
google::protobuf::uint64 StreetIndex::id | ( | ) | const |
bool StreetIndex::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void StreetIndex::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void StreetIndex::MergeFrom | ( | const StreetIndex & | from | ) |
BuildingIndex * StreetIndex::mutable_buildings | ( | int | index | ) |
std::string * StreetIndex::mutable_name | ( | ) |
std::string * StreetIndex::mutable_name_en | ( | ) |
const ::std::string & StreetIndex::name | ( | ) | const |
const ::std::string & StreetIndex::name_en | ( | ) | const |
StreetIndex* StreetIndex::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
StreetIndex& StreetIndex::operator= | ( | const StreetIndex & | from | ) |
void StreetIndex::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* StreetIndex::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void StreetIndex::set_id | ( | ::google::protobuf::uint64 | value | ) |
void StreetIndex::set_name | ( | const ::std::string & | value | ) |
void StreetIndex::set_name | ( | const char * | value | ) |
void StreetIndex::set_name | ( | const char * | value, |
size_t | size | ||
) |
void StreetIndex::set_name_en | ( | const ::std::string & | value | ) |
void StreetIndex::set_name_en | ( | const char * | value | ) |
void StreetIndex::set_name_en | ( | const char * | value, |
size_t | size | ||
) |
void StreetIndex::set_x | ( | ::google::protobuf::int32 | value | ) |
void StreetIndex::set_y | ( | ::google::protobuf::int32 | value | ) |
void StreetIndex::Swap | ( | StreetIndex * | other | ) |
const ::google::protobuf::UnknownFieldSet& StreetIndex::unknown_fields | ( | ) | const |
google::protobuf::int32 StreetIndex::x | ( | ) | const |
google::protobuf::int32 StreetIndex::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 StreetIndex::kBuildingsFieldNumber = 18 [static] |
const int StreetIndex::kIdFieldNumber = 6 [static] |
const int StreetIndex::kNameEnFieldNumber = 2 [static] |
const int StreetIndex::kNameFieldNumber = 1 [static] |
const int StreetIndex::kXFieldNumber = 3 [static] |
const int StreetIndex::kYFieldNumber = 4 [static] |