Home
last modified time | relevance | path

Searched refs:StringId (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dreader.h51 slicer::ArrayView<const dex::StringId> StringIds() const;
Ddex_format.h175 struct StringId { struct
Dwriter.h150 Index<dex::StringId> string_ids;
/tools/dexter/slicer/
Dreader.cc45 slicer::ArrayView<const dex::StringId> Reader::StringIds() const { in StringIds()
46 return section<dex::StringId>(header_->string_ids_off, in StringIds()