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