Fix "is zeroish" evaluation for proto3
In proto3 the default value is zero (NULL for pointers and 0 for scalars). However when checking we still need to test by type because poinetr types have an extra indirection.
Showing
Please register or sign in to comment