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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsFastLoadFile.cpp832 nsFastLoadFileReader::ReadFooterPrefix(nsFastLoadFooterPrefix *aFooterPrefix) argument
836 rv = Read32(&aFooterPrefix->mNumIDs);
840 rv = Read32(&aFooterPrefix->mNumSharpObjects);
844 rv = Read32(&aFooterPrefix->mNumMuxedDocuments);
848 rv = Read32(&aFooterPrefix->mNumDependencies);
1633 nsFastLoadFileWriter::WriteFooterPrefix(const nsFastLoadFooterPrefix& aFooterPrefix) argument
1637 rv = Write32(aFooterPrefix.mNumIDs);
1641 rv = Write32(aFooterPrefix.mNumSharpObjects);
1645 rv = Write32(aFooterPrefix.mNumMuxedDocuments);
1649 rv = Write32(aFooterPrefix
[all...]

Completed in 136 milliseconds