Searched defs:AppendByte (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/ | ||
D | cfx_binarybuf.h | 38 void AppendByte(uint8_t byte) { in AppendByte() function |
/external/pigweed/pw_hdlc/ | ||
D | decoder.cc | 102 void Decoder::AppendByte(byte new_byte) { in AppendByte() function in pw::hdlc::Decoder |
/external/pdfium/fxbarcode/qrcode/ | ||
D | BC_QRCoderBitVector.cpp | 92 void CBC_QRCoderBitVector::AppendByte(int8_t value) { in AppendByte() function in CBC_QRCoderBitVector |
/external/libchrome/dbus/ | ||
D | message.cc | 449 void MessageWriter::AppendByte(uint8_t value) { in AppendByte() function in dbus::MessageWriter |