Home
last modified time | relevance | path

Searched refs:refType (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dscriptgenerator.py155 def addMapping(self, baseType, refType): argument
160 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] = refDict
176 refDict = self.mapDict[refType]
178 baseDict[refType] = None
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
DUtils.h49 using refType = typename std::iterator_traits<IdentifierIterator>::reference; variable
57 refType operator*() const;
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp84 IdentifierIterator::refType IdentifierIterator::operator*() const { in operator *()