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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconnect.h70 onstack_ = new vector<bool>;
84 onstack_->push_back(false);
88 (*onstack_)[s] = true;
122 (*onstack_)[t] && (*dfnumber_)[t] < (*lowlink_)[s])
147 (*onstack_)[t] = false;
173 delete onstack_;
189 vector<bool> *onstack_; // is a state on the SCC stack member in class:fst::SccVisitor
/external/openfst/src/include/fst/
H A Dconnect.h164 (*onstack_)[t] && (*dfnumber_)[t] < (*lowlink_)[s])
182 delete onstack_;
198 vector<bool> *onstack_; // is a state on the SCC stack member in class:fst::SccVisitor
223 onstack_ = new vector<bool>;
238 onstack_->push_back(false);
242 (*onstack_)[s] = true;
275 (*onstack_)[t] = false;

Completed in 1062 milliseconds