| 567 | } |
| 568 | |
| 569 | bool SetInt64(int64_t value) const { |
| 570 | GetReflection()->SetInt64(msg_, field_desc_, value); |
| 571 | return true; |
| 572 | } |
| 573 | |
| 574 | bool SetUInt64(uint64_t value) const { |
| 575 | GetReflection()->SetUInt64(msg_, field_desc_, value); |
no outgoing calls