Searched defs:NSFastLoadID (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.h78 * compute an nsID given an NSFastLoadID.
80 typedef PRUint32 NSFastLoadID; // nsFastLoadFooter::mIDMap index typedef
118 // NB: an NSFastLoadID, not an nsIID!
213 PRUint32 mCIDOffset; // offset of object's NSFastLoadID and data
337 const nsID& GetID(NSFastLoadID aFastId) const {
354 // Map from dense, zero-based, uint32 NSFastLoadID to 16-byte nsID.
378 nsresult ReadFastID(NSFastLoadID *aID);
458 nsresult MapID(const nsID& aSlowID, NSFastLoadID *aResult);
464 nsresult WriteFastID(NSFastLoadID aID);

Completed in 317 milliseconds