Searched defs:InputSymbols (Results 1 - 19 of 19) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dfst-class.h53 virtual const SymbolTable *InputSymbols() const = 0;
99 virtual const SymbolTable *InputSymbols() const { function in class:fst::script::FstClassImpl
100 return impl_->InputSymbols();
194 virtual const SymbolTable *InputSymbols() const { function in class:fst::script::FstClass
195 return impl_->InputSymbols();
H A Dinfo-impl.h57 input_symbols_(fst.InputSymbols() ?
58 fst.InputSymbols()->Name() : "none"),
176 const string& InputSymbols() const { return input_symbols_; } function in class:fst::FstInfo
241 os << "input symbol table" << fstinfo.InputSymbols() << endl;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h78 using FstImpl<A>::InputSymbols;
96 SetInputSymbols(fst.InputSymbols());
104 SetInputSymbols(impl.InputSymbols());
237 virtual const SymbolTable* InputSymbols() const { function in class:fst::ArcSortFst
238 return impl_->InputSymbols();
H A Dcomplement.h61 SetInputSymbols(fst.InputSymbols());
152 virtual const SymbolTable* InputSymbols() const { function in class:fst::ComplementFst
153 return impl_->InputSymbols();
H A Drational.h66 SetInputSymbols(fst1.InputSymbols());
72 rfst_.SetInputSymbols(fst1.InputSymbols());
88 SetInputSymbols(fst1.InputSymbols());
95 rfst_.SetInputSymbols(fst1.InputSymbols());
110 SetInputSymbols(fst.InputSymbols());
125 rfst_.SetInputSymbols(fst.InputSymbols());
220 virtual const SymbolTable* InputSymbols() const { function in class:fst::RationalFst
221 return impl_->InputSymbols();
H A Drelabel.h105 const SymbolTable* old_isymbols = fst->InputSymbols();
201 SetInputSymbols(fst.InputSymbols());
204 const SymbolTable* old_isymbols = fst.InputSymbols();
388 virtual const SymbolTable* InputSymbols() const { function in class:fst::RelabelFst
389 return impl_->InputSymbols();
H A Dconst-fst.h122 this->SetInputSymbols(fst.InputSymbols());
310 virtual const SymbolTable* InputSymbols() const { function in class:fst::ConstFst
311 return impl_->InputSymbols();
H A Dfactor-weight.h169 SetInputSymbols(fst.InputSymbols());
390 virtual const SymbolTable* InputSymbols() const { function in class:fst::FactorWeightFst
391 return impl_->InputSymbols();
H A Dsynchronize.h78 SetInputSymbols(fst.InputSymbols());
373 virtual const SymbolTable* InputSymbols() const { function in class:fst::SynchronizeFst
374 return impl_->InputSymbols();
H A Dmap.h163 ofst->SetInputSymbols(ifst.InputSymbols());
403 SetInputSymbols(fst_->InputSymbols());
518 virtual const SymbolTable* InputSymbols() const { function in class:fst::MapFst
519 return impl_->InputSymbols();
H A Dreplace.h66 using FstImpl<A>::InputSymbols;
103 SetInputSymbols(fst_tuples[0].second->InputSymbols());
128 SetInputSymbols(InputSymbols());
154 const SymbolTable* isymbols = fst_array_[1]->InputSymbols();
157 if (!CompatSymbols(isymbols, fst_array_[i]->InputSymbols())) {
599 virtual const SymbolTable* InputSymbols() const { function in class:fst::ReplaceFst
600 return impl_->InputSymbols();
H A Drmepsilon.h479 virtual const SymbolTable* InputSymbols() const { function in class:fst::RmEpsilonFst
480 return impl_->InputSymbols();
H A Dvector-fst.h325 this->SetInputSymbols(fst.InputSymbols());
558 virtual SymbolTable* InputSymbols() { function in class:fst::VectorFst
559 return impl_->InputSymbols();
566 virtual const SymbolTable* InputSymbols() const { function in class:fst::VectorFst
567 return impl_->InputSymbols();
H A Dcompose.h114 if (!CompatSymbols(fst2.InputSymbols(), fst1.OutputSymbols()))
118 SetInputSymbols(fst1.InputSymbols());
737 virtual const SymbolTable* InputSymbols() const { function in class:fst::ComposeFst
738 return impl_->InputSymbols();
H A Ddeterminize.h141 SetInputSymbols(fst.InputSymbols());
593 virtual const SymbolTable* InputSymbols() const { function in class:fst::DeterminizeFst
594 return impl_->InputSymbols();
H A Dfst.h196 virtual const SymbolTable* InputSymbols() const = 0;
431 const SymbolTable* InputSymbols() const { return isymbols_; } function in class:fst::FstImpl
435 SymbolTable* InputSymbols() { return isymbols_; } function in class:fst::FstImpl
/external/openfst/src/include/fst/
H A Dmutable-fst.h70 virtual const SymbolTable* InputSymbols() const = 0;
318 virtual const SymbolTable* InputSymbols() const { function in class:fst::ImplToMutableFst
319 return GetImpl()->InputSymbols();
328 return GetImpl()->InputSymbols();
H A Dencode.h180 SymbolTable *InputSymbols() const { return isymbols_; } function in class:fst::EncodeTable
396 SymbolTable *InputSymbols() const { return table_->InputSymbols(); } function in class:fst::EncodeMapper
467 mapper->SetInputSymbols(fst->InputSymbols());
476 fst->SetInputSymbols(mapper.InputSymbols());
497 encoder->SetInputSymbols(fst.InputSymbols());
537 GetImpl()->SetInputSymbols(encoder.InputSymbols());
H A Dfst.h259 virtual const SymbolTable* InputSymbols() const = 0;
646 const SymbolTable* InputSymbols() const { return isymbols_; } function in class:fst::FstImpl
650 SymbolTable* InputSymbols() { return isymbols_; } function in class:fst::FstImpl
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 { function in class:fst::ImplToFst
870 return impl_->InputSymbols();

Completed in 244 milliseconds