Home
last modified time | relevance | path

Searched refs:mapIt (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/parameter/
DConfigurableDomain.cpp66 ConfigurableElementToSyncerSetMapIterator mapIt; in ~CConfigurableDomain() local
68 …for (mapIt = _configurableElementToSyncerSetMap.begin(); mapIt != _configurableElementToSyncerSetM… in ~CConfigurableDomain()
70 delete mapIt->second; in ~CConfigurableDomain()
580 ConfigurableElementToSyncerSetMapIterator mapIt; in computeSyncSet() local
582 …for (mapIt = _configurableElementToSyncerSetMap.begin(); mapIt != _configurableElementToSyncerSetM… in computeSyncSet()
584 const CSyncerSet* pSyncerSet = mapIt->second; in computeSyncSet()
1116 …ConfigurableElementToSyncerSetMapIterator mapIt = _configurableElementToSyncerSetMap.find(pConfigu… in getSyncerSet() local
1118 assert(mapIt != _configurableElementToSyncerSetMap.end()); in getSyncerSet()
1120 return mapIt->second; in getSyncerSet()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp719 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local
721 if (mapIt != EngineMap.end()) { in ~MCJITHelper()
722 delete mapIt->second; in ~MCJITHelper()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp808 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local
810 if (mapIt != EngineMap.end()) { in ~MCJITHelper()
811 delete mapIt->second; in ~MCJITHelper()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp876 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); in ~MCJITHelper() local
878 if (mapIt != EngineMap.end()) { in ~MCJITHelper()
879 delete mapIt->second; in ~MCJITHelper()