Searched refs:isEnum (Results 1 – 3 of 3) sorted by relevance
211 if type.isEnum(self.typeInfo):
721 isEnum = ('FLAG_BITS' not in expandPrefix)785 if isEnum and numVal is not None and elem.get('extends') is None:800 if isEnum and expand:
463 def isEnum(self, typeInfo): member in VulkanType