| 1757 | } |
| 1758 | |
| 1759 | std::string JsonMapDebugString(const google::protobuf::Struct& message) { |
| 1760 | std::string output; |
| 1761 | JsonDebugStringState(GeneratedJsonAccessor::Singleton(), &output) |
| 1762 | .StructDebugString(message); |
| 1763 | return output; |
| 1764 | } |
| 1765 | |
| 1766 | std::string JsonMapDebugString(const google::protobuf::Message& message) { |
| 1767 | DynamicJsonAccessor accessor; |