Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dwriter.h77 class Index {
79 explicit Index(dex::u2 mapEntryType) : map_entry_type_(mapEntryType) {} in Index() function
80 ~Index() = default;
82 Index(const Index&) = delete;
83 Index& operator=(const Index&) = delete;
150 Index<dex::StringId> string_ids;
151 Index<dex::TypeId> type_ids;
152 Index<dex::ProtoId> proto_ids;
153 Index<dex::FieldId> field_ids;
154 Index<dex::MethodId> method_ids;
[all …]