Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dwriter.cc222 SLICER_CHECK(section.ItemsCount() == 0); in CopySection()
226 SLICER_CHECK(section.ItemsCount() > 0); in CopySection()
320 header->string_ids_size = dex_->string_ids.ItemsCount(); in CreateImage()
322 header->type_ids_size = dex_->type_ids.ItemsCount(); in CreateImage()
324 header->proto_ids_size = dex_->proto_ids.ItemsCount(); in CreateImage()
326 header->field_ids_size = dex_->field_ids.ItemsCount(); in CreateImage()
328 header->method_ids_size = dex_->method_ids.ItemsCount(); in CreateImage()
330 header->class_defs_size = dex_->class_defs.ItemsCount(); in CreateImage()
383 if (section.ItemsCount() > 0) { in AddMapItem()
387 map_item.size = section.ItemsCount(); in AddMapItem()
/tools/dexter/slicer/export/slicer/
Dwriter.h48 return ItemsCount() > 0 ? offset_ : 0; in SectionOffset()
64 dex::u4 ItemsCount() const { return count_; } in ItemsCount() function
100 return ItemsCount() > 0 ? offset_ : 0; in SectionOffset()
108 dex::u4 ItemsCount() const { return count_; } in ItemsCount() function