Home | History | Annotate | Download | only in webrtc

Lines Matching refs:it

63     for (StreamVector::iterator it = media_streams_.begin();
64 it != media_streams_.end(); ++it) {
65 if ((*it)->label().compare(label) == 0) {
66 return (*it);
95 for (StreamVector::iterator it = media_streams_.begin();
96 it != media_streams_.end(); ++it) {
97 if ((*it)->label().compare(stream->label()) == 0)
104 for (StreamVector::iterator it = media_streams_.begin();
105 it != media_streams_.end(); ++it) {
106 if ((*it)->label().compare(remove_stream->label()) == 0) {
107 media_streams_.erase(it);