Home
last modified time | relevance | path

Searched refs:ReadByte_FromNewBlock (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DInBuffer.h30 bool ReadByte_FromNewBlock(Byte &b);
31 Byte ReadByte_FromNewBlock();
67 return ReadByte_FromNewBlock(b); in ReadByte()
76 return ReadByte_FromNewBlock(); in ReadByte()
DInBuffer.cpp76 bool CInBufferBase::ReadByte_FromNewBlock(Byte &b) in ReadByte_FromNewBlock() function in CInBufferBase
88 Byte CInBufferBase::ReadByte_FromNewBlock() in ReadByte_FromNewBlock() function in CInBufferBase