Lines Matching defs:local_name
201 let local_name = format_ident!("__operator_eq_{}", strct.name.rust); in expand_struct_operators() localVariable
214 let local_name = format_ident!("__operator_ne_{}", strct.name.rust); in expand_struct_operators() localVariable
228 let local_name = format_ident!("__operator_lt_{}", strct.name.rust); in expand_struct_operators() localVariable
240 let local_name = format_ident!("__operator_le_{}", strct.name.rust); in expand_struct_operators() localVariable
253 let local_name = format_ident!("__operator_gt_{}", strct.name.rust); in expand_struct_operators() localVariable
265 let local_name = format_ident!("__operator_ge_{}", strct.name.rust); in expand_struct_operators() localVariable
279 let local_name = format_ident!("__operator_hash_{}", strct.name.rust); in expand_struct_operators() localVariable
476 let local_name = format_ident!("__{}", efn.name.rust); in expand_cxx_function_decl() localVariable
608 let local_name = format_ident!("__{}", efn.name.rust); in expand_cxx_function_shim() localVariable
779 let local_name = parse_quote!(__); in expand_function_pointer_trampoline() localVariable
923 let local_name = match &efn.receiver { in expand_rust_function_shim() localVariable