Home
last modified time | relevance | path

Searched defs:WriteByte (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/core/fpdfapi/edit/
Dcpdf_stringarchivestream.cpp12 bool CPDF_StringArchiveStream::WriteByte(uint8_t byte) { in WriteByte() function in CPDF_StringArchiveStream
Dcpdf_creator.cpp106 bool CFX_FileBufferArchive::WriteByte(uint8_t byte) { in WriteByte() function in __anon3de13ea30111::CFX_FileBufferArchive
/external/lzma/CS/7zip/Common/
DOutBuffer.cs30 public void WriteByte(byte b) in WriteByte() method in SevenZip.Buffer.OutBuffer
/external/perfetto/include/perfetto/protozero/
Dscattered_stream_writer.h55 inline void WriteByte(uint8_t value) { in WriteByte() function
/external/lzma/CPP/7zip/Common/
DOutBuffer.h48 void WriteByte(Byte b) in WriteByte() function
DCWrappers.h112 void WriteByte(Byte b) in WriteByte() function
/external/golang-protobuf/proto/
Dtext.go66 WriteByte(byte) error methodSpec
140 func (w *textWriter) WriteByte(c byte) error { func
/external/oss-fuzz/projects/libpng-proto/
Dpng_proto_fuzzer_example.cc15 static void WriteByte(std::stringstream &out, uint8_t x) { in WriteByte() function
/external/libchrome/base/files/
Dfile_descriptor_watcher_posix_unittest.cc128 void WriteByte() { in WriteByte() function in base::__anon6c220afc0111::FileDescriptorWatcherTest
/external/flatbuffers/go/
Dencode.go135 func WriteByte(buf []byte, n byte) { func
/external/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc57 int32_t WritableFontData::WriteByte(int32_t index, uint8_t b) { in WriteByte() function in sfntly::WritableFontData
/external/v8/src/diagnostics/
Deh-frame.h139 void WriteByte(byte value) { eh_frame_buffer_.push_back(value); } in WriteByte() function
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs136 public override void WriteByte(byte b) in WriteByte() method in SevenZip.LzmaBench.CrcOutStream
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h39 void WriteByte(Byte b) in WriteByte() function
D7zOut.cpp155 void COutArchive::WriteByte(Byte b) in WriteByte() function in NArchive::N7z::COutArchive
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamWriter.h66 void WriteByte(unsigned char Value) { in WriteByte() function
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h66 void WriteByte(unsigned char Value) { in WriteByte() function
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp55 void WriteByte(Byte b) in WriteByte() function
/external/pdfium/third_party/lcms/src/
Dcmsps2.c314 void WriteByte(cmsIOHANDLER* m, cmsUInt8Number b) in WriteByte() function
/external/libbrillo/brillo/streams/
Dfile_stream_unittest.cc50 inline bool WriteByte(Stream* stream, uint8_t byte) { in WriteByte() function
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py278 def WriteByte (stream, value): function