Searched refs:refType (Results 1 – 3 of 3) sorted by relevance
155 def addMapping(self, baseType, refType): argument160 if not self.apiName(baseType) or not self.apiName(refType):161 …self.logMsg('diag', 'ScriptOutputGenerator::addMapping: IGNORE map from', baseType, '<->', refType)165 baseType, '<->', refType)172 if refType not in self.mapDict:174 self.mapDict[refType] = refDict176 refDict = self.mapDict[refType]178 baseDict[refType] = None
49 using refType = typename std::iterator_traits<IdentifierIterator>::reference; variable57 refType operator*() const;
84 IdentifierIterator::refType IdentifierIterator::operator*() const { in operator *()