Searched defs:SetInputSymbols (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dfst-class.h62 virtual void SetInputSymbols(SymbolTable *is) = 0;
104 virtual void SetInputSymbols(SymbolTable *is) { function in class:fst::script::FstClassImpl
105 static_cast<MutableFst<Arc> *>(impl_)->SetInputSymbols(is);
274 virtual void SetInputSymbols(SymbolTable *is) { function in class:fst::script::MutableFstClass
275 GetImpl()->SetInputSymbols(is);
/external/openfst/src/include/fst/
H A Dmutable-fst.h80 virtual void SetInputSymbols(const SymbolTable* isyms) = 0;
336 virtual void SetInputSymbols(const SymbolTable* isyms) { function in class:fst::ImplToMutableFst
338 GetImpl()->SetInputSymbols(isyms);
H A Dencode.h184 void SetInputSymbols(const SymbolTable* syms) { function in class:fst::EncodeTable
400 void SetInputSymbols(const SymbolTable* syms) { function in class:fst::EncodeMapper
401 table_->SetInputSymbols(syms);
467 mapper->SetInputSymbols(fst->InputSymbols());
476 fst->SetInputSymbols(mapper.InputSymbols());
497 encoder->SetInputSymbols(fst.InputSymbols());
537 GetImpl()->SetInputSymbols(encoder.InputSymbols());
H A Dfst.h648 void SetInputSymbols(const SymbolTable* isyms) { function in class:fst::FstImpl
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h325 this->SetInputSymbols(fst.InputSymbols());
618 virtual void SetInputSymbols(const SymbolTable* isyms) { function in class:fst::VectorFst
620 impl_->SetInputSymbols(isyms);
H A Dfst.h439 void SetInputSymbols(const SymbolTable* isyms) { function in class:fst::FstImpl

Completed in 99 milliseconds