Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:FstReader

205   template <class A> class FstReader {
212 FstReader(istream &istrm, const string &source,
229 LOG(ERROR) << "FstReader: Bad number of columns, source = " << source_
296 LOG(ERROR) << "FstReader: Symbol \"" << s
306 LOG(ERROR) << "FstReader: Bad " << name << " integer = \"" << s
343 LOG(ERROR) << "FstReader: Bad weight = \"" << s
359 DISALLOW_EVIL_CONSTRUCTORS(FstReader);
396 FstReader<Arc> fstreader(*istrm, ifilename, isyms, osyms, ssyms,
400 const Fst<Arc> *fst = &fstreader.Fst();