Home
last modified time | relevance | path

Searched refs:InputSymbols (Results 1 – 25 of 59) sorted by relevance

123

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Drational.h66 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()
Darcsort.h78 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()
Dreplace.h66 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()
Drelabel.h105 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()
Dcomplement.h61 SetInputSymbols(fst.InputSymbols()); in ComplementFstImpl()
152 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function
153 return impl_->InputSymbols(); in InputSymbols()
Dmutable-fst.h54 virtual const SymbolTable* InputSymbols() const = 0;
59 virtual SymbolTable* InputSymbols() = 0;
Dconst-fst.h122 SetInputSymbols(fst.InputSymbols()); in ConstFstImpl()
310 virtual const SymbolTable* InputSymbols() const { in InputSymbols() function
311 return impl_->InputSymbols(); in InputSymbols()
Dfst.h196 virtual const SymbolTable* InputSymbols() const = 0;
431 const SymbolTable* InputSymbols() const { return isymbols_; } in InputSymbols() function
435 SymbolTable* InputSymbols() { return isymbols_; } in InputSymbols() function
Dreverse.h42 ofst->SetInputSymbols(ifst.InputSymbols()); in Reverse()
/external/openfst/src/include/fst/
Dinvert.h57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0; in Invert()
85 GetImpl()->SetOutputSymbols(fst.InputSymbols()); in InvertFst()
Drational.h125 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()
Dconcat.h54 if (!CompatSymbols(fst1->InputSymbols(), fst2.InputSymbols()) || in Concat()
119 if (!CompatSymbols(fst1.InputSymbols(), fst2->InputSymbols()) || in Concat()
Dencode.h180 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()
Drandequivalent.h52 if (!CompatSymbols(fst1.InputSymbols(), fst2.InputSymbols()) ||
Dproject.h80 fst->SetOutputSymbols(fst->InputSymbols()); in Project()
107 GetImpl()->SetOutputSymbols(fst.InputSymbols()); in ProjectFst()
Dmutable-fst.h70 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()
Dfst.h252 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()
Dunion.h51 if (!CompatSymbols(fst1->InputSymbols(), fst2.InputSymbols()) || in Union()
Dequivalent.h136 if (!CompatSymbols(fst1.InputSymbols(), fst2.InputSymbols()) ||
Drelabel.h125 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/
Dfst-class.h52 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()
Dinfo-impl.h57 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/
Dfstrelabel.cc75 bool attach_new_isymbols = (fst->InputSymbols() != 0); in main()
77 ? fst->InputSymbols() in main()
Dfstsymbols.cc64 const SymbolTable *isyms = fst->InputSymbols(); in main()
98 SymbolTable *isyms = RelabelSymbolTable(fst->InputSymbols(), ipairs); in main()
Dfstprint.cc89 isyms = fst->InputSymbols(); in main()

123