Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:ssyms

51 	       const SymbolTable *ssyms,
53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
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,
217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
379 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
392 ssyms = SymbolTable::ReadText(FLAGS_ssymbols);
393 if (!ssyms) exit(1);
396 FstReader<Arc> fstreader(*istrm, ifilename, isyms, osyms, ssyms,