Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc55 int NextMatchingBlock(const BlockHash& block_hash, in NextMatchingBlock() function in open_vcdiff::BlockHashTest
58 return block_hash.NextMatchingBlock(block_number, block_ptr); in NextMatchingBlock()
553 EXPECT_EQ(-1, NextMatchingBlock(*th_, block_of_y_in_only, test_string_y)); in TEST_F()
559 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_y_in_only, test_string_y)); in TEST_F()
582 EXPECT_EQ(block_of_second_e, NextMatchingBlock(*dh_, block_of_first_e, in TEST_F()
584 EXPECT_EQ(block_of_third_e, NextMatchingBlock(*dh_, block_of_second_e, in TEST_F()
586 EXPECT_EQ(block_of_fourth_e, NextMatchingBlock(*dh_, block_of_third_e, in TEST_F()
588 EXPECT_EQ(block_of_fifth_e, NextMatchingBlock(*dh_, block_of_fourth_e, in TEST_F()
590 EXPECT_EQ(block_of_sixth_e, NextMatchingBlock(*dh_, block_of_fifth_e, in TEST_F()
592 EXPECT_EQ(-1, NextMatchingBlock(*dh_, block_of_sixth_e, test_string_e)); in TEST_F()
[all …]
Dblockhash.cc325 int BlockHash::NextMatchingBlock(int block_number, in NextMatchingBlock() function in open_vcdiff::BlockHash
400 block_number = NextMatchingBlock(block_number, target_candidate_start)) { in FindBestMatch()
Dblockhash.h410 int NextMatchingBlock(int block_number, const char* block_ptr) const;