Searched refs:ssyms (Results 1 – 1 of 1) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 51 const SymbolTable *ssyms, in FstPrinter() argument 53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter() 167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; 180 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); 181 if (!ssyms) exit(1); 189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor); 214 const SymbolTable *ssyms, bool accep, bool ikeep, in FstReader() argument 217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstReader() 379 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; 392 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); [all …]
|