Home
last modified time | relevance | path

Searched defs:DfsState (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Ddfs-visit.h74 struct DfsState { struct
77 DfsState(const Fst<Arc> &fst, StateId s): state_id(s), arc_iter(fst, s) {} in DfsState() function
79 StateId state_id; // Fst state ...
80 ArcIterator< Fst<Arc> > arc_iter; // and its corresponding arcs