Home
last modified time | relevance | path

Searched defs:ReadByte (Results 1 – 13 of 13) sorted by relevance

/third_party/lzma/CS/7zip/Common/
DInBuffer.cs49 public bool ReadByte(byte b) // check it in ReadByte() method in SevenZip.Buffer.InBuffer
58 public byte ReadByte() in ReadByte() method in SevenZip.Buffer.InBuffer
/third_party/lzma/CPP/7zip/Common/
DInBuffer.h72 bool ReadByte(Byte &b) in ReadByte() function
90 Byte ReadByte() in ReadByte() function
DCWrappers.h79 Byte ReadByte() in ReadByte() function
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DBrotliInputStream.cs125 public override int ReadByte() in ReadByte() method in Org.Brotli.Dec.BrotliInputStream
/third_party/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs181 public override int ReadByte() in ReadByte() method in DotZLib.GZipStream
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc74 int32_t ReadableFontData::ReadByte(int32_t index) { in ReadByte() function in sfntly::ReadableFontData
/third_party/lzma/C/
D7zDec.c77 static Byte ReadByte(IByteInPtr pp) in ReadByte() function
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdgif.c141 ReadByte(gif_source_ptr sinfo) in ReadByte() function
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h380 Byte ReadByte() { return _inByteBack->ReadByte(); } in ReadByte() function
D7zIn.cpp141 Byte CInByte2::ReadByte() in ReadByte() function in NArchive::N7z::CInByte2
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp37 Byte ReadByte() in ReadByte() function
/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c147 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { in ReadByte() function
/third_party/node/deps/v8/tools/
Dgrokdump.py1278 def ReadByte(self, offset): member in Map