Searched defs:DfsState (Results 1 – 1 of 1) sorted by relevance
74 struct DfsState { struct77 DfsState(const Fst<Arc> &fst, StateId s): state_id(s), arc_iter(fst, s) {} in DfsState() function79 StateId state_id; // Fst state ...80 ArcIterator< Fst<Arc> > arc_iter; // and its corresponding arcs