Home
last modified time | relevance | path

Searched defs:PutByte (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
DLzOutWindow.cs95 public void PutByte(byte b) in PutByte() method in SevenZip.Compression.LZ.OutWindow
/external/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java71 public void PutByte(byte b) throws IOException in PutByte() method in OutWindow
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs155 public void PutByte(int offset, byte value) in PutByte() method in FlatBuffers.ByteBuffer
161 public void PutByte(int offset, byte value, int count) in PutByte() method in FlatBuffers.ByteBuffer
DFlatBufferBuilder.cs153 public void PutByte(byte x) in PutByte() method in FlatBuffers.FlatBufferBuilder
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp87 void PutByte(Byte b) in PutByte() function in COutWindow