Home
last modified time | relevance | path

Searched defs:Proj (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/tests/ui/nll/
Dissue-61311-normalize.rs13 type Proj; typedef
17 type Proj = Unit; typedef
21 type Proj; typedef
22 fn the_fn(_: Self::Proj); in the_fn()
30 type Proj = Unit; typedef
31 fn the_fn(_: Self::Proj) {} in the_fn()
/third_party/rust/rust/tests/ui/traits/
Dnormalize-supertrait.rs8 trait Proj { interface
12 impl Proj for () { impl
/third_party/rust/rust/tests/rustdoc-json/type/
Dinherent_associated_type_projections.rs17 pub type Proj = (); typedef
23 pub type Proj = String; typedef
/third_party/rust/rust/tests/ui/associated-inherent-types/
Dnot-found-self-type-differs.rs9 type Proj = (); typedef
13 type Proj = Self; typedef
Dnot-found-unsatisfied-bounds-1.rs15 type Proj = String; typedef
/third_party/rust/rust/tests/rustdoc/intra-doc/
Dinherent-associated-types.rs40 pub type Proj = (); typedef
44 pub type Proj = String; typedef
/third_party/rust/rust/tests/ui/type-alias-impl-trait/
Ddefined-by-user-annotation.rs5 trait Equate { type Proj; } typedef
6 impl<T> Equate for T { type Proj = T; } typedef
/third_party/rust/rust/tests/rustdoc/
Dinherent-projections.rs39 pub type Proj = (); typedef
43 pub type Proj = String; typedef
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp507 Proj, enumerator