Searched refs:base_rowmap (Results 1 – 1 of 1) sorted by relevance
250 auto base_rowmap = RowMap(std::move(cs_rows)); in ComputeTable() local252 PERFETTO_DCHECK(base_rowmap.size() == annotations_reversed.size()); in ComputeTable()263 for (uint32_t i = 0; i < base_rowmap.size(); i++) in ComputeTable()267 cs_table.Apply(std::move(base_rowmap)) in ComputeTable()