| 599 | clear_has_id(); |
| 600 | } |
| 601 | inline ::google::protobuf::int32 Person::id() const { |
| 602 | // @@protoc_insertion_point(field_get:tutorial.Person.id) |
| 603 | return id_; |
| 604 | } |
| 605 | inline void Person::set_id(::google::protobuf::int32 value) { |
| 606 | set_has_id(); |
| 607 | id_ = value; |
no outgoing calls
no test coverage detected