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