| 238 | } |
| 239 | |
| 240 | int64_t GetEnumValue() const { |
| 241 | return GetReflection()->GetEnumValue(*msg_, field_desc_); |
| 242 | } |
| 243 | |
| 244 | const Reflection* GetReflection() const { return msg_->GetReflection(); } |
| 245 |
nothing calls this directly
no test coverage detected