Searched defs:ItemLoc (Results 1 – 1 of 1) sorted by relevance
271 struct ItemLoc { struct272 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() argument273 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() function280 void addExtent(const ExtentEntry& extent) { in addExtent()284 status_t getLoc(off64_t *offset, size_t *size, in getLoc()305 uint32_t itemId;306 uint16_t constructionMethod;307 uint16_t dataReferenceIndex;308 off64_t baseOffset;309 Vector<ExtentEntry> extents;