Searched refs:SearchPrefix (Results 1 – 4 of 4) sorted by relevance
/external/bsdiff/ |
D | suffix_array_index_unittest.cc | 26 void SearchPrefix(const std::string& pattern, in SearchPrefix() function in bsdiff::SuffixArrayIndexTest 29 sai_->SearchPrefix(reinterpret_cast<const uint8_t*>(pattern.data()), in SearchPrefix() 58 SearchPrefix("zzz", &length, &pos); // lexicographically highest. in TEST_F() 61 SearchPrefix(" ", &length, &pos); // lexicographically lowest. in TEST_F() 65 SearchPrefix("abc", &length, &pos); in TEST_F() 69 SearchPrefix("abcd", &length, &pos); in TEST_F() 74 SearchPrefix("abcW", &length, &pos); in TEST_F()
|
D | suffix_array_index.cc | 62 void SearchPrefix(const uint8_t* target, 99 void SuffixArrayIndex<SAIDX>::SearchPrefix(const uint8_t* target, in SearchPrefix() function in bsdiff::SuffixArrayIndex
|
D | bsdiff.cc | 115 sai->SearchPrefix(new_buf + scan, newsize - scan, &len, &pos); in bsdiff()
|
/external/bsdiff/include/bsdiff/ |
D | suffix_array_index_interface.h | 26 virtual void SearchPrefix(const uint8_t* target,
|