Lines Matching refs:RollingHash
95 class RollingHash {
98 // RollingHash. This function *must* be called (preferably on startup) by any
99 // program that uses a RollingHash. It is harmless to call this function more
103 // RollingHash.
109 RollingHash() {
111 VCD_DFATAL << "RollingHash object instantiated"
112 " before calling RollingHash::Init()" << VCD_ENDL;
169 const uint32_t* RollingHash<window_size>::remove_table_ = NULL;
173 // it's ready, the table can be used for any number of RollingHash objects of
177 void RollingHash<window_size>::Init() {