Searched refs:forEachType (Results 1 – 1 of 1) sorted by relevance
1136 def hasNullOptionalStringFeature(forEachType): argument1137 return (hasattr(forEachType, "onCheckWithNullOptionalStringFeature")) and \1138 (hasattr(forEachType, "endCheckWithNullOptionalStringFeature")) and \1139 (hasattr(forEachType, "finalCheckWithNullOptionalStringFeature"))1144 def iterateVulkanType(typeInfo: VulkanTypeInfo, vulkanType: VulkanType, forEachType): argument1152 forEachType.registerTypeInfo(typeInfo)1159 forEachType.onCheck(vulkanType)1161 forEachType.onCompoundType(vulkanType)1164 forEachType.endCheck(vulkanType)1168 if needCheck and hasNullOptionalStringFeature(forEachType):[all …]