Searched refs:maInstanceMap (Results 1 – 2 of 2) sorted by relevance
366 FrameworkHelper::InstanceMap FrameworkHelper::maInstanceMap; member in sd::framework::FrameworkHelper398 InstanceMap::const_iterator iHelper (maInstanceMap.find(&rBase)); in Instance()399 if (iHelper == maInstanceMap.end()) in Instance()403 if (iHelper == maInstanceMap.end()) in Instance()410 maInstanceMap[&rBase] = pHelper; in Instance()427 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in DisposeInstance()428 if (iHelper != maInstanceMap.end()) in DisposeInstance()439 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in ReleaseInstance()440 if (iHelper != maInstanceMap.end()) in ReleaseInstance()441 maInstanceMap.erase(iHelper); in ReleaseInstance()
371 static InstanceMap maInstanceMap; member in sd::framework::FrameworkHelper
Completed in 15 milliseconds