Searched defs:PutByte (Results 1 – 5 of 5) sorted by relevance
| /external/lzma/CS/7zip/Compress/LZ/ | ||
| D | LzOutWindow.cs | 95 public void PutByte(byte b) in PutByte() method in SevenZip.Compression.LZ.OutWindow |
| /external/lzma/Java/SevenZip/Compression/LZ/ | ||
| D | OutWindow.java | 71 public void PutByte(byte b) throws IOException in PutByte() method in OutWindow |
| /external/flatbuffers/net/FlatBuffers/ | ||
| D | ByteBuffer.cs | 438 public void PutByte(int offset, byte value) in PutByte() method in FlatBuffers.ByteBuffer |
| D | FlatBufferBuilder.cs | 161 public void PutByte(byte x) in PutByte() method in FlatBuffers.FlatBufferBuilder |
| /external/lzma/CPP/7zip/Bundles/LzmaSpec/ | ||
| D | LzmaSpec.cpp | 87 void PutByte(Byte b) in PutByte() function in COutWindow |