Searched refs:CurrentChunks (Results 1 – 1 of 1) sorted by relevance
160 std::vector<Chunk> CurrentChunks; in CheckChunk() local161 CurrentChunks.reserve(ChunksStillConsideredInteresting.size() - in CheckChunk()163 copy_if(ChunksStillConsideredInteresting, std::back_inserter(CurrentChunks), in CheckChunk()170 Oracle O(CurrentChunks); in CheckChunk()