Searched refs:PrintDiff (Results 1 – 4 of 4) sorted by relevance
34 void PrintDiff(const std::string& a, const std::string& b);
58 void PrintDiff(const string& a, const string& b) { in PrintDiff() function
65 test::PrintDiff(expected_content, actual_content); in CheckFileContents()
1406 test::PrintDiff(expected, output); in Compare()