Home
last modified time | relevance | path

Searched defs:AppendByte (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_binarybuf.h33 void AppendByte(uint8_t byte) { in AppendByte() function
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp100 void CBC_QRCoderBitVector::AppendByte(int8_t value) { in AppendByte() function in CBC_QRCoderBitVector
/external/pdfium/fxbarcode/common/
DBC_CommonByteArray.cpp60 void CBC_CommonByteArray::AppendByte(int32_t value) { in AppendByte() function in CBC_CommonByteArray
/external/libchrome/dbus/
Dmessage.cc449 void MessageWriter::AppendByte(uint8_t value) { in AppendByte() function in dbus::MessageWriter
/external/v8/src/
Dlog.cc146 void AppendByte(char c) { in AppendByte() function in v8::internal::CodeEventLogger::NameBuffer