Searched defs:ItemLoc (Results 1 – 1 of 1) sorted by relevance
265 struct ItemLoc { struct266 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() function267 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() function274 void addExtent(const ExtentEntry& extent) { in addExtent()278 status_t getLoc(off64_t *offset, size_t *size, in getLoc()299 uint32_t itemId;300 uint16_t constructionMethod;301 uint16_t dataReferenceIndex;302 off64_t baseOffset;303 Vector<ExtentEntry> extents;