Home
last modified time | relevance | path

Searched refs:ReadBlock (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DInBuffer.cpp51 bool CInBufferBase::ReadBlock() in ReadBlock() function in CInBufferBase
78 if (!ReadBlock()) in ReadByte_FromNewBlock()
91 if (!ReadBlock()) in ReadByte_FromNewBlock()
123 if (!ReadBlock()) in ReadBytes()
139 if (!ReadBlock()) in ReadBytes()
161 if (!ReadBlock()) in Skip()
H A DInBuffer.h29 bool ReadBlock();
H A DStreamObjects.h137 virtual HRESULT ReadBlock(UInt64 blockIndex, Byte *dest, size_t blockSize) = 0;
H A DStreamObjects.cpp250 RINOK(ReadBlock(cacheTag, p, blockSize)) in Read()
/third_party/lzma/CS/7zip/Common/
H A DInBuffer.cs30 public bool ReadBlock() in ReadBlock() method in SevenZip.Buffer.InBuffer
52 if (!ReadBlock()) in ReadByte()
62 if (!ReadBlock()) in ReadByte()
/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DInWindow.java39 public void ReadBlock() throws IOException in ReadBlock() method in InWindow
90 ReadBlock(); in Init()
101 ReadBlock(); in MovePos()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzInWindow.cs39 public virtual void ReadBlock() in ReadBlock() method in SevenZip.Compression.LZ.InWindow
90 ReadBlock(); in Init()
101 ReadBlock(); in MovePos()
/third_party/node/deps/v8/src/parsing/
H A Dscanner-character-streams.cc254 bool ReadBlock(size_t position) final {
310 bool ReadBlock(size_t position) final {
373 // source (ReadBlock can be called with pos() pointing to any position,
384 bool ReadBlock(size_t position) final;
398 bool BufferedUtf16CharacterStream::ReadBlock(size_t position) { in ReadBlock() function in v8::internal::BufferedUtf16CharacterStream
473 bool ReadBlock(size_t position) final {
H A Dscanner.h161 bool success = !has_parser_error() && ReadBlock(position); in ReadBlockChecked()
176 // ReadBlock(position) may modify any of the buffer_*_ members, but must make
187 virtual bool ReadBlock(size_t position) = 0;

Completed in 5 milliseconds