Searched refs:TypeParams (Results 1 – 2 of 2) sorted by relevance
715 struct TypeParams { struct721 constexpr TypeParams TypeParamsFor(bool is_valid) { in TypeParamsFor()722 return TypeParams{DataType<T>::AST, is_valid}; in TypeParamsFor()725 static constexpr TypeParams type_cases[] = {743 using MultisampledTextureTypeTest = ResolverTestWithParam<TypeParams>;
129 pub fn type_params(&self) -> TypeParams { in type_params() argument130 TypeParams(self.params.iter()) in type_params()211 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct213 impl<'a> Iterator for TypeParams<'a> { implementation