Searched refs:TypeTuple (Results 1 – 11 of 11) sorted by relevance
/third_party/rust/crates/syn/src/ |
D | ty.rs | 62 Tuple(TypeTuple), 265 pub struct TypeTuple { 430 return Ok(Type::Tuple(TypeTuple { in ambig_ty() 460 return Ok(Type::Tuple(TypeTuple { in ambig_ty() 796 impl Parse for TypeTuple { implementation 802 return Ok(TypeTuple { in parse() 809 Ok(TypeTuple { in parse() 1201 impl ToTokens for TypeTuple { implementation
|
D | lib.rs | 410 TypeTuple, Variadic,
|
/third_party/rust/crates/syn/codegen/src/ |
D | parse.rs | 11 Ident, Item, PathArguments, TypeMacro, TypePath, TypeTuple, Visibility, 168 syn::Type::Tuple(TypeTuple { ref elems, .. }) => { in introspect_type()
|
/third_party/rust/crates/syn/src/gen/ |
D | fold.rs | 718 fn fold_type_tuple(&mut self, i: TypeTuple) -> TypeTuple { in fold_type_tuple() argument 3157 pub fn fold_type_tuple<F>(f: &mut F, node: TypeTuple) -> TypeTuple in fold_type_tuple() 3161 TypeTuple { in fold_type_tuple()
|
D | clone.rs | 2076 impl Clone for TypeTuple { implementation 2078 TypeTuple { in clone()
|
D | eq.rs | 2008 impl Eq for TypeTuple {} implementation 2011 impl PartialEq for TypeTuple { implementation
|
D | visit_mut.rs | 715 fn visit_type_tuple_mut(&mut self, i: &mut TypeTuple) { in visit_type_tuple_mut() argument 3588 pub fn visit_type_tuple_mut<V>(v: &mut V, node: &mut TypeTuple) in visit_type_tuple_mut()
|
D | visit.rs | 714 fn visit_type_tuple(&mut self, i: &'ast TypeTuple) { in visit_type_tuple() argument 3588 pub fn visit_type_tuple<'ast, V>(v: &mut V, node: &'ast TypeTuple) in visit_type_tuple()
|
D | hash.rs | 2652 impl Hash for TypeTuple { implementation
|
D | debug.rs | 2820 impl Debug for TypeTuple { implementation
|
/third_party/rust/crates/syn/tests/debug/ |
D | gen.rs | 5384 impl Debug for Lite<syn::TypeTuple> {
|