Searched refs:readLongestContiguousChunk (Results 1 – 9 of 9) sorted by relevance
20 Error StreamReader::readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer) { in readLongestContiguousChunk() function in StreamReader21 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
71 if (auto EC = SrcReader.readLongestContiguousChunk(Chunk)) in writeStreamRef()
47 Error ByteStream<Writable>::readLongestContiguousChunk( in readLongestContiguousChunk() function in ByteStream
41 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk() function46 if (auto EC = Stream->readLongestContiguousChunk(Offset, Buffer)) in readLongestContiguousChunk()
39 virtual Error readLongestContiguousChunk(uint32_t Offset,
36 Error readLongestContiguousChunk(uint32_t Offset,
31 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
34 Error readLongestContiguousChunk(uint32_t Offset,
122 Error MappedBlockStream::readLongestContiguousChunk( in readLongestContiguousChunk() function in MappedBlockStream