Searched refs:EscapeJson (Results 1 – 2 of 2) sorted by relevance
3889 static std::string EscapeJson(const std::string& str);3948 std::string JsonUnitTestResultPrinter::EscapeJson(const std::string& str) { in EscapeJson() function in testing::internal::JsonUnitTestResultPrinter4031 *stream << indent << "\"" << name << "\": \"" << EscapeJson(value) << "\""; in OutputJsonKey()4100 const std::string message = EscapeJson(location + "\n" + part.message()); in OutputJsonTestInfo()4231 << "\"" << EscapeJson(property.value()) << "\""; in TestPropertiesAsJson()
3933 static std::string EscapeJson(const std::string& str);3992 std::string JsonUnitTestResultPrinter::EscapeJson(const std::string& str) { in EscapeJson() function in testing::internal::JsonUnitTestResultPrinter4075 *stream << indent << "\"" << name << "\": \"" << EscapeJson(value) << "\""; in OutputJsonKey()4147 const std::string message = EscapeJson(location + "\n" + part.message()); in OutputJsonTestInfo()4278 << "\"" << EscapeJson(property.value()) << "\""; in TestPropertiesAsJson()