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