Searched defs:GenericTable (Results 1 – 2 of 2) sorted by relevance
70 struct GenericTable { struct71 std::string Name;72 std::string PreprocessorGuard;73 std::string CppTypeName;74 SmallVector<GenericField, 2> Fields;75 std::vector<Record *> Entries;77 std::unique_ptr<SearchIndex> PrimaryKey;78 SmallVector<std::unique_ptr<SearchIndex>, 2> Indices;80 const GenericField *getFieldByName(StringRef Name) const { in getFieldByName()
102 GenericTable(Header* header, ReadableFontData* data) : Table(header, data) {} in GenericTable() function