Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h184 GTEST_API_ std::string CreateUnifiedDiff(const std::vector<std::string>& left, in GTEST_DISABLE_MSC_WARNINGS_POP_()
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1483 std::string CreateUnifiedDiff(const std::vector<std::string>& left, in CreateUnifiedDiff() function
1617 << edit_distance::CreateUnifiedDiff(lhs_lines, rhs_lines); in EqFailure()