Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dbyte_stream_wrappers.h77 void WriteByte(uint8_t byte) { bytes_->push_back(byte); } in WriteByte() function
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DGZipStream.cs226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
/third_party/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DGZipStream.cs226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
/third_party/flatbuffers/go/
Dencode.go135 func WriteByte(buf []byte, n byte) { func
/third_party/flutter/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h65 void WriteByte(unsigned char Value) { in WriteByte() function