Searched refs:allowed_types (Results 1 – 2 of 2) sorted by relevance
131 def act_on_decl(declaration, comment, allowed_types): argument202 if allowed_types and allowed_types != result_types:244 if not allowed_types:246 result_types = allowed_types339 allowed_types = [] variable345 act_on_decl(declaration, comment, allowed_types)348 allowed_types = [] variable353 allowed_types += [m.group(1)]365 act_on_decl(declaration, comment, allowed_types)368 allowed_types = [] variable
481 const VkStructureType *allowed_types, uint32_t header_version) { in validate_struct_pnext() argument496 const VkStructureType *start = allowed_types; in validate_struct_pnext()497 const VkStructureType *end = allowed_types + allowed_type_count; in validate_struct_pnext()