-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rust: create blanket implementation of
ProxiedInMapValue
for upb-ba…
…cked messages This turned out to be much easier for upb than for C++. This CL pretty much just does a cut-and-paste of the `ProxiedInMapValue` implementation from the upb code generator to the runtime. This should help a bit with code size since it removes the need to generate six `ProxiedInMapValue` implementations per message. PiperOrigin-RevId: 671438289
- Loading branch information
1 parent
37f3ced
commit c3df359
Showing
2 changed files
with
101 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters