Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use u32 instead of isize as the discriminant of the Rust oneof 'tagge…
…d union' enum type (which is used for the getter that gives you both which field is set and the value of that field). Note that the oneof case enum (the enum to signals which case is set and not the value of that case) remains a repr(C) enum with no explicit storage type to be ABI compatible with the C++ case enum. PiperOrigin-RevId: 708315860
- Loading branch information