| 557 | } |
| 558 | |
| 559 | bool SetInt32(int32_t value) const { |
| 560 | GetReflection()->SetInt32(msg_, field_desc_, value); |
| 561 | return true; |
| 562 | } |
| 563 | |
| 564 | bool SetUInt32(uint32_t value) const { |
| 565 | GetReflection()->SetUInt32(msg_, field_desc_, value); |
no outgoing calls
no test coverage detected