Home
last modified time | relevance | path

Searched refs:Generics (Results 1 - 25 of 55) sorted by relevance

123

/third_party/rust/crates/serde/serde_derive/src/
H A Dbound.rs11 pub fn without_defaults(generics: &syn::Generics) -> syn::Generics { in without_defaults()
12 syn::Generics { in without_defaults()
30 generics: &syn::Generics, in with_where_predicates()
32 ) -> syn::Generics { in with_where_predicates()
43 generics: &syn::Generics, in with_where_predicates_from_fields()
45 ) -> syn::Generics { in with_where_predicates_from_fields()
59 generics: &syn::Generics, in with_where_predicates_from_variants()
61 ) -> syn::Generics { in with_where_predicates_from_variants()
93 generics: &syn::Generics, in with_bound()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DassignmentCompatWithStringIndexer3.js13 module Generics {
32 var Generics; variable
33 (function (Generics) {
45 })(Generics || (Generics = {}));
H A DsubtypingWithNumericIndexer5.js20 module Generics {
58 var Generics; variable
59 (function (Generics) {
85 })(Generics || (Generics = {}));
H A DassignmentCompatWithNumericIndexer2.js21 module Generics {
55 var Generics; variable
56 (function (Generics) {
69 })(Generics || (Generics = {}));
H A DsubtypingWithNumericIndexer4.js16 module Generics {
59 var Generics; variable
60 (function (Generics) {
80 })(Generics || (Generics = {}));
H A DsubtypingWithStringIndexer4.js16 module Generics {
59 var Generics; variable
60 (function (Generics) {
80 })(Generics || (Generics = {}));
H A DassignmentCompatWithStringIndexer2.js22 module Generics {
65 var Generics; variable
66 (function (Generics) {
83 })(Generics || (Generics = {}));
H A DsubtypingWithNumericIndexer.js20 module Generics {
78 var Generics; variable
79 (function (Generics) {
113 })(Generics || (Generics = {}));
H A DsubtypingWithNumericIndexer3.js20 module Generics {
82 var Generics; variable
83 (function (Generics) {
124 })(Generics || (Generics = {}));
H A DsubtypingWithStringIndexer.js20 module Generics {
79 var Generics; variable
80 (function (Generics) {
114 })(Generics || (Generics = {}));
H A DsubtypingWithStringIndexer3.js20 module Generics {
82 var Generics; variable
83 (function (Generics) {
124 })(Generics || (Generics = {}));
H A DassignmentCompatWithNumericIndexer.js21 module Generics {
75 var Generics; variable
76 (function (Generics) {
101 })(Generics || (Generics = {}));
H A DassignmentCompatWithNumericIndexer3.js26 module Generics {
79 var Generics; variable
80 (function (Generics) {
95 })(Generics || (Generics = {}));
H A DassignmentCompatWithStringIndexer.js22 module Generics {
85 var Generics; variable
86 (function (Generics) {
122 })(Generics || (Generics = {}));
H A DclassWithConstructors.js27 module Generics {
96 var Generics; variable
97 (function (Generics) {
123 })(Generics || (Generics = {}));
/third_party/rust/crates/syn/src/
H A Dderive.rs11 pub generics: Generics,
76 let generics = input.parse::<Generics>()?; in parse()
82 generics: Generics { in parse()
95 let generics = input.parse::<Generics>()?; in parse()
101 generics: Generics { in parse()
114 let generics = input.parse::<Generics>()?; in parse()
120 generics: Generics { in parse()
H A Ditem.rs98 pub generics: Generics,
115 pub generics: Generics,
167 pub generics: Generics,
228 pub generics: Generics,
245 pub generics: Generics,
261 pub generics: Generics,
276 pub generics: Generics,
291 pub generics: Generics,
565 pub generics: Generics,
633 pub generics: Generics,
[all...]
H A Dgenerics.rs20 pub struct Generics { structure names
88 impl Default for Generics {
90 Generics { in default()
99 impl Generics { impls
283 /// Returned by `Generics::split_for_impl`.
289 pub struct ImplGenerics<'a>(&'a Generics);
291 /// Returned by `Generics::split_for_impl`.
297 pub struct TypeGenerics<'a>(&'a Generics);
305 pub struct Turbofish<'a>(&'a Generics);
308 impl Generics { impls
[all...]
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dinto_app.rs17 use syn::{Generics, Ident};
24 generics: &Generics, in gen_for_struct()
64 generics: &Generics, in gen_for_enum()
H A Dparser.rs21 Generics,
86 generics: &Generics, in gen_for_struct()
105 generics: &Generics, in gen_for_enum()
/third_party/rust/crates/syn/examples/heapsize/heapsize_derive/src/
H A Dlib.rs5 parse_macro_input, parse_quote, Data, DeriveInput, Fields, GenericParam, Generics, Index,
37 fn add_trait_bounds(mut generics: Generics) -> Generics { in add_trait_bounds()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_self.rs12 pub struct Generics<T: Trait<Assoc = Self>> in test_self() structure names
20 impl<T: Trait<Assoc = Self>> Trait for Generics<T> { in test_self()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dmod.rs41 use syn::{Attribute, Expr, Generics, Lifetime, LitInt, Token, Type as RustType};
185 pub generics: Generics,
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dmod.rs41 use syn::{Attribute, Expr, Generics, Lifetime, LitInt, Token, Type as RustType};
185 pub generics: Generics,
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dmod.rs41 use syn::{Attribute, Expr, Generics, Lifetime, LitInt, Token, Type as RustType};
185 pub generics: Generics,

Completed in 8 milliseconds

123