Home
last modified time | relevance | path

Searched refs:OutputSymbols (Results 1 – 21 of 21) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drational.h67 SetOutputSymbols(fst1.OutputSymbols()); in InitUnion()
73 rfst_.SetOutputSymbols(fst1.OutputSymbols()); in InitUnion()
89 SetOutputSymbols(fst1.OutputSymbols()); in InitConcat()
96 rfst_.SetOutputSymbols(fst1.OutputSymbols()); in InitConcat()
111 SetOutputSymbols(fst.OutputSymbols()); in InitClosure()
126 rfst_.SetOutputSymbols(fst.OutputSymbols()); in InitClosure()
223 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
224 return impl_->OutputSymbols(); in OutputSymbols()
Darcsort.h79 using FstImpl<A>::OutputSymbols;
97 SetOutputSymbols(fst.OutputSymbols()); in ArcSortFstImpl()
105 SetOutputSymbols(impl.OutputSymbols()); in ArcSortFstImpl()
241 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
242 return impl_->OutputSymbols(); in OutputSymbols()
Dreplace.h66 using FstImpl<A>::OutputSymbols;
103 SetOutputSymbols(fst_tuples[0].second->OutputSymbols()); in ReplaceFstImpl()
128 SetOutputSymbols(OutputSymbols()); in ReplaceFstImpl()
154 const SymbolTable* osymbols = fst_array_[1]->OutputSymbols(); in AddFst()
160 if (!CompatSymbols(osymbols, fst_array_[i]->OutputSymbols())) { in AddFst()
602 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
603 return impl_->OutputSymbols(); in OutputSymbols()
Drelabel.h105 const SymbolTable* old_osymbols = fst->OutputSymbols(); in Relabel()
201 SetOutputSymbols(fst.OutputSymbols()); in RelabelFstImpl()
204 const SymbolTable* old_osymbols = fst.OutputSymbols(); in RelabelFstImpl()
391 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
392 return impl_->OutputSymbols(); in OutputSymbols()
Dmutable-fst.h56 virtual const SymbolTable* OutputSymbols() const = 0;
61 virtual SymbolTable* OutputSymbols() = 0;
Dcomplement.h62 SetOutputSymbols(fst.OutputSymbols()); in ComplementFstImpl()
156 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
157 return impl_->OutputSymbols(); in OutputSymbols()
Dconst-fst.h123 this->SetOutputSymbols(fst.OutputSymbols()); in ConstFstImpl()
316 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
317 return impl_->OutputSymbols(); in OutputSymbols()
Dfst.h199 virtual const SymbolTable* OutputSymbols() const = 0;
433 const SymbolTable* OutputSymbols() const { return osymbols_; } in OutputSymbols() function
437 SymbolTable* OutputSymbols() { return osymbols_; } in OutputSymbols() function
Dreverse.h43 ofst->SetOutputSymbols(ifst.OutputSymbols()); in Reverse()
Dverify.h36 const SymbolTable *osyms = fst.OutputSymbols(); in Verify()
Dsynchronize.h79 SetOutputSymbols(fst.OutputSymbols()); in SynchronizeFstImpl()
377 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
378 return impl_->OutputSymbols(); in OutputSymbols()
Dvector-fst.h326 this->SetOutputSymbols(fst.OutputSymbols()); in VectorFstImpl()
564 virtual SymbolTable* OutputSymbols() { in OutputSymbols() function
565 return impl_->OutputSymbols(); in OutputSymbols()
572 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
573 return impl_->OutputSymbols(); in OutputSymbols()
Dfactor-weight.h168 SetOutputSymbols(fst.OutputSymbols()); in FactorWeightFstImpl()
392 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
393 return impl_->OutputSymbols(); in OutputSymbols()
Dmap.h164 ofst->SetOutputSymbols(ifst.OutputSymbols()); in Map()
404 SetOutputSymbols(fst_->OutputSymbols()); in Init()
522 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
523 return impl_->OutputSymbols(); in OutputSymbols()
767 : fst_(fst), lmax_(0), osymbols_(fst->OutputSymbols()), isymbols_(0) { in GallicToNewSymbolsMapper()
Dcompose.h113 if (!CompatSymbols(fst2.InputSymbols(), fst1.OutputSymbols())) in ComposeFstImplBase()
118 SetOutputSymbols(fst2.OutputSymbols()); in ComposeFstImplBase()
738 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
739 return impl_->OutputSymbols(); in OutputSymbols()
Dshortest-path.h70 ofst->SetOutputSymbols(ifst.OutputSymbols()); in SingleShortestPath()
245 ofst->SetOutputSymbols(ifst.OutputSymbols()); in ShortestPath()
Ddeterminize.h140 SetOutputSymbols(fst.OutputSymbols()); in DeterminizeFstImplBase()
597 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
598 return impl_->OutputSymbols(); in OutputSymbols()
Drandgen.h127 ofst->SetOutputSymbols(ifst.OutputSymbols()); in RandGen()
Drmepsilon.h481 virtual const SymbolTable* OutputSymbols() const { in OutputSymbols() function
482 return impl_->OutputSymbols(); in OutputSymbols()
Dminimize.h539 sfst->SetOutputSymbols(fst->OutputSymbols());
/external/srec/tools/grxmlcompile/
Dfst-io.h187 osyms = fst->OutputSymbols();