Home
last modified time | relevance | path

Searched defs:Generics (Results 1 – 25 of 36) sorted by relevance

12

/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs14 pub fn without_defaults(generics: &syn::Generics) -> syn::Generics { in without_defaults()
33 generics: &syn::Generics, in with_where_predicates()
35 ) -> syn::Generics { in with_where_predicates()
46 generics: &syn::Generics, in with_where_predicates_from_fields()
48 ) -> syn::Generics { in with_where_predicates_from_fields()
62 generics: &syn::Generics, in with_where_predicates_from_variants()
64 ) -> syn::Generics { in with_where_predicates_from_variants()
96 generics: &syn::Generics, in with_bound()
99 ) -> syn::Generics { in with_bound()
312 generics: &syn::Generics, in with_self_bound()
[all …]
/third_party/rust/crates/serde/test_suite/tests/
Dtest_self.rs12 pub struct Generics<T: Trait<Assoc = Self>> in test_self() struct
17 _f: T, in test_self()
20 impl<T: Trait<Assoc = Self>> Trait for Generics<T> { in test_self() implementation
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithStringIndexer3.js32 var Generics; variable
33 (function (Generics) { argument
DassignmentCompatWithNumericIndexer2.js55 var Generics; variable
56 (function (Generics) { argument
DassignmentCompatWithStringIndexer2.js65 var Generics; variable
66 (function (Generics) { argument
DsubtypingWithNumericIndexer5.js58 var Generics; variable
59 (function (Generics) { argument
DsubtypingWithNumericIndexer4.js59 var Generics; variable
60 (function (Generics) { argument
DsubtypingWithStringIndexer4.js59 var Generics; variable
60 (function (Generics) { argument
DassignmentCompatWithNumericIndexer3.js79 var Generics; variable
80 (function (Generics) { argument
DassignmentCompatWithNumericIndexer.js75 var Generics; variable
76 (function (Generics) { argument
DsubtypingWithNumericIndexer.js78 var Generics; variable
79 (function (Generics) { argument
DsubtypingWithStringIndexer.js79 var Generics; variable
80 (function (Generics) { argument
DsubtypingWithNumericIndexer3.js82 var Generics; variable
83 (function (Generics) { argument
DsubtypingWithStringIndexer3.js82 var Generics; variable
83 (function (Generics) { argument
DassignmentCompatWithStringIndexer.js85 var Generics; variable
86 (function (Generics) { argument
DclassWithConstructors.js96 var Generics; variable
97 (function (Generics) { argument
/third_party/rust/crates/clap/clap_derive/src/derives/
Dparser.rs94 generics: &Generics, in gen_for_struct()
113 generics: &Generics, in gen_for_enum()
Dargs.rs73 generics: &Generics, in gen_for_struct()
Dsubcommand.rs52 generics: &Generics, in gen_for_enum()
/third_party/rust/crates/syn/src/
Dgenerics.rs95 impl Default for Generics { implementation
106 impl Generics { implementation
324 impl Generics { impl
598 impl Parse for Generics { implementation
1058 impl ToTokens for Generics { implementation
/third_party/rust/crates/syn/examples/heapsize/heapsize_derive/src/
Dlib.rs37 fn add_trait_bounds(mut generics: Generics) -> Generics { in add_trait_bounds()
/third_party/python/Doc/library/
Dtyping.rst232 Generics chapter
/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs218 fn visit_generics(&mut self, e: &mut Generics) { in normalize()
/third_party/rust/crates/serde/serde_derive/src/internals/
Dreceiver.rs214 fn visit_generics_mut(&mut self, generics: &mut Generics) { in visit_generics_mut()
/third_party/rust/crates/cxx/syntax/
Dcheck.rs629 fn check_generics(cx: &mut Check, generics: &Generics) { in check_generics()

12