Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:isyms

49 	       const SymbolTable *isyms,
53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
170 isyms = SymbolTable::ReadText(FLAGS_isymbols);
171 if (!isyms) exit(1);
184 if (!isyms && !FLAGS_numeric)
185 isyms = fst->InputSymbols();
189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor);
192 if (isyms && !FLAGS_save_isymbols.empty())
193 isyms->WriteText(FLAGS_save_isymbols);
213 const SymbolTable *isyms, const SymbolTable *osyms,
217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
278 fst_.SetInputSymbols(isyms);
379 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
382 isyms = SymbolTable::ReadText(FLAGS_isymbols);
383 if (!isyms) exit(1);
396 FstReader<Arc> fstreader(*istrm, ifilename, isyms, osyms, ssyms,