/external/openfst/src/include/fst/script/ |
compile-impl.h | 60 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 184 return StrToId(s, osyms_, "arc olabel", allow_negative_labels_); 204 const SymbolTable *osyms_; // olabel symbol table member in class:fst::FstCompiler
|
print-impl.h | 51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 103 PrintId(l, osyms_, "arc output label"); 138 const SymbolTable *osyms_; // olabel symbol table member in class:fst::FstPrinter
|
draw-impl.h | 58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 157 PrintId(l, osyms_, "arc output label"); 212 const SymbolTable *osyms_; // olabel symbol table member in class:fst::FstDrawer
|