Home
last modified time | relevance | path

Searched defs:GetByte (Results 1 – 7 of 7) sorted by relevance

/third_party/lzma/CS/7zip/Compress/LZ/
DLzOutWindow.cs102 public byte GetByte(uint distance) in GetByte() method in SevenZip.Compression.LZ.OutWindow
/third_party/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java78 public byte GetByte(int distance) in GetByte() method in OutWindow
/third_party/skia/third_party/externals/tint/fuzzers/
Drandom_generator.cc74 uint8_t RandomGenerator::GetByte() { in GetByte() function in tint::fuzzers::RandomGenerator
Drandom_generator_test.cc129 TEST_F(RandomGeneratorTest, GetByte) { in TEST_F() argument
/third_party/flatbuffers/go/
Dencode.go22 func GetByte(buf []byte) byte { func
Dtable.go73 func (t *Table) GetByte(off UOffsetT) byte { func
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp99 Byte GetByte(UInt32 dist) const in GetByte() function in COutWindow