Searched defs:RefType (Results 1 – 10 of 10) sorted by relevance
50 RefType() : TensorType() {} in RefType() function55 explicit RefType(const TensorTypePtr &subtype) : TensorType(subtype->element()) {} in RefType() function60 explicit RefType(const TensorType *subtype) : TensorType(subtype->element()) {} in RefType() function
6 type RefType<'a>: ScalarRef<'a>; typedef12 type RefType<'a> = i32; typedef16 type RefType<'a> = &'a str; typedef20 type RefType<'a> = i32; typedef
4 type RefType<'a>: ScalarRef<'a>; typedef
67 fn fetch_borrowed_types(node: &ast::Adt) -> Option<Vec<ast::RefType>> { in fetch_borrowed_types()109 fn find_ref_types_from_field_list(field_list: &ast::FieldList) -> Option<Vec<ast::RefType>> { in find_ref_types_from_field_list()
139 RefType(ast::RefType), enumerator
139 enum RefType { enum
83 using RefType = absl::remove_cvref_t<decltype(*std::declval<T>().Ref())>; variable
315 fn validate_trait_object_ref_ty(ty: ast::RefType, errors: &mut Vec<SyntaxError>) { in validate_trait_object_ref_ty()
131 RefType = typing.RefType variable
1302 pub struct RefType { struct1305 impl RefType { impl1536 RefType(RefType), enumerator2970 impl AstNode for RefType { implementation4838 impl std::fmt::Display for RefType { implementation