Home
last modified time | relevance | path

Searched defs:StringTable (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
Dapp.cpp187 struct StringTable { in AddFile() struct
188 char table[256u]{}; in AddFile()
189 char* dst = table; in AddFile()
190 StringTable() : dst(table) {} in AddFile() argument
191 uint32_t addString(std::string_view a) in AddFile()
198 ptrdiff_t GetOffset() const in AddFile()