Searched defs:ItemLoc (Results 1 – 1 of 1) sorted by relevance
262 struct ItemLoc { struct263 ItemLoc() : ItemLoc(0, 0, 0, 0) {} in ItemLoc() argument264 ItemLoc(uint32_t item_id, uint16_t construction_method, in ItemLoc() function271 void addExtent(const ExtentEntry& extent) { in addExtent()275 status_t getLoc(off64_t *offset, size_t *size, in getLoc()296 uint32_t itemId;297 uint16_t constructionMethod;298 uint16_t dataReferenceIndex;299 off64_t baseOffset;300 Vector<ExtentEntry> extents;