/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | rational.h | 66 SetInputSymbols(fst1.InputSymbols()); in InitUnion() 72 rfst_.SetInputSymbols(fst1.InputSymbols()); in InitUnion() 88 SetInputSymbols(fst1.InputSymbols()); in InitConcat() 95 rfst_.SetInputSymbols(fst1.InputSymbols()); in InitConcat() 110 SetInputSymbols(fst.InputSymbols()); in InitClosure() 125 rfst_.SetInputSymbols(fst.InputSymbols()); in InitClosure() 220 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 221 return impl_->InputSymbols(); in InputSymbols()
|
D | arcsort.h | 78 using FstImpl<A>::InputSymbols; 96 SetInputSymbols(fst.InputSymbols()); in ArcSortFstImpl() 104 SetInputSymbols(impl.InputSymbols()); in ArcSortFstImpl() 237 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 238 return impl_->InputSymbols(); in InputSymbols()
|
D | replace.h | 66 using FstImpl<A>::InputSymbols; 103 SetInputSymbols(fst_tuples[0].second->InputSymbols()); in ReplaceFstImpl() 128 SetInputSymbols(InputSymbols()); in ReplaceFstImpl() 154 const SymbolTable* isymbols = fst_array_[1]->InputSymbols(); in AddFst() 157 if (!CompatSymbols(isymbols, fst_array_[i]->InputSymbols())) { in AddFst() 599 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 600 return impl_->InputSymbols(); in InputSymbols()
|
D | relabel.h | 105 const SymbolTable* old_isymbols = fst->InputSymbols(); in Relabel() 201 SetInputSymbols(fst.InputSymbols()); in RelabelFstImpl() 204 const SymbolTable* old_isymbols = fst.InputSymbols(); in RelabelFstImpl() 388 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 389 return impl_->InputSymbols(); in InputSymbols()
|
D | complement.h | 61 SetInputSymbols(fst.InputSymbols()); in ComplementFstImpl() 152 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 153 return impl_->InputSymbols(); in InputSymbols()
|
D | mutable-fst.h | 54 virtual const SymbolTable* InputSymbols() const = 0; 59 virtual SymbolTable* InputSymbols() = 0;
|
D | fst.h | 196 virtual const SymbolTable* InputSymbols() const = 0; 431 const SymbolTable* InputSymbols() const { return isymbols_; } in InputSymbols() function 435 SymbolTable* InputSymbols() { return isymbols_; } in InputSymbols() function
|
D | const-fst.h | 122 SetInputSymbols(fst.InputSymbols()); in ConstFstImpl() 310 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 311 return impl_->InputSymbols(); in InputSymbols()
|
D | reverse.h | 42 ofst->SetInputSymbols(ifst.InputSymbols()); in Reverse()
|
D | synchronize.h | 78 SetInputSymbols(fst.InputSymbols()); in SynchronizeFstImpl() 373 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 374 return impl_->InputSymbols(); in InputSymbols()
|
D | factor-weight.h | 169 SetInputSymbols(fst.InputSymbols()); in FactorWeightFstImpl() 390 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 391 return impl_->InputSymbols(); in InputSymbols()
|
D | vector-fst.h | 325 SetInputSymbols(fst.InputSymbols()); in VectorFstImpl() 558 virtual SymbolTable* InputSymbols() { in InputSymbols() function 559 return impl_->InputSymbols(); in InputSymbols() 566 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 567 return impl_->InputSymbols(); in InputSymbols()
|
D | verify.h | 35 const SymbolTable *isyms = fst.InputSymbols(); in Verify()
|
D | compose.h | 114 if (!CompatSymbols(fst2.InputSymbols(), fst1.OutputSymbols())) in ComposeFstImplBase() 118 SetInputSymbols(fst1.InputSymbols()); in ComposeFstImplBase() 737 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 738 return impl_->InputSymbols(); in InputSymbols()
|
D | shortest-path.h | 69 ofst->SetInputSymbols(ifst.InputSymbols()); in SingleShortestPath() 244 ofst->SetInputSymbols(ifst.InputSymbols()); in ShortestPath()
|
D | determinize.h | 141 SetInputSymbols(fst.InputSymbols()); in DeterminizeFstImplBase() 593 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 594 return impl_->InputSymbols(); in InputSymbols()
|
D | randgen.h | 126 ofst->SetInputSymbols(ifst.InputSymbols()); in RandGen()
|
D | map.h | 163 ofst->SetInputSymbols(ifst.InputSymbols()); in Map() 403 SetInputSymbols(fst_->InputSymbols()); in Init() 518 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 519 return impl_->InputSymbols(); in InputSymbols()
|
D | rmepsilon.h | 479 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 480 return impl_->InputSymbols(); in InputSymbols()
|
D | minimize.h | 542 fst->SetOutputSymbols(sfst->InputSymbols());
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 185 isyms = fst->InputSymbols();
|