Searched refs:last_item (Results 1 – 1 of 1) sorted by relevance
258 const Item& last_item = *debug_trace.back(); in RunEarleyAlgorithm() local259 if (last_item.pos() < tokens.token_symbols.size()) { in RunEarleyAlgorithm()260 std::string next_token = tokens.token_contents[last_item.pos()].ToString(); in RunEarleyAlgorithm()