/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 | 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 | 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 | reverse.h | 42 ofst->SetInputSymbols(ifst.InputSymbols()); in Reverse()
|
/external/openfst/src/include/fst/ |
D | invert.h | 57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0; in Invert() 85 GetImpl()->SetOutputSymbols(fst.InputSymbols()); in InvertFst()
|
D | rational.h | 125 SetInputSymbols(fst1.InputSymbols()); in InitUnion() 131 rfst_.SetInputSymbols(fst1.InputSymbols()); in InitUnion() 147 SetInputSymbols(fst1.InputSymbols()); in InitConcat() 154 rfst_.SetInputSymbols(fst1.InputSymbols()); in InitConcat() 169 SetInputSymbols(fst.InputSymbols()); in InitClosure() 184 rfst_.SetInputSymbols(fst.InputSymbols()); in InitClosure()
|
D | concat.h | 54 if (!CompatSymbols(fst1->InputSymbols(), fst2.InputSymbols()) || in Concat() 119 if (!CompatSymbols(fst1.InputSymbols(), fst2->InputSymbols()) || in Concat()
|
D | encode.h | 180 SymbolTable *InputSymbols() const { return isymbols_; } in InputSymbols() function 396 SymbolTable *InputSymbols() const { return table_->InputSymbols(); } in InputSymbols() function 467 mapper->SetInputSymbols(fst->InputSymbols()); in Encode() 476 fst->SetInputSymbols(mapper.InputSymbols()); in Decode() 497 encoder->SetInputSymbols(fst.InputSymbols()); in EncodeFst() 537 GetImpl()->SetInputSymbols(encoder.InputSymbols()); in DecodeFst()
|
D | randequivalent.h | 52 if (!CompatSymbols(fst1.InputSymbols(), fst2.InputSymbols()) ||
|
D | project.h | 80 fst->SetOutputSymbols(fst->InputSymbols()); in Project() 107 GetImpl()->SetOutputSymbols(fst.InputSymbols()); in ProjectFst()
|
D | mutable-fst.h | 70 virtual const SymbolTable* InputSymbols() const = 0; 318 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 319 return GetImpl()->InputSymbols(); in InputSymbols() 328 return GetImpl()->InputSymbols(); in MutableInputSymbols()
|
D | fst.h | 252 virtual const SymbolTable* InputSymbols() const = 0; 640 const SymbolTable* InputSymbols() const { return isymbols_; } in InputSymbols() function 644 SymbolTable* InputSymbols() { return isymbols_; } in InputSymbols() function 716 if (fst.InputSymbols() && opts.write_isymbols) in WriteFstHeader() 725 if (fst.InputSymbols() && opts.write_isymbols) { in WriteFstHeader() 726 fst.InputSymbols()->Write(strm); in WriteFstHeader() 862 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function 863 return impl_->InputSymbols(); in InputSymbols()
|
D | union.h | 51 if (!CompatSymbols(fst1->InputSymbols(), fst2.InputSymbols()) || in Union()
|
D | equivalent.h | 136 if (!CompatSymbols(fst1.InputSymbols(), fst2.InputSymbols()) ||
|
D | relabel.h | 125 fst->InputSymbols(), new_isymbols, true, in Relabel() 281 SetInputSymbols(impl.InputSymbols()); in RelabelFstImpl() 408 : ImplToFst<Impl>(new Impl(fst, fst.InputSymbols(), new_isymbols, in RelabelFst() 416 : ImplToFst<Impl>(new Impl(fst, fst.InputSymbols(), new_isymbols, in RelabelFst()
|
/external/openfst/src/include/fst/script/ |
D | fst-class.h | 52 virtual const SymbolTable *InputSymbols() const = 0; 95 virtual const SymbolTable *InputSymbols() const { in InputSymbols() function 96 return impl_->InputSymbols(); in InputSymbols() 172 virtual const SymbolTable *InputSymbols() const { in InputSymbols() function 173 return impl_->InputSymbols(); in InputSymbols()
|
D | info-impl.h | 57 input_symbols_(fst.InputSymbols() ? 58 fst.InputSymbols()->Name() : "none"), 176 const string& InputSymbols() const { return input_symbols_; } in InputSymbols() function 241 os << "input symbol table" << fstinfo.InputSymbols() << endl;
|
/external/openfst/src/bin/ |
D | fstrelabel.cc | 75 bool attach_new_isymbols = (fst->InputSymbols() != 0); in main() 77 ? fst->InputSymbols() in main()
|
D | fstsymbols.cc | 64 const SymbolTable *isyms = fst->InputSymbols(); in main() 98 SymbolTable *isyms = RelabelSymbolTable(fst->InputSymbols(), ipairs); in main()
|
D | fstprint.cc | 89 isyms = fst->InputSymbols(); in main()
|