Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dblockhash.h375 static bool BlockContentsMatch(const char* block1, const char* block2);
Dblockhash_test.cc45 static bool BlockContentsMatch(const char* block1, const char* block2) { in BlockContentsMatch() function in open_vcdiff::BlockHashTest
46 return BlockHash::BlockContentsMatch(block1, block2); in BlockContentsMatch()
350 if (!BlockHash::BlockContentsMatch(block1, block2)) { in TestAndPrintTimesForCompareFunctions()
Dblockhash.cc293 bool BlockHash::BlockContentsMatch(const char* block1, const char* block2) { in BlockContentsMatch() function in open_vcdiff::BlockHash