Home | History | Annotate | Download | only in fst

Lines Matching refs:error_

59         error_(false) {
63 void InitVisit(const Fst<A> &fst) { error_ = false; }
78 error_ = true;
84 error_ = true;
102 error_ = true;
124 bool Error() const { return error_; }
131 bool error_;
149 : error_(false) {
152 if (reach_visitor.Error()) error_ = true;
158 error_ = true;
172 error_ = true;
185 bool Error() const { return error_; }
191 bool error_;