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, ConstType default_value) |
static void | Set (int number, FieldType field_type, const string &value, ExtensionSet *set) |
static string * | Mutable (int number, FieldType field_type, ExtensionSet *set) |
typedef const string& google::protobuf::internal::StringTypeTraits::ConstType |
typedef string* google::protobuf::internal::StringTypeTraits::MutableType |
static const string& google::protobuf::internal::StringTypeTraits::Get | ( | int | number, |
const ExtensionSet & | set, | ||
ConstType | default_value | ||
) | [static] |
static string* google::protobuf::internal::StringTypeTraits::Mutable | ( | int | number, |
FieldType | field_type, | ||
ExtensionSet * | set | ||
) | [static] |
static void google::protobuf::internal::StringTypeTraits::Set | ( | int | number, |
FieldType | field_type, | ||
const string & | value, | ||
ExtensionSet * | set | ||
) | [static] |