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