Searched defs:DfsState (Results 1 – 1 of 1) sorted by relevance
64 struct DfsState { struct67 DfsState(const Fst<Arc> &fst, StateId s): state_id(s), arc_iter(fst, s) {} in DfsState() argument89 stack<DfsState<Arc> *> state_stack; // DFS execution stack in DfsVisit() argument