Searched refs:ctor_name (Results 1 – 1 of 1) sorted by relevance
1368 fn ctor_name(&self) -> proc_macro2::TokenStream { in ctor_name() method1369 let ctor_name = Ident::new( in ctor_name() localVariable1374 #ctor_name in ctor_name()1491 let ctor_name = self.ctor_name(); in codegen() localVariable1554 #access_spec fn #ctor_name ( #( #ctor_params ),* ) -> #unit_field_ty { in codegen()