Searched defs:coerce_name (Results 1 – 12 of 12) sorted by relevance
46 char coerce_name[100] = "coerce.h"; variable
546 let coerce_name = Ident::from(format!("{}Coerce", name.as_ref())); in xpcom() localVariable
593 let coerce_name = Ident::new(&format!("{}Coerce", name.to_string()), Span::call_site()); in xpcom() localVariable
628 let coerce_name = format_ident!("{}Coerce", name); in xpcom() localVariable