Searched refs:EscapeJson (Results 1 – 1 of 1) sorted by relevance
4514 static std::string EscapeJson(const std::string& str);4587 std::string JsonUnitTestResultPrinter::EscapeJson(const std::string& str) { in EscapeJson() function in testing::internal::JsonUnitTestResultPrinter4669 *stream << indent << "\"" << name << "\": \"" << EscapeJson(value) << "\""; in OutputJsonKey()4801 EscapeJson(location + "\n" + part.message()); in OutputJsonTestResult()4825 EscapeJson(location + "\n" + part.message()); in OutputJsonTestResult()4982 << EscapeJson(property.value()) << "\""; in TestPropertiesAsJson()