/external/openfst/src/include/fst/script/ |
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
|
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
|
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
|
/external/srec/tools/grxmlcompile/ |
fst-io.h | 53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 104 PrintId(l, osyms_, "arc output label"); 139 const SymbolTable *osyms_; // olabel symbol table member in class:fst::FstPrinter 217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 335 return StrToId(s, osyms_, "arc olabel"); 354 const SymbolTable *osyms_; // olabel symbol table member in class:fst::FstReader
|