Home | History | Annotate | Download | only in fst

Lines Matching full:error_

172         error_(false) {}
178 error_(acc.error_) {
193 error_ = true;
211 if (error_) return Weight::NoWeight();
252 error_ = true;
281 bool Error() const { return error_; }
317 error_ = true;
334 bool error_;
440 error_(false) {}
444 data_(acc.data_), s_(kNoStateId), error_(acc.error_) {
461 error_ = true;
472 if (data_->CacheDisabled() || error_) {
479 error_ = true;
536 bool Error() const { return error_; }
572 error_ = true;
589 bool error_;
667 error_(false) {}
672 error_(false) {}
675 : init_(acc.init_), data_(acc.data_), error_(acc.error_) {
697 error_ = true;
714 if (error_) return Weight::NoWeight();
721 if (error_) return Weight::NoWeight();
730 bool Error() const { return error_; }
738 bool error_;