Searched refs:state_entry (Results 1 – 1 of 1) sorted by relevance
523 for (auto& state_entry : stream_states_) { in Stop() local524 const size_t stream_index = state_entry.first; in Stop()525 const StreamState& stream_state = state_entry.second; in Stop()