Searched refs:GenerateAndTestPatch (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/courgette/
H A Dbsdiff_memory_unittest.cc13 void GenerateAndTestPatch(const std::string& a, const std::string& b) const;
18 void BSDiffMemoryTest::GenerateAndTestPatch(const std::string& old_text, function in class:BSDiffMemoryTest
54 GenerateAndTestPatch(std::string(), std::string());
58 GenerateAndTestPatch(std::string(), "xxx");
62 GenerateAndTestPatch("xxx", std::string());
85 GenerateAndTestPatch(file1, file2);
98 GenerateAndTestPatch(file1, file2);
101 GenerateAndTestPatch(file1a, file2);
104 GenerateAndTestPatch(file1b, file2);
107 GenerateAndTestPatch(file1
[all...]

Completed in 62 milliseconds