OsmAnd
|
#include <extension_set.h>
Public Types | |
typedef const string & | ConstType |
typedef string * | MutableType |
Static Public Member Functions | |
static const string & | Get (int number, const ExtensionSet &set, int index) |
static void | Set (int number, int index, const string &value, ExtensionSet *set) |
static string * | Mutable (int number, int index, ExtensionSet *set) |
static void | Add (int number, FieldType field_type, bool, const string &value, ExtensionSet *set) |
static string * | Add (int number, FieldType field_type, ExtensionSet *set) |
typedef const string& google::protobuf::internal::RepeatedStringTypeTraits::ConstType |
static void google::protobuf::internal::RepeatedStringTypeTraits::Add | ( | int | number, |
FieldType | field_type, | ||
bool | , | ||
const string & | value, | ||
ExtensionSet * | set | ||
) | [static] |
static string* google::protobuf::internal::RepeatedStringTypeTraits::Add | ( | int | number, |
FieldType | field_type, | ||
ExtensionSet * | set | ||
) | [static] |
static const string& google::protobuf::internal::RepeatedStringTypeTraits::Get | ( | int | number, |
const ExtensionSet & | set, | ||
int | index | ||
) | [static] |
static string* google::protobuf::internal::RepeatedStringTypeTraits::Mutable | ( | int | number, |
int | index, | ||
ExtensionSet * | set | ||
) | [static] |
static void google::protobuf::internal::RepeatedStringTypeTraits::Set | ( | int | number, |
int | index, | ||
const string & | value, | ||
ExtensionSet * | set | ||
) | [static] |