Searched refs:iPattern (Results 1 – 1 of 1) sorted by relevance
129 FactoryPatternList::iterator iPattern; in RemoveFactoryForURL() local130 for (iPattern=maFactoryPatternList.begin(); in RemoveFactoryForURL()131 iPattern!=maFactoryPatternList.end(); in RemoveFactoryForURL()132 ++iPattern) in RemoveFactoryForURL()134 if (iPattern->first == rsURL) in RemoveFactoryForURL()137 maFactoryPatternList.erase(iPattern); in RemoveFactoryForURL()229 for (iPattern=maFactoryPatternList.begin(); in FindFactory()230 iPattern!=maFactoryPatternList.end(); in FindFactory()231 ++iPattern) in FindFactory()233 WildCard aWildCard (iPattern->first); in FindFactory()[all …]
Completed in 18 milliseconds