Searched refs:ForeignItemType (Results 1 - 14 of 14) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | item.rs | 503 Type(ForeignItemType), 560 pub struct ForeignItemType { structure names 1889 impl Parse for ForeignItemType { 1891 Ok(ForeignItemType { in parse() 1926 Ok(ForeignItem::Type(ForeignItemType { in parse_foreign_item_type() 3304 impl ToTokens for ForeignItemType {
|
H A D | lib.rs | 404 FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | parse.rs | 18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType, 461 foreign_type: ForeignItemType, in parse_extern_type()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | parse.rs | 18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType, 461 foreign_type: ForeignItemType, in parse_extern_type()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | parse.rs | 18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType, 461 foreign_type: ForeignItemType, in parse_extern_type()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | parse.rs | 18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType, 461 foreign_type: ForeignItemType, in parse_extern_type()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | parse.rs | 18 Abi, Attribute, Error, Expr, Fields, FnArg, ForeignItem, ForeignItemFn, ForeignItemType, 461 foreign_type: ForeignItemType, in parse_extern_type()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 909 impl Clone for ForeignItemType { 911 ForeignItemType { in clone()
|
H A D | fold.rs | 392 fn fold_foreign_item_type(&mut self, i: ForeignItemType) -> ForeignItemType { in fold_foreign_item_type() 1930 pub fn fold_foreign_item_type<F>(f: &mut F, node: ForeignItemType) -> ForeignItemType in fold_foreign_item_type() 1934 ForeignItemType { in fold_foreign_item_type()
|
H A D | eq.rs | 877 impl Eq for ForeignItemType {} 880 impl PartialEq for ForeignItemType {
|
H A D | debug.rs | 1310 impl Debug for ForeignItemType { 1312 impl ForeignItemType { in fmt() impls 1324 self.debug(formatter, "ForeignItemType") in fmt()
|
H A D | visit_mut.rs | 392 fn visit_foreign_item_type_mut(&mut self, i: &mut ForeignItemType) { in visit_foreign_item_type_mut() 2136 pub fn visit_foreign_item_type_mut<V>(v: &mut V, node: &mut ForeignItemType) in visit_foreign_item_type_mut()
|
H A D | hash.rs | 1177 impl Hash for ForeignItemType {
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 1965 impl Debug for Lite<syn::ForeignItemType> { 1967 let mut formatter = formatter.debug_struct("ForeignItemType"); in fmt()
|
Completed in 41 milliseconds