Searched refs:osyms (Results 1 – 5 of 5) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 50 const SymbolTable *osyms, in FstPrinter() argument 53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter() 167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; 175 osyms = SymbolTable::ReadText(FLAGS_osymbols); 176 if (!osyms) exit(1); 186 if (!osyms && !FLAGS_numeric) 187 osyms = fst->OutputSymbols(); 189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor); 195 if (osyms && !FLAGS_save_osymbols.empty()) 196 osyms->WriteText(FLAGS_save_osymbols); [all …]
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | verify.h | 36 const SymbolTable *osyms = fst.OutputSymbols(); in Verify() local 76 } else if (osyms && osyms->Find(arc.olabel) == "") { in Verify() 80 << osyms->Name() << "\""; in Verify()
|
D | fst.h | 444 void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols() argument 446 osymbols_ = osyms ? osyms->Copy() : 0; in SetOutputSymbols()
|
D | mutable-fst.h | 66 virtual void SetOutputSymbols(const SymbolTable* osyms) = 0;
|
D | vector-fst.h | 623 virtual void SetOutputSymbols(const SymbolTable* osyms) { in SetOutputSymbols() argument 625 impl_->SetOutputSymbols(osyms); in SetOutputSymbols()
|