Searched refs:future_items (Results 1 – 1 of 1) sorted by relevance
177 std::vector<Item> future_items; in RunEarleyAlgorithm() local221 future_items.push_back(item.Advance(pos + 1, nullptr)); in RunEarleyAlgorithm()248 std::swap(worklist, future_items); in RunEarleyAlgorithm()