Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/unittests/
DStringTableTest.h15 class StringTable; variable
/frameworks/libs/binary_translation/tools/nogrod/
Dstring_table.h35 StringTable(Buffer<char> strtab) : strtab_(std::move(strtab)) { in StringTable() function