Searched defs:PrefetchState (Results 1 – 1 of 1) sorted by relevance
208 struct PrefetchState { struct in incremental::IncrementalServer209 const File* file;210 BlockIdx overallIndex = 0;211 BlockIdx overallEnd = 0;212 BlockIdx priorityIndex = 0;214 explicit PrefetchState(const File& f, BlockIdx start, int count) in PrefetchState() argument219 explicit PrefetchState(const File& f) in PrefetchState() function222 bool done() const { in done()