| 562 | } |
| 563 | |
| 564 | bool SetUInt32(uint32_t value) const { |
| 565 | GetReflection()->SetUInt32(msg_, field_desc_, value); |
| 566 | return true; |
| 567 | } |
| 568 | |
| 569 | bool SetInt64(int64_t value) const { |
| 570 | GetReflection()->SetInt64(msg_, field_desc_, value); |
no outgoing calls
no test coverage detected