Searched refs:acyclic_ (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dtopsort.h47 : order_(order), acyclic_(acyclic) {}
51 *acyclic_ = true;
58 bool BackArc(StateId s, const A &arc) { return (*acyclic_ = false); }
65 if (*acyclic_) {
77 bool *acyclic_; member in class:fst::TopOrderVisitor
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dtopsort.h42 : order_(order), acyclic_(acyclic) {}
46 *acyclic_ = true;
53 bool BackArc(StateId s, const A &arc) { return (*acyclic_ = false); }
60 if (*acyclic_) {
72 bool *acyclic_; member in class:fst::TopOrderVisitor

Completed in 132 milliseconds