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.h104 const SymbolTable* old_isymbols = fst->InputSymbols();
200 SetInputSymbols(fst.InputSymbols());
203 const SymbolTable* old_isymbols = fst.InputSymbols();
387 virtual const SymbolTable* InputSymbols() const { function in class:fst::RelabelFst
388 return impl_->InputSymbols();
H A Dconst-fst.h122 this->SetInputSymbols(fst.InputSymbols());
312 virtual const SymbolTable* InputSymbols() const { function in class:fst::ConstFst
313 return impl_->InputSymbols();
H A Dfactor-weight.h167 SetInputSymbols(fst.InputSymbols());
388 virtual const SymbolTable* InputSymbols() const { function in class:fst::FactorWeightFst
389 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.h65 using FstImpl<A>::InputSymbols;
102 SetInputSymbols(fst_tuples[0].second->InputSymbols());
127 SetInputSymbols(InputSymbols());
153 const SymbolTable* isymbols = fst_array_[1]->InputSymbols();
156 if (!CompatSymbols(isymbols, fst_array_[i]->InputSymbols())) {
598 virtual const SymbolTable* InputSymbols() const { function in class:fst::ReplaceFst
599 return impl_->InputSymbols();
H A Drmepsilon.h477 virtual const SymbolTable* InputSymbols() const { function in class:fst::RmEpsilonFst
478 return impl_->InputSymbols();
H A Dvector-fst.h325 this->SetInputSymbols(fst.InputSymbols());
560 virtual SymbolTable* InputSymbols() { function in class:fst::VectorFst
561 return impl_->InputSymbols();
568 virtual const SymbolTable* InputSymbols() const { function in class:fst::VectorFst
569 return impl_->InputSymbols();
H A Dcompose.h113 if (!CompatSymbols(fst2.InputSymbols(), fst1.OutputSymbols()))
117 SetInputSymbols(fst1.InputSymbols());
734 virtual const SymbolTable* InputSymbols() const { function in class:fst::ComposeFst
735 return impl_->InputSymbols();
H A Ddeterminize.h139 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 962 milliseconds