Searched defs:AppendByte (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/ | ||
D | cfx_binarybuf.h | 33 void AppendByte(uint8_t byte) { in AppendByte() function |
/external/pdfium/fxbarcode/qrcode/ | ||
D | BC_QRCoderBitVector.cpp | 100 void CBC_QRCoderBitVector::AppendByte(int8_t value) { in AppendByte() function in CBC_QRCoderBitVector |
/external/pdfium/fxbarcode/common/ | ||
D | BC_CommonByteArray.cpp | 60 void CBC_CommonByteArray::AppendByte(int32_t value) { in AppendByte() function in CBC_CommonByteArray |
/external/libchrome/dbus/ | ||
D | message.cc | 449 void MessageWriter::AppendByte(uint8_t value) { in AppendByte() function in dbus::MessageWriter |
/external/v8/src/ | ||
D | log.cc | 146 void AppendByte(char c) { in AppendByte() function in v8::internal::CodeEventLogger::NameBuffer |