Searched refs:maInstanceMap (Results 1 – 2 of 2) sorted by relevance
362 FrameworkHelper::InstanceMap FrameworkHelper::maInstanceMap; member in sd::framework::FrameworkHelper394 InstanceMap::const_iterator iHelper (maInstanceMap.find(&rBase)); in Instance()395 if (iHelper == maInstanceMap.end()) in Instance()399 if (iHelper == maInstanceMap.end()) in Instance()406 maInstanceMap[&rBase] = pHelper; in Instance()423 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in DisposeInstance()424 if (iHelper != maInstanceMap.end()) in DisposeInstance()435 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in ReleaseInstance()436 if (iHelper != maInstanceMap.end()) in ReleaseInstance()437 maInstanceMap.erase(iHelper); in ReleaseInstance()
371 static InstanceMap maInstanceMap; member in sd::framework::FrameworkHelper