OsmAnd
|
#include <osmand_odb.pb.h>
virtual TransportStop::~TransportStop | ( | ) | [virtual] |
TransportStop::TransportStop | ( | const TransportStop & | from | ) |
void TransportStop::add_routes | ( | ::google::protobuf::uint32 | value | ) |
int TransportStop::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void TransportStop::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void TransportStop::clear_dx | ( | ) |
void TransportStop::clear_dy | ( | ) |
void TransportStop::clear_id | ( | ) |
void TransportStop::clear_name | ( | ) |
void TransportStop::clear_name_en | ( | ) |
void TransportStop::clear_routes | ( | ) |
void TransportStop::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void TransportStop::CopyFrom | ( | const TransportStop & | from | ) |
static const TransportStop& TransportStop::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* TransportStop::descriptor | ( | ) | [static] |
google::protobuf::int32 TransportStop::dx | ( | ) | const |
google::protobuf::int32 TransportStop::dy | ( | ) | const |
int TransportStop::GetCachedSize | ( | ) | const [virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata TransportStop::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool TransportStop::has_dx | ( | ) | const |
bool TransportStop::has_dy | ( | ) | const |
bool TransportStop::has_id | ( | ) | const |
bool TransportStop::has_name | ( | ) | const |
bool TransportStop::has_name_en | ( | ) | const |
google::protobuf::int64 TransportStop::id | ( | ) | const |
bool TransportStop::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void TransportStop::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void TransportStop::MergeFrom | ( | const TransportStop & | from | ) |
google::protobuf::uint32 TransportStop::name | ( | ) | const |
TransportStop* TransportStop::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
TransportStop& TransportStop::operator= | ( | const TransportStop & | from | ) |
google::protobuf::uint32 TransportStop::routes | ( | int | index | ) | const |
const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & TransportStop::routes | ( | ) | const |
int TransportStop::routes_size | ( | ) | const |
void TransportStop::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* TransportStop::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void TransportStop::set_dx | ( | ::google::protobuf::int32 | value | ) |
void TransportStop::set_dy | ( | ::google::protobuf::int32 | value | ) |
void TransportStop::set_id | ( | ::google::protobuf::int64 | value | ) |
void TransportStop::set_name | ( | ::google::protobuf::uint32 | value | ) |
void TransportStop::set_name_en | ( | ::google::protobuf::uint32 | value | ) |
void TransportStop::set_routes | ( | int | index, |
::google::protobuf::uint32 | value | ||
) |
void TransportStop::Swap | ( | TransportStop * | other | ) |
const ::google::protobuf::UnknownFieldSet& TransportStop::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 TransportStop::kDxFieldNumber = 1 [static] |
const int TransportStop::kDyFieldNumber = 2 [static] |
const int TransportStop::kIdFieldNumber = 5 [static] |
const int TransportStop::kNameEnFieldNumber = 7 [static] |
const int TransportStop::kNameFieldNumber = 6 [static] |
const int TransportStop::kRoutesFieldNumber = 16 [static] |