Lines Matching full:states
145 slist<StateId> visited_states_; // List of visited states
252 // States sorted in topological order when (acyclic) or generic
254 vector<StateId> states;
255 states.reserve(fst->NumStates());
259 states.push_back(i);
271 states.resize(order.size());
273 states[order[i]] = i;
288 states.push_back(j);
294 while (!states.empty()) {
295 StateId state = states.back();
296 states.pop_back();
342 // where V = # of states visited, E = # of arcs.
512 // where v = # of states visited, e = # of arcs visited. Constant time