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