HomeSort by relevance Sort by last modified time
    Searched refs:AppendByte (Results 1 - 16 of 16) sorted by null

  /external/pdfium/xfa/fxbarcode/common/
BC_CommonByteArray.h 25 void AppendByte(int32_t value);
BC_CommonByteArray.cpp 59 void CBC_CommonByteArray::AppendByte(int32_t value) {
  /external/pdfium/xfa/fxbarcode/qrcode/
BC_QRCoderBitVector.h 18 void AppendByte(int32_t value);
BC_QRCoderBitVector.cpp 64 AppendByte(0);
81 AppendByte(newByte);
117 void CBC_QRCoderBitVector::AppendByte(int32_t value) {
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 333 buffer.AppendByte(0);
334 buffer.AppendByte(0);
335 buffer.AppendByte(0);
336 buffer.AppendByte(0);
337 buffer.AppendByte(0);
339 buffer.AppendByte(byte);
340 buffer.AppendByte(byte);
344 buffer.AppendByte(1);
345 buffer.AppendByte(FX_GETBYTEOFFSET24(offset));
346 buffer.AppendByte(FX_GETBYTEOFFSET16(offset))
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
slices.go 12 func AppendByte(slice []byte, data ...byte) []byte {
  /prebuilts/go/linux-x86/doc/progs/
slices.go 12 func AppendByte(slice []byte, data ...byte) []byte {
  /external/pdfium/core/fxcrt/
fx_basic.h 39 void AppendByte(uint8_t byte) {
69 void AppendChar(int ch) { AppendByte(static_cast<uint8_t>(ch)); }
121 int32_t AppendByte(uint8_t byte);
fx_basic_buffer.cpp 270 int32_t CFX_FileBufferArchive::AppendByte(uint8_t byte) {
  /external/libchrome/dbus/
message.h 277 void AppendByte(uint8_t value);
355 // Helper function used to implement AppendByte etc.
message.cc 464 void MessageWriter::AppendByte(uint8_t value) {
  /external/v8/src/
log.cc 66 AppendByte(':');
82 AppendByte(')');
115 void AppendByte(char c) {
187 name_buffer_->AppendByte(' ');
193 name_buffer_->AppendByte(')');
195 name_buffer_->AppendByte(':');
    [all...]
  /external/libbrillo/brillo/dbus/
data_serialization.cc 19 writer->AppendByte(value);
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 591 buf.AppendByte((uint8_t)code);
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 306 buf.AppendByte(code);
315 buf.AppendByte(code);
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 790 m_DestBuf.AppendByte(last_byte);

Completed in 622 milliseconds