Searched refs:group_to_streams_map (Results 1 – 1 of 1) sorted by relevance
523 std::unordered_map<int32_t, std::vector<int32_t>> group_to_streams_map; in DeriveGroupedStreamIdMap() local526 group_to_streams_map[stream.group_id].push_back(stream_id); in DeriveGroupedStreamIdMap()531 for (const auto& [group_id, stream_ids] : group_to_streams_map) { in DeriveGroupedStreamIdMap()