Lines Matching defs:Error
93 // Creates a new (empty) FST archive; returns NULL on error.
102 virtual bool Error() const = 0;
120 // Opens an existing FST archive in a single file; returns NULL on error.
124 // Opens an existing FST archive in multiple files; returns NULL on error.
150 virtual bool Error() const = 0;
186 bool Error() const { return writer_->Error(); }
216 bool Error() const { return writer_->Error(); }
255 bool Error() const { return error_; }
281 LOG(ERROR) << "FarWriter::Create: unknown far type";
304 // TODO: error check
311 // TODO: error check
329 bool Error() const { return reader_->Error(); }
352 // TODO: error check
359 // TODO: error check
377 bool Error() const { return reader_->Error(); }
469 bool Error() const { return error_; }
484 FSTERROR() << "FstFarReader: error reading Fst from: " << keys_[pos_];