Home
last modified time | relevance | path

Searched defs:GenericType (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/rust/tests/ui/const-generics/issues/auxiliary/
Dconst_generic_issues_lib.rs10 pub struct GenericType<const B: i8>; struct
13 impl TypeFn for GenericType<{ 40 + 2 }> { implementation
/third_party/typescript/tests/cases/compiler/
DcomplexClassRelationships.ts40 class GenericType<T> { class
/third_party/rust/rust/tests/ui/
Dmissing_debug_impls.rs38 struct GenericType<T>(T); struct
/third_party/typescript/tests/baselines/reference/
DcomplexClassRelationships.js40 class GenericType<T> { class
130 function GenericType(parent) { class in GenericType
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dderivable_impls.rs275 struct GenericType<T = DefaultType> { struct
279 impl Default for GenericType { implementation
/third_party/rust/rust/tests/ui/generics/
Dwrong-number-of-args.rs112 trait GenericType<A> { interface
/third_party/rust/rust/compiler/rustc_middle/src/ty/inhabitedness/
Dinhabited_predicate.rs23 GenericType(Ty<'tcx>), enumerator
/third_party/skia/src/sksl/ir/
DSkSLType.cpp85 class GenericType final : public Type { class
89 GenericType(const char* name, std::vector<const Type*> coercibleTypes) in GenericType() function in SkSL::GenericType
/third_party/skia/m133/src/sksl/ir/
DSkSLType.cpp246 class GenericType final : public Type { class
250 GenericType(const char* name, SkSpan<const Type* const> coercibleTypes, const Type* slotType) in GenericType() function in SkSL::GenericType
/third_party/typescript/lib/
Dtypescript.d.ts3052 interface GenericType extends InterfaceType, TypeReference { interface
Dtsserverlibrary.d.ts7055 interface GenericType extends InterfaceType, TypeReference { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3052 interface GenericType extends InterfaceType, TypeReference { interface
Dtsserverlibrary.d.ts7055 interface GenericType extends InterfaceType, TypeReference { interface