Home | History | Annotate | Download | only in parameter

Lines Matching defs:it

211     // The list is parsed in reverse order because it has been filled from the leaf to the trunk
214 list<const CConfigurableElement*>::const_reverse_iterator it;
215 for (it = configurableElementPath.rbegin(); it != configurableElementPath.rend(); ++it) {
218 static_cast<const CInstanceConfigurableElement*>(*it);
231 list<CSubsystemObject*>::const_iterator it;
232 for (it = _subsystemObjectList.begin(); it != _subsystemObjectList.end(); ++it) {
236 pSubsystemObject = *it;
252 std::vector<CSubsystemObjectCreator*>::const_iterator it;
253 for (it = _subsystemObjectCreatorArray.begin();
254 it != _subsystemObjectCreatorArray.end(); ++it) {
256 const CSubsystemObjectCreator* pSubsystemObjectCreator = *it;