mirror of https://github.com/grpc/grpc.git
The upb gencode is being changed to no longer generate _has_() functions for repeated fields, as they are redundant and really only intended for scalar fields with presence. So instead of calling foo_has_bar(msg), one now calls foo_bar(msg, &size) to get the size of the repeated field.pull/35275/head
parent
2ffdca65e5
commit
90db1ffe0e
3 changed files with 20 additions and 11 deletions
Loading…
Reference in new issue