Searched refs:InputSymbols (Results 1 - 25 of 61) sorted by relevance

123

/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h90 if (i == 1 && initial_symbols && syms == 0 && fst.InputSymbols() != 0)
91 syms = fst.InputSymbols()->Copy();
95 token_type, syms ? syms : fst.InputSymbols());
/external/openfst/src/include/fst/
H A Dinvert.h57 SymbolTable *input = fst->InputSymbols() ? fst->InputSymbols()->Copy() : 0;
85 GetImpl()->SetOutputSymbols(fst.InputSymbols());
H A Drandequivalent.h52 if (!CompatSymbols(fst1.InputSymbols(), fst2.InputSymbols()) ||
H A Dconcat.h54 if (!CompatSymbols(fst1->InputSymbols(), fst2.InputSymbols()) ||
119 if (!CompatSymbols(fst1.InputSymbols(), fst2->InputSymbols()) ||
H A Drational.h125 SetInputSymbols(fst1.InputSymbols());
131 rfst_.SetInputSymbols(fst1.InputSymbols());
147 SetInputSymbols(fst1.InputSymbols());
154 rfst_.SetInputSymbols(fst1.InputSymbols());
169 SetInputSymbols(fst.InputSymbols());
184 rfst_.SetInputSymbols(fst.InputSymbols());
H A Dproject.h80 fst->SetOutputSymbols(fst->InputSymbols());
107 GetImpl()->SetOutputSymbols(fst.InputSymbols());
H A Dunion.h51 if (!CompatSymbols(fst1->InputSymbols(), fst2.InputSymbols()) ||
H A Dreverse.h49 ofst->SetInputSymbols(ifst.InputSymbols());
H A Dencode.h180 SymbolTable *InputSymbols() const { return isymbols_; } function in class:fst::EncodeTable
396 SymbolTable *InputSymbols() const { return table_->InputSymbols(); } function in class:fst::EncodeMapper
467 mapper->SetInputSymbols(fst->InputSymbols());
476 fst->SetInputSymbols(mapper.InputSymbols());
497 encoder->SetInputSymbols(fst.InputSymbols());
537 GetImpl()->SetInputSymbols(encoder.InputSymbols());
H A Dmutable-fst.h70 virtual const SymbolTable* InputSymbols() const = 0;
318 virtual const SymbolTable* InputSymbols() const { function in class:fst::ImplToMutableFst
319 return GetImpl()->InputSymbols();
328 return GetImpl()->InputSymbols();
H A Dverify.h38 const SymbolTable *isyms = fst.InputSymbols();
H A Dequivalent.h137 if (!CompatSymbols(fst1.InputSymbols(), fst2.InputSymbols()) ||
/external/openfst/src/bin/
H A Dfstrelabel.cc78 bool attach_new_isymbols = (fst->InputSymbols() != 0);
80 ? fst->InputSymbols()
H A Dfstsymbols.cc64 const SymbolTable *isyms = fst->InputSymbols();
99 SymbolTable *isyms = RelabelSymbolTable(fst->InputSymbols(), ipairs);
H A Dfstdraw.cc99 isyms = fst->InputSymbols();
H A Dfstprint.cc92 isyms = fst->InputSymbols();
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drational.h66 SetInputSymbols(fst1.InputSymbols());
72 rfst_.SetInputSymbols(fst1.InputSymbols());
88 SetInputSymbols(fst1.InputSymbols());
95 rfst_.SetInputSymbols(fst1.InputSymbols());
110 SetInputSymbols(fst.InputSymbols());
125 rfst_.SetInputSymbols(fst.InputSymbols());
220 virtual const SymbolTable* InputSymbols() const { function in class:fst::RationalFst
221 return impl_->InputSymbols();
H A Darcsort.h78 using FstImpl<A>::InputSymbols;
96 SetInputSymbols(fst.InputSymbols());
104 SetInputSymbols(impl.InputSymbols());
237 virtual const SymbolTable* InputSymbols() const { function in class:fst::ArcSortFst
238 return impl_->InputSymbols();
H A Dmutable-fst.h54 virtual const SymbolTable* InputSymbols() const = 0;
59 virtual SymbolTable* InputSymbols() = 0;
H A Dreverse.h42 ofst->SetInputSymbols(ifst.InputSymbols());
H A Dreplace.h65 using FstImpl<A>::InputSymbols;
102 SetInputSymbols(fst_tuples[0].second->InputSymbols());
127 SetInputSymbols(InputSymbols());
153 const SymbolTable* isymbols = fst_array_[1]->InputSymbols();
156 if (!CompatSymbols(isymbols, fst_array_[i]->InputSymbols())) {
598 virtual const SymbolTable* InputSymbols() const { function in class:fst::ReplaceFst
599 return impl_->InputSymbols();
H A Dcomplement.h61 SetInputSymbols(fst.InputSymbols());
152 virtual const SymbolTable* InputSymbols() const { function in class:fst::ComplementFst
153 return impl_->InputSymbols();
H A Dverify.h35 const SymbolTable *isyms = fst.InputSymbols();
/external/openfst/src/include/fst/script/
H A Dfst-class.h53 virtual const SymbolTable *InputSymbols() const = 0;
99 virtual const SymbolTable *InputSymbols() const { function in class:fst::script::FstClassImpl
100 return impl_->InputSymbols();
194 virtual const SymbolTable *InputSymbols() const { function in class:fst::script::FstClass
195 return impl_->InputSymbols();
H A Dinfo-impl.h57 input_symbols_(fst.InputSymbols() ?
58 fst.InputSymbols()->Name() : "none"),
176 const string& InputSymbols() const { return input_symbols_; } function in class:fst::FstInfo
241 os << "input symbol table" << fstinfo.InputSymbols() << endl;

Completed in 135 milliseconds

123