Home
last modified time | relevance | path

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

/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc146 test_string_all_Qs = new_test_string_all_Qs; in SetUpTestCase()
152 hashed_all_Qs = RollingHash<kBlockSize>::Hash(test_string_all_Qs); in SetUpTestCase()
166 delete[] test_string_all_Qs; in TearDownTestCase()
225 static const char* test_string_all_Qs; member in open_vcdiff::BlockHashTest
308 const char* BlockHashTest::test_string_all_Qs = NULL; member in open_vcdiff::BlockHashTest
563 EXPECT_EQ(-1, FirstMatchingBlock(*dh_, hashed_all_Qs, test_string_all_Qs)); in TEST_F()