Searched refs:osyms_ (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() 103 PrintId(l, osyms_, "arc output label"); in PrintOLabel() 138 const SymbolTable *osyms_; // olabel symbol table variable
|
D | draw-impl.h | 58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstDrawer() 157 PrintId(l, osyms_, "arc output label"); in PrintOLabel() 212 const SymbolTable *osyms_; // olabel symbol table variable
|
D | compile-impl.h | 60 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 184 return StrToId(s, osyms_, "arc olabel", allow_negative_labels_); in StrToOLabel() 204 const SymbolTable *osyms_; // olabel symbol table variable
|