HomeSort by relevance Sort by last modified time
    Searched defs:AppendBytes (Results 1 - 7 of 7) sorted by null

  /external/perfetto/src/protozero/
message.cc 69 AppendBytes(field_id, str, strlen(str));
72 void Message::AppendBytes(uint32_t field_id, const void* src, size_t size) {
  /device/google/contexthub/util/nanotool/
androidcontexthub.cpp 59 static void AppendBytes(const void *data, size_t length, std::vector<uint8_t>& buffer) {
73 AppendBytes(&val, sizeof(uint32_t), bytes);
88 AppendBytes(&val, sizeof(float), bytes);
120 AppendBytes(&value, sizeof(float), bytes);
133 AppendBytes(&value, sizeof(int32_t), bytes);
  /external/tensorflow/tensorflow/core/lib/strings/
ordered_code.cc 133 inline static void AppendBytes(string* dest, const char* src, size_t len) {
173 AppendBytes(dest, copy_start, p - copy_start - 1);
179 AppendBytes(dest, copy_start, p - copy_start - 1);
186 AppendBytes(dest, copy_start, p - copy_start);
192 AppendBytes(dest, kEscape1_Separator, 2);
208 AppendBytes(dest, reinterpret_cast<const char*>(buf + 9 - len), len);
233 AppendBytes(result, copy_start, start - copy_start - 1);
252 AppendBytes(result, copy_start, start - copy_start - 1);
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderEncoder.cpp 187 void AppendBytes(const ByteString& content,
577 AppendBytes(utf8Data, mode, &dataBits, encoding, e);
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 64 void AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst);
101 AppendBytes(FieldOffsetInChars, InitCst);
105 AppendBytes(CharUnits FieldOffsetInChars, llvm::Constant *InitCst) {
445 AppendBytes(Offset, VTableAddressPoint);
    [all...]
  /system/update_engine/common/
utils.cc 314 static void AppendBytes(const uint8_t* buf, size_t nbytes,
320 static void AppendBytes(const uint8_t* buf, size_t nbytes,
345 AppendBytes(buf, nbytes, out_p);
    [all...]
  /external/v8/src/
log.cc 65 AppendBytes(kLogEventsNames[tag]);
74 AppendBytes("symbol(");
76 AppendBytes("\"");
78 AppendBytes("\" ");
80 AppendBytes("hash ");
105 void AppendBytes(const char* bytes, int size) {
111 void AppendBytes(const char* bytes) {
112 AppendBytes(bytes, StrLength(bytes));
160 name_buffer_->AppendBytes(comment);
175 name_buffer_->AppendBytes(ComputeMarker(shared, code))
    [all...]

Completed in 226 milliseconds