OsmAnd
|
#include <osmand_odb.pb.h>
Public Member Functions | |
IndexedStringTable () | |
virtual | ~IndexedStringTable () |
IndexedStringTable (const IndexedStringTable &from) | |
IndexedStringTable & | operator= (const IndexedStringTable &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (IndexedStringTable *other) |
IndexedStringTable * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const IndexedStringTable &from) |
void | MergeFrom (const IndexedStringTable &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_prefix () const |
void | clear_prefix () |
const ::std::string & | prefix () const |
void | set_prefix (const ::std::string &value) |
void | set_prefix (const char *value) |
void | set_prefix (const char *value, size_t size) |
inline::std::string * | mutable_prefix () |
int | key_size () const |
void | clear_key () |
const ::std::string & | key (int index) const |
inline::std::string * | mutable_key (int index) |
void | set_key (int index, const ::std::string &value) |
void | set_key (int index, const char *value) |
void | set_key (int index, const char *value, size_t size) |
inline::std::string * | add_key () |
void | add_key (const ::std::string &value) |
void | add_key (const char *value) |
void | add_key (const char *value, size_t size) |
const ::google::protobuf::RepeatedPtrField < ::std::string > & | key () const |
inline::google::protobuf::RepeatedPtrField < ::std::string > * | mutable_key () |
int | val_size () const |
void | clear_val () |
inline::google::protobuf::uint32 | val (int index) const |
void | set_val (int index,::google::protobuf::uint32 value) |
void | add_val (::google::protobuf::uint32 value) |
const ::google::protobuf::RepeatedField < ::google::protobuf::uint32 > & | val () const |
inline::google::protobuf::RepeatedField < ::google::protobuf::uint32 > * | mutable_val () |
int | subtables_size () const |
void | clear_subtables () |
const ::IndexedStringTable & | subtables (int index) const |
inline::IndexedStringTable * | mutable_subtables (int index) |
inline::IndexedStringTable * | add_subtables () |
const ::google::protobuf::RepeatedPtrField < ::IndexedStringTable > & | subtables () const |
inline::google::protobuf::RepeatedPtrField < ::IndexedStringTable > * | mutable_subtables () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const IndexedStringTable & | default_instance () |
Static Public Attributes | |
static const int | kPrefixFieldNumber = 1 |
static const int | kKeyFieldNumber = 3 |
static const int | kValFieldNumber = 4 |
static const int | kSubtablesFieldNumber = 5 |
Friends | |
void | protobuf_AddDesc_osmand_5fodb_2eproto () |
void | protobuf_AssignDesc_osmand_5fodb_2eproto () |
void | protobuf_ShutdownFile_osmand_5fodb_2eproto () |
virtual IndexedStringTable::~IndexedStringTable | ( | ) | [virtual] |
IndexedStringTable::IndexedStringTable | ( | const IndexedStringTable & | from | ) |
std::string * IndexedStringTable::add_key | ( | ) |
void IndexedStringTable::add_key | ( | const ::std::string & | value | ) |
void IndexedStringTable::add_key | ( | const char * | value | ) |
void IndexedStringTable::add_key | ( | const char * | value, |
size_t | size | ||
) |
void IndexedStringTable::add_val | ( | ::google::protobuf::uint32 | value | ) |
int IndexedStringTable::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void IndexedStringTable::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void IndexedStringTable::clear_key | ( | ) |
void IndexedStringTable::clear_prefix | ( | ) |
void IndexedStringTable::clear_subtables | ( | ) |
void IndexedStringTable::clear_val | ( | ) |
void IndexedStringTable::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void IndexedStringTable::CopyFrom | ( | const IndexedStringTable & | from | ) |
static const IndexedStringTable& IndexedStringTable::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* IndexedStringTable::descriptor | ( | ) | [static] |
int IndexedStringTable::GetCachedSize | ( | ) | const [virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata IndexedStringTable::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool IndexedStringTable::has_prefix | ( | ) | const |
bool IndexedStringTable::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
const ::std::string & IndexedStringTable::key | ( | int | index | ) | const |
const ::google::protobuf::RepeatedPtrField<::std::string > & IndexedStringTable::key | ( | ) | const |
int IndexedStringTable::key_size | ( | ) | const |
void IndexedStringTable::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void IndexedStringTable::MergeFrom | ( | const IndexedStringTable & | from | ) |
bool IndexedStringTable::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
std::string * IndexedStringTable::mutable_key | ( | int | index | ) |
google::protobuf::RepeatedPtrField<::std::string > * IndexedStringTable::mutable_key | ( | ) |
std::string * IndexedStringTable::mutable_prefix | ( | ) |
IndexedStringTable * IndexedStringTable::mutable_subtables | ( | int | index | ) |
google::protobuf::RepeatedPtrField<::IndexedStringTable > * IndexedStringTable::mutable_subtables | ( | ) |
IndexedStringTable* IndexedStringTable::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
IndexedStringTable& IndexedStringTable::operator= | ( | const IndexedStringTable & | from | ) |
const ::std::string & IndexedStringTable::prefix | ( | ) | const |
void IndexedStringTable::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* IndexedStringTable::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void IndexedStringTable::set_key | ( | int | index, |
const ::std::string & | value | ||
) |
void IndexedStringTable::set_key | ( | int | index, |
const char * | value | ||
) |
void IndexedStringTable::set_key | ( | int | index, |
const char * | value, | ||
size_t | size | ||
) |
void IndexedStringTable::set_prefix | ( | const ::std::string & | value | ) |
void IndexedStringTable::set_prefix | ( | const char * | value | ) |
void IndexedStringTable::set_prefix | ( | const char * | value, |
size_t | size | ||
) |
void IndexedStringTable::set_val | ( | int | index, |
::google::protobuf::uint32 | value | ||
) |
const ::IndexedStringTable & IndexedStringTable::subtables | ( | int | index | ) | const |
const ::google::protobuf::RepeatedPtrField<::IndexedStringTable > & IndexedStringTable::subtables | ( | ) | const |
int IndexedStringTable::subtables_size | ( | ) | const |
void IndexedStringTable::Swap | ( | IndexedStringTable * | other | ) |
const ::google::protobuf::UnknownFieldSet& IndexedStringTable::unknown_fields | ( | ) | const |
google::protobuf::uint32 IndexedStringTable::val | ( | int | index | ) | const |
const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & IndexedStringTable::val | ( | ) | const |
int IndexedStringTable::val_size | ( | ) | const |
void protobuf_AddDesc_osmand_5fodb_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_osmand_5fodb_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_osmand_5fodb_2eproto | ( | ) | [friend] |
const int IndexedStringTable::kKeyFieldNumber = 3 [static] |
const int IndexedStringTable::kPrefixFieldNumber = 1 [static] |
const int IndexedStringTable::kSubtablesFieldNumber = 5 [static] |
const int IndexedStringTable::kValFieldNumber = 4 [static] |