Home
last modified time | relevance | path

Searched defs:GetStoragePtr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/db/column/
H A Ddummy_storage.h36 StoragePtr GetStoragePtr() override { PERFETTO_FATAL("Shouldn't be called"); } in GetStoragePtr() function
H A Dnumeric_storage.h90 StoragePtr GetStoragePtr() override { return vector_->data(); } in GetStoragePtr() function
H A Did_storage.cc54 StorageLayer::StoragePtr IdStorage::GetStoragePtr() { in GetStoragePtr() function in perfetto::trace_processor::column::IdStorage
H A Dset_id_storage.cc68 SetIdStorage::StoragePtr SetIdStorage::GetStoragePtr() { in GetStoragePtr() function in perfetto::trace_processor::column::SetIdStorage
H A Dstring_storage.cc168 StringStorage::StoragePtr StringStorage::GetStoragePtr() { in GetStoragePtr() function in perfetto::trace_processor::column::StringStorage