Home
last modified time | relevance | path

Searched defs:RefType (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/dtype/
Dref.h50 RefType() : TensorType() {} in RefType() function
55 explicit RefType(const TensorTypePtr &subtype) : TensorType(subtype->element()) {} in RefType() function
60 explicit RefType(const TensorType *subtype) : TensorType(subtype->element()) {} in RefType() function
/third_party/rust/rust/tests/ui/generic-associated-types/
Dissue-93342.rs6 type RefType<'a>: ScalarRef<'a>; typedef
12 type RefType<'a> = i32; typedef
16 type RefType<'a> = &'a str; typedef
20 type RefType<'a> = i32; typedef
Dissue-93340.rs4 type RefType<'a>: ScalarRef<'a>; typedef
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dadd_lifetime_to_type.rs67 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()
Dintroduce_named_lifetime.rs139 RefType(ast::RefType), enumerator
Ddestructure_tuple_binding.rs139 enum RefType { enum
/third_party/grpc/src/core/lib/channel/
Dchannel_args.h83 using RefType = absl::remove_cvref_t<decltype(*std::declval<T>().Ref())>; variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dvalidation.rs315 fn validate_trait_object_ref_ty(ty: ast::RefType, errors: &mut Vec<SyntaxError>) { in validate_trait_object_ref_ty()
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Ddtype.py131 RefType = typing.RefType variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs1302 pub struct RefType { struct
1305 impl RefType { impl
1536 RefType(RefType), enumerator
2970 impl AstNode for RefType { implementation
4838 impl std::fmt::Display for RefType { implementation