Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
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()
161 if (!ReadBlock()) in Skip()
DInBuffer.h29 bool ReadBlock();
DStreamObjects.h153 virtual HRESULT ReadBlock(UInt64 blockIndex, Byte *dest, size_t blockSize) = 0;
DStreamObjects.cpp253 RINOK(ReadBlock(cacheTag, p, blockSize)); in Read()
/third_party/lzma/CS/7zip/Common/
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/
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/
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/
Dscanner-character-streams.cc254 bool ReadBlock(size_t position) final { in ReadBlock() function in v8::internal::BufferedCharacterStream
310 bool ReadBlock(size_t position) final { in ReadBlock() function in v8::internal::UnbufferedCharacterStream
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 { in ReadBlock() function in v8::internal::Windows1252CharacterStream
Dscanner.h161 bool success = !has_parser_error() && ReadBlock(position); in ReadBlockChecked()
187 virtual bool ReadBlock(size_t position) = 0;