Searched refs:TypeMacro (Results 1 - 11 of 11) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | ty.rs | 33 Macro(TypeMacro), 140 pub struct TypeMacro { structure names 484 return Ok(Type::Macro(TypeMacro { 729 impl Parse for TypeMacro { 731 Ok(TypeMacro { in parse() 1138 impl ToTokens for TypeMacro {
|
H A D | lib.rs | 514 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_gen.rs | 589 struct TypeMacro<T> { structure names 593 assert::<TypeMacro<X>>();
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | parse.rs | 11 Ident, Item, PathArguments, TypeMacro, TypePath, TypeTuple, UseTree, Visibility, 184 syn::Type::Macro(TypeMacro { mac }) in introspect_type()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 1929 impl Clone for TypeMacro { 1931 TypeMacro { mac: self.mac.clone() } in clone()
|
H A D | fold.rs | 811 fn fold_type_macro(&mut self, i: TypeMacro) -> TypeMacro { in fold_type_macro() 3170 pub fn fold_type_macro<F>(f: &mut F, node: TypeMacro) -> TypeMacro in fold_type_macro() 3174 TypeMacro { in fold_type_macro()
|
H A D | eq.rs | 1868 impl Eq for TypeMacro {} 1871 impl PartialEq for TypeMacro {
|
H A D | debug.rs | 2690 impl Debug for TypeMacro { 2692 impl TypeMacro { in fmt() impls 2699 self.debug(formatter, "TypeMacro") in fmt()
|
H A D | visit_mut.rs | 808 fn visit_type_macro_mut(&mut self, i: &mut TypeMacro) { in visit_type_macro_mut() 3543 pub fn visit_type_macro_mut<V>(v: &mut V, node: &mut TypeMacro) in visit_type_macro_mut()
|
H A D | hash.rs | 2488 impl Hash for TypeMacro {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 4290 impl Debug for Lite<syn::TypeMacro> { 4292 let mut formatter = formatter.debug_struct("TypeMacro"); in fmt()
|
Completed in 34 milliseconds