Home
last modified time | relevance | path

Searched refs:AppendByte (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp53 AppendByte(0); in AppendBit()
67 AppendByte(static_cast<int8_t>((value >> (numBitsLeft - 8)) & 0xff)); in AppendBits()
100 void CBC_QRCoderBitVector::AppendByte(int8_t value) { in AppendByte() function in CBC_QRCoderBitVector
DBC_QRCoderBitVector.h31 void AppendByte(int8_t value);
/external/pdfium/fxbarcode/common/
DBC_CommonByteArray.h27 void AppendByte(int32_t value);
DBC_CommonByteArray.cpp60 void CBC_CommonByteArray::AppendByte(int32_t value) { in AppendByte() function in CBC_CommonByteArray
/external/pdfium/core/fxcrt/
Dcfx_binarybuf.h33 void AppendByte(uint8_t byte) { in AppendByte() function
/external/v8/src/
Dlog.cc108 AppendByte(':'); in Init()
124 AppendByte(')'); in AppendName()
146 void AppendByte(char c) { in AppendByte() function in v8::internal::CodeEventLogger::NameBuffer
217 name_buffer_->AppendByte(' '); in CodeCreateEvent()
223 name_buffer_->AppendByte(')'); in CodeCreateEvent()
225 name_buffer_->AppendByte(':'); in CodeCreateEvent()
239 name_buffer_->AppendByte('-'); in CodeCreateEvent()
/external/libchrome/dbus/
Dmessage.h272 void AppendByte(uint8_t value);
Dmessage.cc449 void MessageWriter::AppendByte(uint8_t value) { in AppendByte() function in dbus::MessageWriter
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc19 writer->AppendByte(value); in AppendValueToWriter()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp786 m_DestBuf.AppendByte(last_byte); in Encode()