commit | 3f133972838864ef7284a3d73f025cdc1eb4ead1 | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@google.com> | Thu Sep 01 09:01:02 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 01 09:01:47 2022 -0700 |
tree | 79287816fe6eb01bba425943ef51af28e2fdb6bb | |
parent | 90bb746f475a82f6fdbf71b8aae0aa8373fe879e [diff] [blame] |
Use mangled type names in `cc_struct_upcast_impl`'s `cast_fn_name`. PiperOrigin-RevId: 471545380
diff --git a/rs_bindings_from_cc/ir.h b/rs_bindings_from_cc/ir.h index b3eab93..5573849 100644 --- a/rs_bindings_from_cc/ir.h +++ b/rs_bindings_from_cc/ir.h
@@ -576,6 +576,7 @@ // `rs_name` is similar to "__CcTemplateInst8MyStructIiE"). std::string rs_name; std::string cc_name; + std::string mangled_cc_name; ItemId id; BazelLabel owning_target;