Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonByteArray.cpp64 void CBC_CommonByteArray::AppendByte(int32_t value) { in AppendByte() function in CBC_CommonByteArray
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp119 void CBC_QRCoderBitVector::AppendByte(int32_t value) { in AppendByte() function in CBC_QRCoderBitVector
/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp419 int32_t IFX_BufferArchive::AppendByte(uint8_t byte) { in AppendByte() function in IFX_BufferArchive
/external/libchrome/dbus/
Dmessage.cc464 void MessageWriter::AppendByte(uint8_t value) { in AppendByte() function in dbus::MessageWriter
/external/pdfium/core/include/fxcrt/
Dfx_basic.h51 inline void AppendByte(uint8_t byte) { in AppendByte() function
/external/v8/src/
Dlog.cc120 void AppendByte(char c) { in AppendByte() function in v8::internal::CodeEventLogger::NameBuffer