Searched defs:FstPrinter (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dprint-impl.h38 template <class A> class FstPrinter { class in namespace:fst
45 FstPrinter(const Fst<A> &fst, function in class:fst::FstPrinter
82 FSTERROR() << "FstPrinter: Integer " << id
144 DISALLOW_COPY_AND_ASSIGN(FstPrinter);
/external/srec/tools/grxmlcompile/
H A Dfst-io.h41 template <class A> class FstPrinter { class in namespace:fst
48 FstPrinter(const Fst<A> &fst, function in class:fst::FstPrinter
83 LOG(ERROR) << "FstPrinter: Integer " << id
144 DISALLOW_EVIL_CONSTRUCTORS(FstPrinter);
189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor);

Completed in 83 milliseconds