Home | History | Annotate | Download | only in fst

Lines Matching full:done_

117   bool Done() const { return Done_(); }
126 virtual bool Done_() const = 0;
302 virtual bool Done_() const { return Done(); }
507 virtual bool Done_() const { return Done(); }
695 virtual bool Done_() const { return Done(); }
863 virtual bool Done_() const { return Done(); }
1043 return done_;
1053 done_ = matcher_->Done();
1054 if (done_ && multi_eps_iter_ != multi_eps_labels_.End()) {
1060 done_ = false;
1062 done_ = !matcher_->Find(kNoLabel);
1066 done_ = true;
1107 bool done_; // Matching done
1142 done_ = !ret;