Home
last modified time | relevance | path

Searched refs:ItemStruct (Results 1 - 19 of 19) sorted by relevance

/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dfile.rs7 ItemStruct, ItemUse, LitStr, Token, Visibility,
23 Struct(ItemStruct),
H A Dparse.rs19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr,
58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dfile.rs7 ItemStruct, ItemUse, LitStr, Token, Visibility,
23 Struct(ItemStruct),
H A Dparse.rs19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr,
58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dfile.rs7 ItemStruct, ItemUse, LitStr, Token, Visibility,
23 Struct(ItemStruct),
H A Dparse.rs19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr,
58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct()
/third_party/rust/crates/cxx/syntax/
H A Dfile.rs7 ItemStruct, ItemUse, LitStr, Token, Visibility,
23 Struct(ItemStruct),
H A Dparse.rs19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr,
58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dfile.rs7 ItemStruct, ItemUse, LitStr, Token, Visibility,
23 Struct(ItemStruct),
H A Dparse.rs19 GenericArgument, GenericParam, Generics, Ident, ItemEnum, ItemImpl, ItemStruct, Lit, LitStr,
58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct()
/third_party/rust/crates/syn/src/
H A Ditem.rs50 Struct(ItemStruct),
223 pub struct ItemStruct { structure names
322 | Item::Struct(ItemStruct { attrs, .. })
336 Data::Struct(data) => Item::Struct(ItemStruct { in from()
366 impl From<ItemStruct> for DeriveInput {
367 fn from(input: ItemStruct) -> DeriveInput { in from()
2010 impl Parse for ItemStruct {
2018 Ok(ItemStruct { in parse()
3000 impl ToTokens for ItemStruct {
H A Dlib.rs407 ItemStatic, ItemStruct, ItemTrait, ItemTraitAlias, ItemType, ItemUnion, ItemUse, Receiver,
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs1209 impl Clone for ItemStruct {
1211 ItemStruct { in clone()
H A Dfold.rs500 fn fold_item_struct(&mut self, i: ItemStruct) -> ItemStruct { in fold_item_struct()
2289 pub fn fold_item_struct<F>(f: &mut F, node: ItemStruct) -> ItemStruct in fold_item_struct()
2293 ItemStruct { in fold_item_struct()
H A Deq.rs1157 impl Eq for ItemStruct {}
1160 impl PartialEq for ItemStruct {
H A Ddebug.rs1728 impl Debug for ItemStruct {
1730 impl ItemStruct { in fmt() impls
1743 self.debug(formatter, "ItemStruct") in fmt()
H A Dvisit_mut.rs500 fn visit_item_struct_mut(&mut self, i: &mut ItemStruct) { in visit_item_struct_mut()
2547 pub fn visit_item_struct_mut<V>(v: &mut V, node: &mut ItemStruct) in visit_item_struct_mut()
H A Dhash.rs1561 impl Hash for ItemStruct {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs2720 impl Debug for Lite<syn::ItemStruct> {
2722 let mut formatter = formatter.debug_struct("ItemStruct"); in fmt()

Completed in 54 milliseconds