OsmAnd
|
#include <osmand_odb.pb.h>
virtual PostcodeIndex::~PostcodeIndex | ( | ) | [virtual] |
PostcodeIndex::PostcodeIndex | ( | const PostcodeIndex & | from | ) |
int PostcodeIndex::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void PostcodeIndex::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void PostcodeIndex::clear_postcode | ( | ) |
void PostcodeIndex::clear_streets | ( | ) |
void PostcodeIndex::clear_x | ( | ) |
void PostcodeIndex::clear_y | ( | ) |
void PostcodeIndex::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void PostcodeIndex::CopyFrom | ( | const PostcodeIndex & | from | ) |
static const PostcodeIndex& PostcodeIndex::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* PostcodeIndex::descriptor | ( | ) | [static] |
int PostcodeIndex::GetCachedSize | ( | ) | const [virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata PostcodeIndex::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool PostcodeIndex::has_postcode | ( | ) | const |
bool PostcodeIndex::has_x | ( | ) | const |
bool PostcodeIndex::has_y | ( | ) | const |
bool PostcodeIndex::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void PostcodeIndex::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void PostcodeIndex::MergeFrom | ( | const PostcodeIndex & | from | ) |
std::string * PostcodeIndex::mutable_postcode | ( | ) |
StreetIndex * PostcodeIndex::mutable_streets | ( | int | index | ) |
PostcodeIndex* PostcodeIndex::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
PostcodeIndex& PostcodeIndex::operator= | ( | const PostcodeIndex & | from | ) |
const ::std::string & PostcodeIndex::postcode | ( | ) | const |
void PostcodeIndex::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* PostcodeIndex::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void PostcodeIndex::set_postcode | ( | const ::std::string & | value | ) |
void PostcodeIndex::set_postcode | ( | const char * | value | ) |
void PostcodeIndex::set_postcode | ( | const char * | value, |
size_t | size | ||
) |
void PostcodeIndex::set_x | ( | ::google::protobuf::uint32 | value | ) |
void PostcodeIndex::set_y | ( | ::google::protobuf::uint32 | value | ) |
const ::StreetIndex & PostcodeIndex::streets | ( | int | index | ) | const |
const ::google::protobuf::RepeatedPtrField<::StreetIndex > & PostcodeIndex::streets | ( | ) | const |
int PostcodeIndex::streets_size | ( | ) | const |
void PostcodeIndex::Swap | ( | PostcodeIndex * | other | ) |
const ::google::protobuf::UnknownFieldSet& PostcodeIndex::unknown_fields | ( | ) | const |
google::protobuf::uint32 PostcodeIndex::x | ( | ) | const |
google::protobuf::uint32 PostcodeIndex::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 PostcodeIndex::kPostcodeFieldNumber = 1 [static] |
const int PostcodeIndex::kStreetsFieldNumber = 5 [static] |
const int PostcodeIndex::kXFieldNumber = 2 [static] |
const int PostcodeIndex::kYFieldNumber = 3 [static] |