Searched refs:isyms_ (Results 1 – 3 of 3) 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
|