HomeSort by relevance Sort by last modified time
    Searched defs:InputSymbols (Results 1 - 5 of 5) sorted by null

  /external/openfst/src/include/fst/
mutable-fst.h 70 virtual const SymbolTable* InputSymbols() const = 0;
318 virtual const SymbolTable* InputSymbols() const {
319 return GetImpl()->InputSymbols();
328 return GetImpl()->InputSymbols();
encode.h 180 SymbolTable *InputSymbols() const { return isymbols_; }
396 SymbolTable *InputSymbols() const { return table_->InputSymbols(); }
467 mapper->SetInputSymbols(fst->InputSymbols());
476 fst->SetInputSymbols(mapper.InputSymbols());
497 encoder->SetInputSymbols(fst.InputSymbols());
537 GetImpl()->SetInputSymbols(encoder.InputSymbols());
fst.h 259 virtual const SymbolTable* InputSymbols() const = 0;
646 const SymbolTable* InputSymbols() const { return isymbols_; }
650 SymbolTable* InputSymbols() { return isymbols_; }
723 if (fst.InputSymbols() && opts.write_isymbols)
732 if (fst.InputSymbols() && opts.write_isymbols) {
733 fst.InputSymbols()->Write(strm);
869 virtual const SymbolTable* InputSymbols() const {
870 return impl_->InputSymbols();
  /external/openfst/src/include/fst/script/
fst-class.h 53 virtual const SymbolTable *InputSymbols() const = 0;
99 virtual const SymbolTable *InputSymbols() const {
100 return impl_->InputSymbols();
194 virtual const SymbolTable *InputSymbols() const {
195 return impl_->InputSymbols();
info-impl.h 57 input_symbols_(fst.InputSymbols() ?
58 fst.InputSymbols()->Name() : "none"),
176 const string& InputSymbols() const { return input_symbols_; }
241 os << "input symbol table" << fstinfo.InputSymbols() << endl;

Completed in 144 milliseconds