optional string email = 3;
| 610 | |
| 611 | // optional string email = 3; |
| 612 | inline bool Person::has_email() const { |
| 613 | return (_has_bits_[0] & 0x00000004u) != 0; |
| 614 | } |
| 615 | inline void Person::set_has_email() { |
| 616 | _has_bits_[0] |= 0x00000004u; |
| 617 | } |
no outgoing calls
no test coverage detected