Home
last modified time | relevance | path

Searched refs:ForeignItemType (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/syn/src/
Dlib.rs371 FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
Ditem.rs575 Type(ForeignItemType),
646 pub struct ForeignItemType {
1851 impl Parse for ForeignItemType { implementation
1853 Ok(ForeignItemType { in parse()
1884 Ok(ForeignItem::Type(ForeignItemType { in parse_foreign_item_type()
3256 impl ToTokens for ForeignItemType { implementation
/external/rust/cxx/syntax/
Dparse.rs17 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType,
432 foreign_type: ForeignItemType, in parse_extern_type() argument
/external/rust/crates/syn/src/gen/
Dfold.rs312 fn fold_foreign_item_type(&mut self, i: ForeignItemType) -> ForeignItemType { in fold_foreign_item_type() argument
1696 pub fn fold_foreign_item_type<F>(f: &mut F, node: ForeignItemType) -> ForeignItemType in fold_foreign_item_type()
1700 ForeignItemType { in fold_foreign_item_type()
Dclone.rs893 impl Clone for ForeignItemType { implementation
895 ForeignItemType { in clone()
Deq.rs891 impl Eq for ForeignItemType {} implementation
894 impl PartialEq for ForeignItemType { implementation
Dvisit_mut.rs315 fn visit_foreign_item_type_mut(&mut self, i: &mut ForeignItemType) { in visit_foreign_item_type_mut() argument
1948 pub fn visit_foreign_item_type_mut<V>(v: &mut V, node: &mut ForeignItemType) in visit_foreign_item_type_mut()
Dvisit.rs311 fn visit_foreign_item_type(&mut self, i: &'ast ForeignItemType) { in visit_foreign_item_type() argument
1944 pub fn visit_foreign_item_type<'ast, V>(v: &mut V, node: &'ast ForeignItemType) in visit_foreign_item_type()
Dhash.rs1159 impl Hash for ForeignItemType { implementation
Ddebug.rs1243 impl Debug for ForeignItemType { implementation
/external/rust/crates/syn/tests/debug/
Dgen.rs2188 impl Debug for Lite<syn::ForeignItemType> {