OsmAnd
|
Public Member Functions | |
FileDescriptorTables () | |
~FileDescriptorTables () | |
Symbol | FindNestedSymbol (const void *parent, const string &name) const |
Symbol | FindNestedSymbolOfType (const void *parent, const string &name, const Symbol::Type type) const |
const FieldDescriptor * | FindFieldByNumber (const Descriptor *parent, int number) const |
const FieldDescriptor * | FindFieldByLowercaseName (const void *parent, const string &lowercase_name) const |
const FieldDescriptor * | FindFieldByCamelcaseName (const void *parent, const string &camelcase_name) const |
const EnumValueDescriptor * | FindEnumValueByNumber (const EnumDescriptor *parent, int number) const |
bool | AddAliasUnderParent (const void *parent, const string &name, Symbol symbol) |
bool | AddFieldByNumber (const FieldDescriptor *field) |
bool | AddEnumValueByNumber (const EnumValueDescriptor *value) |
void | AddFieldByStylizedNames (const FieldDescriptor *field) |
Static Public Attributes | |
static const FileDescriptorTables | kEmpty |
bool google::protobuf::FileDescriptorTables::AddAliasUnderParent | ( | const void * | parent, |
const string & | name, | ||
Symbol | symbol | ||
) |
bool google::protobuf::FileDescriptorTables::AddEnumValueByNumber | ( | const EnumValueDescriptor * | value | ) |
bool google::protobuf::FileDescriptorTables::AddFieldByNumber | ( | const FieldDescriptor * | field | ) |
void google::protobuf::FileDescriptorTables::AddFieldByStylizedNames | ( | const FieldDescriptor * | field | ) |
const EnumValueDescriptor * google::protobuf::FileDescriptorTables::FindEnumValueByNumber | ( | const EnumDescriptor * | parent, |
int | number | ||
) | const |
const FieldDescriptor * google::protobuf::FileDescriptorTables::FindFieldByCamelcaseName | ( | const void * | parent, |
const string & | camelcase_name | ||
) | const |
const FieldDescriptor * google::protobuf::FileDescriptorTables::FindFieldByLowercaseName | ( | const void * | parent, |
const string & | lowercase_name | ||
) | const |
const FieldDescriptor * google::protobuf::FileDescriptorTables::FindFieldByNumber | ( | const Descriptor * | parent, |
int | number | ||
) | const |
Symbol google::protobuf::FileDescriptorTables::FindNestedSymbol | ( | const void * | parent, |
const string & | name | ||
) | const |
Symbol google::protobuf::FileDescriptorTables::FindNestedSymbolOfType | ( | const void * | parent, |
const string & | name, | ||
const Symbol::Type | type | ||
) | const |