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

/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_CommonByteArray.cpp64 void CBC_CommonByteArray::AppendByte(int32_t value) { function in class:CBC_CommonByteArray
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderBitVector.cpp69 AppendByte(0);
86 AppendByte(newByte);
119 void CBC_QRCoderBitVector::AppendByte(int32_t value) { function in class:CBC_QRCoderBitVector
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp218 m_SavingBuf.AppendByte(i);
419 int32_t IFX_BufferArchive::AppendByte(uint8_t byte) { function in class:IFX_BufferArchive
/external/libchrome/dbus/
H A Dmessage.cc464 void MessageWriter::AppendByte(uint8_t value) { function in class:dbus::MessageWriter
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h51 inline void AppendByte(uint8_t byte) { function in class:CFX_BinaryBuf
91 void AppendChar(int ch) { AppendByte((uint8_t)ch); }
211 int32_t AppendByte(uint8_t byte);
/external/v8/src/
H A Dlog.cc71 AppendByte(':');
87 AppendByte(')');
120 void AppendByte(char c) { function in class:v8::internal::CodeEventLogger::NameBuffer
201 name_buffer_->AppendByte(' ');
207 name_buffer_->AppendByte(')');
209 name_buffer_->AppendByte(':');

Completed in 2847 milliseconds