Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dreader.h55 slicer::ArrayView<const dex::ProtoId> ProtoIds() const;
Ddex_format.h199 struct ProtoId { struct
Dwriter.h152 Index<dex::ProtoId> proto_ids;
/tools/dexter/slicer/
Dreader.cc65 slicer::ArrayView<const dex::ProtoId> Reader::ProtoIds() const { in ProtoIds()
66 return section<dex::ProtoId>(header_->proto_ids_off, in ProtoIds()