Searched defs:GetStoragePtr (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/perfetto/src/trace_processor/db/column/ | ||
H A D | dummy_storage.h | 36 StoragePtr GetStoragePtr() override { PERFETTO_FATAL("Shouldn't be called"); } in GetStoragePtr() function |
H A D | numeric_storage.h | 90 StoragePtr GetStoragePtr() override { return vector_->data(); } in GetStoragePtr() function |
H A D | id_storage.cc | 54 StorageLayer::StoragePtr IdStorage::GetStoragePtr() { in GetStoragePtr() function in perfetto::trace_processor::column::IdStorage |
H A D | set_id_storage.cc | 68 SetIdStorage::StoragePtr SetIdStorage::GetStoragePtr() { in GetStoragePtr() function in perfetto::trace_processor::column::SetIdStorage |
H A D | string_storage.cc | 168 StringStorage::StoragePtr StringStorage::GetStoragePtr() { in GetStoragePtr() function in perfetto::trace_processor::column::StringStorage |