Searched refs:InitState (Results 26 - 31 of 31) sorted by path

12

/external/openfst/src/include/fst/
H A Dtopsort.h54 bool InitState(StateId s, StateId r) { return true; } function in class:fst::TopOrderVisitor
H A Dvisit.h49 // bool InitState(StateId s, StateId root);
109 visit = visitor->InitState(root, root);
149 visit = visitor->InitState(arc.nextstate, root);
208 bool InitState(StateId s, StateId) { function in class:fst::CopyVisitor
260 bool InitState(StateId s, StateId root) { function in class:fst::PartialVisitor
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconnect.h74 bool InitState(StateId s, StateId root) { function in class:fst::SccVisitor
H A Ddfs-visit.h43 // bool InitState(StateId s, StateId root);
103 dfs = visitor->InitState(root, root);
136 dfs = visitor->InitState(arc.nextstate, root);
H A Dminimize.h325 bool InitState(StateId s, StateId root) { function in class:fst::AcyclicMinimizer::HeightVisitor
H A Dtopsort.h49 bool InitState(StateId s, StateId r) { return true; } function in class:fst::TopOrderVisitor

Completed in 262 milliseconds

12