Searched refs:row_maps_ (Results 1 – 4 of 4) sorted by relevance
31 for (uint32_t i = 0; i < parent->row_maps_.size(); ++i) in Table()32 row_maps_.emplace_back(); in Table()41 row_maps_ = std::move(other.row_maps_); in operator =()51 for (const RowMap& rm : row_maps_) { in Copy()52 table.row_maps_.emplace_back(rm.Copy()); in Copy()128 for (const RowMap& map : row_maps_) { in Sort()129 table.row_maps_.emplace_back(map.SelectRows(rm)); in Sort()130 PERFETTO_DCHECK(table.row_maps_.back().size() == table.row_count()); in Sort()152 for (const RowMap& rm : row_maps_) { in LookupJoin()153 table.row_maps_.emplace_back(rm.Copy()); in LookupJoin()[all …]
127 for (const RowMap& map : row_maps_) { in Apply()128 table.row_maps_.emplace_back(map.SelectRows(rm)); in Apply()129 PERFETTO_DCHECK(table.row_maps_.back().size() == table.row_count()); in Apply()160 uint32_t row_map_count = static_cast<uint32_t>(row_maps_.size()); in ExtendWithColumn()164 ret.row_maps_.emplace_back(RowMap(0, size)); in ExtendWithColumn()175 uint32_t row_map_count = static_cast<uint32_t>(row_maps_.size()); in ExtendWithColumn()179 ret.row_maps_.emplace_back(RowMap(0, size)); in ExtendWithColumn()218 const std::vector<RowMap>& row_maps() const { return row_maps_; } in row_maps()223 std::vector<RowMap> row_maps_; variable
472 return table_->row_maps_[row_map_idx_]; in row_map()
85 row_maps_.emplace_back();89 static_cast<uint32_t>(row_maps_.size()) - 1));93 static_cast<uint32_t>(row_maps_.size()) - 1));115 row_maps_[i].Insert(parent_rm.Get(parent_rm.size() - 1));120 row_maps_.back().Insert(row_count_++);248 this, columns_.size(), row_maps_.size() - 1);