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