Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Ddfs-visit.h64 struct DfsState { struct
67 DfsState(const Fst<Arc> &fst, StateId s): state_id(s), arc_iter(fst, s) {} in DfsState() argument
89 stack<DfsState<Arc> *> state_stack; // DFS execution stack in DfsVisit() argument