Searched refs:BlockContentsMatch (Results 1 – 3 of 3) sorted by relevance
375 static bool BlockContentsMatch(const char* block1, const char* block2);
45 static bool BlockContentsMatch(const char* block1, const char* block2) { in BlockContentsMatch() function in open_vcdiff::BlockHashTest46 return BlockHash::BlockContentsMatch(block1, block2); in BlockContentsMatch()350 if (!BlockHash::BlockContentsMatch(block1, block2)) { in TestAndPrintTimesForCompareFunctions()
293 bool BlockHash::BlockContentsMatch(const char* block1, const char* block2) { in BlockContentsMatch() function in open_vcdiff::BlockHash