Lines Matching refs:Arc
43 typedef A Arc; typedef
112 Arc arc = aiter.Value(); in PrintState()
149 template <class Arc>
152 Fst<Arc> *fst = Fst<Arc>::Read(istrm, opts);
189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor);
207 typedef A Arc; typedef
239 Arc arc; in FstReader()
366 template <class Arc>
396 FstReader<Arc> fstreader(*istrm, ifilename, isyms, osyms, ssyms,
400 const Fst<Arc> *fst = &fstreader.Fst();
402 fst = Convert<Arc>(*fst, FLAGS_fst_type);