Searched refs:_contextMappingKeyArray (Results 1 – 2 of 2) sorted by relevance
176 CMappingContext context(_contextMappingKeyArray.size()); in mapSubsystemElements()344 _contextMappingKeyArray.push_back(strMappingKey); in addContextMappingKey()384 for (uiItem = 0; uiItem < _contextMappingKeyArray.size(); uiItem++) { in handleMappingContext()386 const string& strKey = _contextMappingKeyArray[uiItem]; in handleMappingContext()427 … for (uiAncestorKey = 0; uiAncestorKey < _contextMappingKeyArray.size(); uiAncestorKey++) { in handleSubsystemObjectCreation()436 strError = getMappingError(strKey, _contextMappingKeyArray[uiAncestorKey] + in handleSubsystemObjectCreation()
233 std::vector<std::string> _contextMappingKeyArray; variable