next available enum number in addition to mentioning the option to allow aliasing. For enums that are large but are not sorted numerically it can be difficult to find the correct enum number to use. We use "next available" as the next number larger than the number that was duplicatively used which is not assigned a value. For sparse enums, there may be other enums past the suggested number. PiperOrigin-RevId: 523487238pull/12318/head
parent
5814f6c977
commit
38de65f9c1
3 changed files with 44 additions and 2 deletions
Loading…
Reference in new issue