| 1552 | } |
| 1553 | |
| 1554 | double GetNumberValue(const google::protobuf::MessageLite& message) const override { |
| 1555 | return reflection_.Value().GetNumberValue( |
| 1556 | google::protobuf::DownCastMessage<google::protobuf::Message>(message)); |
| 1557 | } |
| 1558 | |
| 1559 | well_known_types::StringValue GetStringValue( |
| 1560 | const google::protobuf::MessageLite& message, std::string& scratch) const override { |
no test coverage detected