Home
last modified time | relevance | path

Searched refs:ssyms (Results 1 – 12 of 12) sorted by relevance

/external/openfst/src/include/fst/script/
Dprint.h35 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);
Ddraw.h38 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,
Dcompile.h38 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,
Dprint-impl.h48 const SymbolTable *ssyms, in FstPrinter() argument
51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter()
Ddraw-impl.h46 const SymbolTable *ssyms, in FstDrawer() argument
58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstDrawer()
Dcompile-impl.h57 const SymbolTable *ssyms, bool accep, bool ikeep,
60 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
/external/openfst/src/bin/
Dfstcompile.cc64 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()
Dfstprint.cc71 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()
Dfstdraw.cc78 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/
Dprint.cc29 const SymbolTable *ssyms, in PrintFst() argument
31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
Dcompile.cc29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst() argument
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
Ddraw.cc29 const SymbolTable *ssyms, in DrawFst() argument
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()