Searched refs:isyms_ (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | print-impl.h | 51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter() 99 PrintId(l, isyms_, "arc input label"); in PrintILabel() 137 const SymbolTable *isyms_; // ilabel symbol table variable
|
D | draw-impl.h | 58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstDrawer() 153 PrintId(l, isyms_, "arc input label"); in PrintILabel() 211 const SymbolTable *isyms_; // ilabel symbol table variable
|
D | compile-impl.h | 60 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 180 return StrToId(s, isyms_, "arc ilabel", allow_negative_labels_); in StrToILabel() 203 const SymbolTable *isyms_; // ilabel symbol table variable
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter() 100 PrintId(l, isyms_, "arc input label"); in PrintILabel() 138 const SymbolTable *isyms_; // ilabel symbol table variable 217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstReader() 332 return StrToId(s, isyms_, "arc ilabel"); in StrToILabel() 354 const SymbolTable *isyms_; // ilabel symbol table variable
|