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.cs383 public void PutByte(int offset, byte value) in PutByte() method in FlatBuffers.ByteBuffer
389 public void PutByte(int offset, byte value, int count) in PutByte() method in FlatBuffers.ByteBuffer
403 public void PutByte(int offset, byte value) in PutByte() method in FlatBuffers.ByteBuffer
409 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