Home
last modified time | relevance | path

Searched refs:EscapeJson (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc4466 static std::string EscapeJson(const std::string& str);
4533 std::string JsonUnitTestResultPrinter::EscapeJson(const std::string& str) { in EscapeJson() function in testing::internal::JsonUnitTestResultPrinter
4615 *stream << indent << "\"" << name << "\": \"" << EscapeJson(value) << "\""; in OutputJsonKey()
4741 const std::string message = EscapeJson(location + "\n" + part.message()); in OutputJsonTestResult()
4887 << "\"" << EscapeJson(property.value()) << "\""; in TestPropertiesAsJson()