Searched refs:WriteInterface (Results 1 – 2 of 2) sorted by relevance
313 WriteInterface(MsfData) {} in WritableMappedBlockStream()406 if (auto EC = WriteInterface.writeBytes(MsfOffset, ChunkData)) in writeBytes()420 Error WritableMappedBlockStream::commit() { return WriteInterface.commit(); } in commit()
154 WritableBinaryStreamRef WriteInterface; variable