Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/db/
Dnull_overlay.cc48 std::vector<uint32_t> storage_to_rows(count_set_bits); in StableSort() local
53 storage_to_rows[it.ordinal()] = it.index(); in StableSort()
62 auto it = std::lower_bound(storage_to_rows.begin(), storage_to_rows.end(), in StableSort()
66 if (it == storage_to_rows.end() || *it != row_idx) { in StableSort()
73 static_cast<uint32_t>(std::distance(storage_to_rows.begin(), it)); in StableSort()
81 rows[set_rows_offset + i] = storage_to_rows[non_null_rows[i]]; in StableSort()