| 1557 | } |
| 1558 | |
| 1559 | well_known_types::StringValue GetStringValue( |
| 1560 | const google::protobuf::MessageLite& message, std::string& scratch) const override { |
| 1561 | return reflection_.Value().GetStringValue( |
| 1562 | google::protobuf::DownCastMessage<google::protobuf::Message>(message), scratch); |
| 1563 | } |
| 1564 | |
| 1565 | const google::protobuf::MessageLite& GetListValue( |
| 1566 | const google::protobuf::MessageLite& message) const override { |
no test coverage detected