Home | History | Annotate | Download | only in src

Lines Matching full:_sources

41   _sources.push_back(MonitoredSource(source, mask));
48 for (SourceList::iterator it=_sources.begin(); it!=_sources.end(); ++it)
51 _sources.erase(it);
61 for (SourceList::iterator it=_sources.begin(); it!=_sources.end(); ++it)
81 while (_sources.size() > 0) {
91 for (it=_sources.begin(); it!=_sources.end(); ++it) {
119 for (it=_sources.begin(); it != _sources.end(); )
135 _sources.erase(thisIt); // Stop monitoring this one
147 SourceList closeList = _sources;
148 _sources.clear();
182 SourceList closeList = _sources;
183 _sources.clear();