Home
last modified time | relevance | path

Searched refs:osyms (Results 26 – 50 of 104) sorted by relevance

12345

/dports/math/openfst/openfst-1.8.1/src/bin/
H A Dfstdraw-main.cc91 std::unique_ptr<const SymbolTable> osyms; in fstdraw_main() local
93 osyms.reset(SymbolTable::ReadText(FST_FLAGS_osymbols, opts)); in fstdraw_main()
94 if (!osyms) return 1; in fstdraw_main()
107 if (!osyms && !FST_FLAGS_numeric && fst->OutputSymbols()) { in fstdraw_main()
108 osyms.reset(fst->OutputSymbols()->Copy()); in fstdraw_main()
113 s::Draw(*fst, isyms.get(), osyms.get(), ssyms.get(), in fstdraw_main()
H A Dfstcompile-main.cc78 std::unique_ptr<const SymbolTable> osyms; in fstcompile_main() local
80 osyms.reset(SymbolTable::ReadText(FST_FLAGS_osymbols, opts)); in fstcompile_main()
81 if (!osyms) return 1; in fstcompile_main()
93 FST_FLAGS_arc_type, isyms.get(), osyms.get(), in fstcompile_main()
/dports/math/openfst/openfst-1.8.1/src/script/
H A Dprint.cc26 const SymbolTable *isyms, const SymbolTable *osyms, in Print() argument
30 PrintArgs args{fst, isyms, osyms, ssyms, accept, show_weight_one, ostrm, dest, in Print()
37 const SymbolTable *isyms, const SymbolTable *osyms, in PrintFst() argument
40 Print(fst, ostrm, dest, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
H A Dcompile.cc28 const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, in CompileFst() argument
32 CompileFstInternal(istrm, source, fst_type, arc_type, isyms, osyms, ssyms, in CompileFst()
40 const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, in CompileFstInternal() argument
42 CompileFstInnerArgs iargs{istrm, source, fst_type, isyms, osyms, ssyms, accep, in CompileFstInternal()
H A Ddraw.cc26 const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, in Draw() argument
31 DrawArgs args{fst, isyms, osyms, ssyms, accep, title, width, height, portrait, in Draw()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/script/
H A Dcompile-impl.h60 const SymbolTable *isyms, const SymbolTable *osyms,
64 SymbolTable* mosyms = osyms ? osyms->Copy() : NULL;
74 SymbolTable *isyms, SymbolTable *osyms, in FstCompiler() argument
78 Init(istrm, source, isyms, osyms, ssyms, accep, ikeep, okeep, nkeep, in FstCompiler()
83 SymbolTable *osyms, SymbolTable *ssyms, bool accep, bool ikeep, in Init() argument
89 osyms_ = osyms; in Init()
159 fst_.SetOutputSymbols(osyms); in Init()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/script/
H A Dcompile-impl.h60 const SymbolTable *isyms, const SymbolTable *osyms,
64 SymbolTable* mosyms = osyms ? osyms->Copy() : NULL;
74 SymbolTable *isyms, SymbolTable *osyms, in FstCompiler() argument
78 Init(istrm, source, isyms, osyms, ssyms, accep, ikeep, okeep, nkeep, in FstCompiler()
83 SymbolTable *osyms, SymbolTable *ssyms, bool accep, bool ikeep, in Init() argument
89 osyms_ = osyms; in Init()
159 fst_.SetOutputSymbols(osyms); in Init()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/script/
H A Dcompile-impl.h60 const SymbolTable *isyms, const SymbolTable *osyms,
64 SymbolTable* mosyms = osyms ? osyms->Copy() : NULL;
74 SymbolTable *isyms, SymbolTable *osyms, in FstCompiler() argument
78 Init(istrm, source, isyms, osyms, ssyms, accep, ikeep, okeep, nkeep, in FstCompiler()
83 SymbolTable *osyms, SymbolTable *ssyms, bool accep, bool ikeep, in Init() argument
89 osyms_ = osyms; in Init()
159 fst_.SetOutputSymbols(osyms); in Init()
/dports/math/openfst/openfst-1.8.1/src/include/fst/script/
H A Dcompile-impl.h55 const SymbolTable *isyms, const SymbolTable *osyms,
59 std::unique_ptr<SymbolTable> mosyms(osyms ? osyms->Copy() : nullptr);
66 SymbolTable *isyms, SymbolTable *osyms, SymbolTable *ssyms, in FstCompiler() argument
69 Init(istrm, source, isyms, osyms, ssyms, accep, ikeep, okeep, nkeep, in FstCompiler()
74 SymbolTable *osyms, SymbolTable *ssyms, bool accep, bool ikeep, in Init() argument
80 osyms_ = osyms; in Init()
146 if (okeep) fst_.SetOutputSymbols(osyms); in Init()
H A Dcompile.h45 const fst::SymbolTable *osyms; member
63 args->args.istrm, args->args.source, args->args.isyms, args->args.osyms, in CompileFstInternal()
84 const SymbolTable *osyms, const SymbolTable *ssyms, bool accep,
90 const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep,
H A Ddraw.h35 const SymbolTable *osyms; member
56 FstDrawer<Arc> fstdrawer(fst, args->isyms, args->osyms, args->ssyms, in Draw()
65 const SymbolTable *osyms, const SymbolTable *ssyms, bool accep,
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/bin/
H A Dfstcompile.cc64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
75 osyms = SymbolTable::ReadText(FLAGS_osymbols, opts); in main()
76 if (!osyms) exit(1); in main()
87 isyms, osyms, ssyms, in main()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/bin/
H A Dfstcompile.cc64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
75 osyms = SymbolTable::ReadText(FLAGS_osymbols, opts); in main()
76 if (!osyms) exit(1); in main()
87 isyms, osyms, ssyms, in main()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/bin/
H A Dfstcompile.cc64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local
75 osyms = SymbolTable::ReadText(FLAGS_osymbols, opts); in main()
76 if (!osyms) exit(1); in main()
87 isyms, osyms, ssyms, in main()
/dports/math/openfst/openfst-1.8.1/src/include/fst/
H A Dverify.h37 const auto *osyms = fst.OutputSymbols();
65 } else if (osyms && !osyms->Member(arc.olabel)) {
68 << " is missing from output symbol table \"" << osyms->Name()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/include/fst/
H A Dverify.h39 const SymbolTable *osyms = fst.OutputSymbols();
79 } else if (osyms && osyms->Find(arc.olabel) == "") {
83 << osyms->Name() << "\"";
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dverify.h39 const SymbolTable *osyms = fst.OutputSymbols();
79 } else if (osyms && osyms->Find(arc.olabel) == "") {
83 << osyms->Name() << "\"";
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/include/fst/
H A Dverify.h39 const SymbolTable *osyms = fst.OutputSymbols();
79 } else if (osyms && osyms->Find(arc.olabel) == "") {
83 << osyms->Name() << "\"";
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/script/
H A Dprint.cc28 const SymbolTable *osyms, in PrintFst() argument
32 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
H A Dcompile.cc29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst() argument
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
H A Ddraw.cc28 const SymbolTable *osyms, in DrawFst() argument
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/script/
H A Dprint.cc28 const SymbolTable *osyms, in PrintFst() argument
32 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
H A Dcompile.cc29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst() argument
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/script/
H A Dprint.cc28 const SymbolTable *osyms, in PrintFst() argument
32 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
H A Dcompile.cc29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst() argument
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()

12345