Searched refs:thisIt (Results 1 – 2 of 2) sorted by relevance
121 SourceList::iterator thisIt = it++; in work() local122 XmlRpcSource* src = thisIt->getSource(); in work()135 _sources.erase(thisIt); // Stop monitoring this one in work()139 thisIt->getMask() = newMask; in work()
730 Iterator<Entry> thisIt = sparseIterator(); in outerProduct() local732 while (thisIt.hasNext() && (thisE = thisIt.next()) != null) { in outerProduct()