Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dreader.h52 slicer::ArrayView<const dex::TypeId> TypeIds() const;
Ddex_format.h180 struct TypeId { struct
Dwriter.h151 Index<dex::TypeId> type_ids;
/tools/dexter/slicer/
Dreader.cc50 slicer::ArrayView<const dex::TypeId> Reader::TypeIds() const { in TypeIds()
51 return section<dex::TypeId>(header_->type_ids_off, in TypeIds()