OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Attributes
google::protobuf::FileDescriptorTables Class Reference

List of all members.

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 FieldDescriptorFindFieldByNumber (const Descriptor *parent, int number) const
const FieldDescriptorFindFieldByLowercaseName (const void *parent, const string &lowercase_name) const
const FieldDescriptorFindFieldByCamelcaseName (const void *parent, const string &camelcase_name) const
const EnumValueDescriptorFindEnumValueByNumber (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

Constructor & Destructor Documentation


Member Function Documentation

bool google::protobuf::FileDescriptorTables::AddAliasUnderParent ( const void *  parent,
const string &  name,
Symbol  symbol 
)
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

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines