/external/openfst/src/include/fst/script/ |
D | print.h | 35 const SymbolTable *ssyms; member 44 const SymbolTable *ssyms, in FstPrinterArgs() 49 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accept(accept), in FstPrinterArgs() 58 args->ssyms, args->accept, in PrintFst() 66 const SymbolTable *ssyms, 76 const SymbolTable *ssyms = NULL) { 77 fst::FstPrinter<Arc> fstprinter(fst, isyms, osyms, ssyms, true, true);
|
D | draw.h | 38 const SymbolTable *ssyms; member 56 const SymbolTable *ssyms, in FstDrawerArgs() 70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), in FstDrawerArgs() 82 FstDrawer<Arc> fstdrawer(fst, args->isyms, args->osyms, args->ssyms, in DrawFst() 94 const SymbolTable *ssyms,
|
D | compile.h | 38 const fst::SymbolTable *ssyms; member 48 const fst::SymbolTable *ssyms, 52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep), in istrm() 64 args->osyms, args->ssyms, in CompileFst() 85 const SymbolTable *osyms, const SymbolTable *ssyms,
|
D | print-impl.h | 48 const SymbolTable *ssyms, in FstPrinter() argument 51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter()
|
D | draw-impl.h | 46 const SymbolTable *ssyms, in FstDrawer() argument 58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstDrawer()
|
D | compile-impl.h | 57 const SymbolTable *ssyms, bool accep, bool ikeep, 60 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
|
/external/openfst/src/bin/ |
D | fstcompile.cc | 64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 80 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main() 81 if (!ssyms) exit(1); in main() 87 isyms, osyms, ssyms, in main()
|
D | fstprint.cc | 71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 87 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main() 88 if (!ssyms) exit(1); in main() 96 s::PrintFst(*fst, *ostrm, dest, isyms, osyms, ssyms, in main()
|
D | fstdraw.cc | 78 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 94 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main() 95 if (!ssyms) exit(1); in main() 103 s::DrawFst(*fst, isyms, osyms, ssyms, FLAGS_acceptor, in main()
|
/external/openfst/src/script/ |
D | print.cc | 29 const SymbolTable *ssyms, in PrintFst() argument 31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
|
D | compile.cc | 29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst() argument 32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
|
D | draw.cc | 29 const SymbolTable *ssyms, in DrawFst() argument 43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()
|