HomeSort by relevance Sort by last modified time
    Searched full:fin_ (Results 1 - 1 of 1) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 195 : first_(w.first_), rest_(w.rest_), fin_(first_ == 0),
198 bool Done() const { return fin_; }
203 if (iter_ == rest_.rend()) fin_ = true;
208 fin_ = false;
215 bool fin_; // in the final state? member in class:fst::StringWeightReverseIterator

Completed in 24 milliseconds