Searched refs:TypeInfer (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | ty.rs | 30 Infer(TypeInfer), 132 pub struct TypeInfer { structure names 687 impl Parse for TypeInfer { 689 Ok(TypeInfer { in parse() 1131 impl ToTokens for TypeInfer {
|
H A D | lib.rs | 514 TypeImplTrait, TypeInfer, TypeMacro, TypeNever, TypeParen, TypePath, TypePtr, TypeReference,
|
/third_party/rust/crates/syn/src/gen/ |
H A D | visit.rs | 802 fn visit_type_infer(&mut self, i: &'ast TypeInfer) { in visit_type_infer() 3532 pub fn visit_type_infer<'ast, V>(v: &mut V, node: &'ast TypeInfer) in visit_type_infer()
|
H A D | clone.rs | 1920 impl Clone for TypeInfer { 1922 TypeInfer { in clone()
|
H A D | fold.rs | 806 fn fold_type_infer(&mut self, i: TypeInfer) -> TypeInfer { in fold_type_infer() 3160 pub fn fold_type_infer<F>(f: &mut F, node: TypeInfer) -> TypeInfer in fold_type_infer() 3164 TypeInfer { in fold_type_infer()
|
H A D | eq.rs | 1858 impl Eq for TypeInfer {} 1861 impl PartialEq for TypeInfer {
|
H A D | debug.rs | 2676 impl Debug for TypeInfer { 2678 impl TypeInfer { in fmt() impls 2685 self.debug(formatter, "TypeInfer") in fmt()
|
H A D | visit_mut.rs | 803 fn visit_type_infer_mut(&mut self, i: &mut TypeInfer) { in visit_type_infer_mut() 3535 pub fn visit_type_infer_mut<V>(v: &mut V, node: &mut TypeInfer) in visit_type_infer_mut()
|
H A D | hash.rs | 2480 impl Hash for TypeInfer {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 4284 impl Debug for Lite<syn::TypeInfer> { 4286 let mut formatter = formatter.debug_struct("TypeInfer"); in fmt()
|
Completed in 36 milliseconds