Home
last modified time | relevance | path

Searched refs:TypeArray (Results 1 – 9 of 9) sorted by relevance

/linux/rust/syn/
H A Dty.rs27 Array(TypeArray),
97 pub struct TypeArray {
290 Abi, BareFnArg, BareVariadic, ReturnType, Type, TypeArray, TypeBareFn, TypeGroup,
586 Ok(Type::Array(TypeArray { in ambig_ty()
627 impl Parse for TypeArray { implementation
630 Ok(TypeArray { in parse()
1080 Abi, BareFnArg, BareVariadic, ReturnType, TypeArray, TypeBareFn, TypeGroup, TypeImplTrait,
1097 impl ToTokens for TypeArray { implementation
H A Dlib.rs544 Abi, BareFnArg, BareVariadic, ReturnType, Type, TypeArray, TypeBareFn, TypeGroup,
/linux/rust/syn/gen/
H A Dfold.rs875 fn fold_type_array(&mut self, i: crate::TypeArray) -> crate::TypeArray { in fold_type_array() argument
3510 pub fn fold_type_array<F>(f: &mut F, node: crate::TypeArray) -> crate::TypeArray in fold_type_array()
3514 crate::TypeArray { in fold_type_array()
H A Dclone.rs1944 impl Clone for crate::TypeArray { implementation
1946 crate::TypeArray { in clone()
H A Deq.rs1956 impl Eq for crate::TypeArray {} implementation
1959 impl PartialEq for crate::TypeArray { implementation
H A Ddebug.rs2773 impl Debug for crate::TypeArray { implementation
2779 impl crate::TypeArray { implementation
H A Dvisit_mut.rs812 fn visit_type_array_mut(&mut self, i: &mut crate::TypeArray) { in visit_type_array_mut() argument
3396 pub fn visit_type_array_mut<V>(v: &mut V, node: &mut crate::TypeArray) in visit_type_array_mut()
H A Dvisit.rs804 fn visit_type_array(&mut self, i: &'ast crate::TypeArray) { in visit_type_array() argument
3572 pub fn visit_type_array<'ast, V>(v: &mut V, node: &'ast crate::TypeArray) in visit_type_array()
H A Dhash.rs2501 impl Hash for crate::TypeArray { implementation