Home
last modified time | relevance | path

Searched refs:blob_ (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/include/perfetto/trace_processor/
Dtrace_blob_view.h64 blob_.reset(new TraceBlob(std::move(blob)));
68 : blob_(std::move(blob)), data_(blob_->data() + offset), length_(length) { in TraceBlobView()
69 PERFETTO_DCHECK(offset + length_ <= blob_->size()); in TraceBlobView()
83 blob_ = std::move(other.blob_);
95 return TraceBlobView(blob_, data, static_cast<uint32_t>(length)); in slice()
101 return TraceBlobView(blob_, data_ + off, static_cast<uint32_t>(length)); in slice_off()
108 (blob_ == rhs.blob_);
113 size_t offset() const { return static_cast<size_t>(data_ - blob_->data()); } in offset()
116 RefPtr<TraceBlob> blob() const { return blob_; } in blob()
120 : blob_(std::move(blob)), data_(data), length_(length) {} in TraceBlobView()
[all …]
/external/pigweed/pw_blob_store/
Dflat_file_system_entry_test.cc45 blob_(kBlobTitle, partition_, &checksum_, kvs::TestKvs(), kBufferSize) { in FlatFileSystemBlobStoreEntryTest()
48 void SetUp() override { ASSERT_EQ(OkStatus(), blob_.Init()); } in SetUp()
68 BlobStore::BlobWriter writer(blob_, metadata_buffer_); in WriteTestBlock()
75 BlobStore::BlobReader reader(blob_); in WriteTestBlock()
96 BlobStoreBuffer<kBufferSize> blob_; member in pw::blob_store::__anon33024fa90111::FlatFileSystemBlobStoreEntryTest
113 kExpectedFileId, kExpectedPermissions, blob_, blob_store_mutex); in TEST_F()
138 kExpectedFileId, kExpectedPermissions, blob_, blob_store_mutex); in TEST_F()
142 BlobStore::BlobReader reader(blob_); in TEST_F()
158 kExpectedFileId, kExpectedPermissions, blob_, blob_store_mutex); in TEST_F()
/external/pytorch/c10/mobile/
DCPUProfilingAllocator.cpp343 c10::free_cpu(blob_); in set_plan()
344 blob_ = c10::alloc_cpu(plan->total_size); in set_plan()
365 void* ptr = reinterpret_cast<uint8_t*>(blob_) + in allocate()
407 c10::free_cpu(blob_); in ~CPUProfilingAllocator()
DCPUProfilingAllocator.h77 void* blob_{nullptr};
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc195 blob_(blob), in EventImporter()
196 event_(blob_), in EventImporter()
1181 blob_, ".perfetto.protos.TrackEvent", &parser_->reflect_fields_, in ParseTrackEventArgs()
1353 ConstBytes blob_; member in perfetto::trace_processor::TrackEventParser::EventImporter
/external/mesa3d/src/gallium/frontends/rusticl/
Dmeson.build269 '--allowlist-function', 'blob_.*',