Home
last modified time | relevance | path

Searched refs:StringIds (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dreader.h51 slicer::ArrayView<const dex::StringId> StringIds() const;
127 auto& stringId = StringIds()[index]; in GetStringData()
/tools/dexter/slicer/
Dreader.cc44 slicer::ArrayView<const dex::StringId> Reader::StringIds() const { in StringIds() function in dex::Reader