| 199 | bool GetBool() const { return GetReflection()->GetBool(*msg_, field_desc_); } |
| 200 | |
| 201 | int64_t GetInt32() const { |
| 202 | return GetReflection()->GetInt32(*msg_, field_desc_); |
| 203 | } |
| 204 | |
| 205 | uint64_t GetUInt32() const { |
| 206 | return GetReflection()->GetUInt32(*msg_, field_desc_); |