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

  /external/perfetto/src/protozero/
message_unittest.cc 105 msg->AppendBytes(i, kTestBytes, sizeof(kTestBytes));
129 msg->AppendBytes(1 /* field_id */, nullptr, 0);
148 msg->AppendBytes(7 /* field_id */, kTestBytes, sizeof(kTestBytes));
226 nested_msg_2->AppendBytes(5, buf200, sizeof(buf200));
297 handle1->AppendBytes(1 /* field_id */, kTestBytes, 1 /* size */);
305 handle2->AppendBytes(1 /* field_id */, kTestBytes, 2 /* size */);
313 handle_swp->AppendBytes(2 /* field_id */, kTestBytes, 3 /* size */);
316 handle3->AppendBytes(1 /* field_id */, kTestBytes, 4 /* size */);
326 handle_swp->AppendBytes(2 /* field_id */, kTestBytes, 8 /* size */);
379 handle1->AppendBytes(1 /* field_id */, kTestBytes, 1 /* size */)
    [all...]
message.cc 69 AppendBytes(field_id, str, strlen(str));
72 void Message::AppendBytes(uint32_t field_id, const void* src, size_t size) {
  /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);
  /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/perfetto/include/perfetto/protozero/
message.h 147 void AppendBytes(uint32_t field_id, const void* value, size_t size);
  /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...]
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderEncoder.cpp 187 void AppendBytes(const ByteString& content,
577 AppendBytes(utf8Data, mode, &dataBits, encoding, e);
  /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/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...]
  /external/perfetto/src/ftrace_reader/
cpu_reader.cc 46 out->AppendBytes(field_id, reinterpret_cast<const char*>(start),

Completed in 1094 milliseconds