Searched defs:StringTable (Results 1 – 1 of 1) sorted by relevance
187 struct StringTable { in AddFile() struct188 char table[256u]{}; in AddFile()189 char* dst = table; in AddFile()190 StringTable() : dst(table) {} in AddFile() argument191 uint32_t addString(std::string_view a) in AddFile()198 ptrdiff_t GetOffset() const in AddFile()