| 1742 | } |
| 1743 | |
| 1744 | std::string JsonListDebugString(const google::protobuf::ListValue& message) { |
| 1745 | std::string output; |
| 1746 | JsonDebugStringState(GeneratedJsonAccessor::Singleton(), &output) |
| 1747 | .ListValueDebugString(message); |
| 1748 | return output; |
| 1749 | } |
| 1750 | |
| 1751 | std::string JsonListDebugString(const google::protobuf::Message& message) { |
| 1752 | DynamicJsonAccessor accessor; |