mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
We were always emitting Optional<T> for accessors, when they should've been behind `_opt`. We've refactored our previous accessor into `getter` and `getter_opt`. We'll only emit `getter_opt` when we're dealing with optional fields. PiperOrigin-RevId: 544087591 |
||
|---|---|---|
| .. | ||
| cpp_kernel | ||
| test | ||
| upb_kernel | ||
| aspects.bzl | ||
| BUILD | ||
| cpp.rs | ||
| defs.bzl | ||
| internal.rs | ||
| optional.rs | ||
| protobuf.rs | ||
| proxied.rs | ||
| shared.rs | ||
| upb.rs | ||