Lines Matching refs:MSFStreamLayout
45 const MSFStreamLayout &Layout, in MappedBlockStream()
52 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
62 MSFStreamLayout SL; in createIndexedStream()
73 MSFStreamLayout SL; in createDirectoryStream()
83 MSFStreamLayout SL(getFpmStreamLayout(Layout)); in createFpmStream()
310 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
317 const MSFStreamLayout &Layout, in createStream()
330 MSFStreamLayout SL; in createIndexedStream()
340 MSFStreamLayout SL; in createDirectoryStream()
358 MSFStreamLayout MinLayout(getFpmStreamLayout(Layout, false, AltFpm)); in createFpmStream()
360 MSFStreamLayout FullLayout(getFpmStreamLayout(Layout, true, AltFpm)); in createFpmStream()