Home
last modified time | relevance | path

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

/external/bsdiff/
Dsuffix_array_index_unittest.cc26 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()
Dsuffix_array_index.cc62 void SearchPrefix(const uint8_t* target,
99 void SuffixArrayIndex<SAIDX>::SearchPrefix(const uint8_t* target, in SearchPrefix() function in bsdiff::SuffixArrayIndex
Dbsdiff.cc115 sai->SearchPrefix(new_buf + scan, newsize - scan, &len, &pos); in bsdiff()
/external/bsdiff/include/bsdiff/
Dsuffix_array_index_interface.h26 virtual void SearchPrefix(const uint8_t* target,