Searched defs:AppendBytes (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/xfa/fxbarcode/qrcode/ |
H A D | BC_QRCoderEncoder.cpp | 99 AppendBytes(splitResult.second, tempMode, &headerAndDataBits, encoding, 124 AppendBytes(splitResult.second, tempMode, &headerAndDataBits, encoding, 136 AppendBytes(splitResult.second, tempMode, &headerAndDataBits, encoding, 362 AppendBytes(result.second, result.first, &dataBits, encoding, e); 427 AppendBytes(result.second, result.first, &dataBits, encoding, e); 505 AppendBytes(utf8Data, mode, &dataBits, encoding, e); 657 void CBC_QRCoderEncoder::AppendBytes(const CFX_ByteString& content, function in class:CBC_QRCoderEncoder
|
/external/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 64 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst); 101 AppendBytes(FieldOffsetInChars, InitCst); 105 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) { function in class:__anon1264::ConstStructBuilder 445 AppendBytes(Offset, VTableAddressPoint);
|
/external/v8/src/ |
H A D | log.cc | 65 AppendBytes(kLogEventsNames[tag]); 74 AppendBytes("symbol("); 76 AppendBytes("\""); 78 AppendBytes("\" "); 80 AppendBytes("hash "); 105 void AppendBytes(const char* bytes, int size) { function in class:v8::internal::CodeEventLogger::NameBuffer 111 void AppendBytes(const char* bytes) { function in class:v8::internal::CodeEventLogger::NameBuffer 112 AppendBytes(bytes, StrLength(bytes)); 160 name_buffer_->AppendBytes(comment); 175 name_buffer_->AppendBytes(ComputeMarke [all...] |
Completed in 173 milliseconds