| 1547 | } |
| 1548 | |
| 1549 | bool GetBoolValue(const google::protobuf::MessageLite& message) const override { |
| 1550 | return reflection_.Value().GetBoolValue( |
| 1551 | google::protobuf::DownCastMessage<google::protobuf::Message>(message)); |
| 1552 | } |
| 1553 | |
| 1554 | double GetNumberValue(const google::protobuf::MessageLite& message) const override { |
| 1555 | return reflection_.Value().GetNumberValue( |
no test coverage detected