Lines Matching refs:set
54 # We could make this an (extension name, api name) set to be more specific.
115 extension_cmds = set()
123 names = set()
155 """Return a set of "support=" attribute strings that should not be included in the database.
159 return set(())
199 # Some return codes are related in that only one of a set
203 # set(("XR_ERROR_SESSION_NOT_RUNNING", "XR_ERROR_SESSION_RUNNING")),
219 self.allowedStructs = set((
233 self.nestedStructs = set((
243 self.requiredStructs = set((
252 self.validatedLimittype = set()
394 # Ensure that the 'optional' attribute is set to 'true'
407 allowedStructs - set of struct names explicitly allowed"""
418 if len(set(extends.split(',')) & allowedStructs) > 0:
542 name_exceptions - set of API names to not check, in addition to
559 alt_authors - set of other allowed author IDs
560 name_exceptions - additional set of allowed exceptions"""
599 alt_authors = set()