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