Searched refs:iPattern (Results 1 – 1 of 1) sorted by relevance
127 FactoryPatternList::iterator iPattern; in RemoveFactoryForURL() local128 for (iPattern=maFactoryPatternList.begin(); in RemoveFactoryForURL()129 iPattern!=maFactoryPatternList.end(); in RemoveFactoryForURL()130 ++iPattern) in RemoveFactoryForURL()132 if (iPattern->first == rsURL) in RemoveFactoryForURL()135 maFactoryPatternList.erase(iPattern); in RemoveFactoryForURL()223 FactoryPatternList::const_iterator iPattern; in FindFactory() local224 for (iPattern=maFactoryPatternList.begin(); in FindFactory()225 iPattern!=maFactoryPatternList.end(); in FindFactory()226 ++iPattern) in FindFactory()[all …]