HomeSort by relevance Sort by last modified time
    Searched defs:InputSymbols (Results 1 - 19 of 19) sorted by null

  /external/openfst/src/include/fst/
mutable-fst.h 70 virtual const SymbolTable* InputSymbols() const = 0;
318 virtual const SymbolTable* InputSymbols() const {
319 return GetImpl()->InputSymbols();
328 return GetImpl()->InputSymbols();
encode.h 180 SymbolTable *InputSymbols() const { return isymbols_; }
396 SymbolTable *InputSymbols() const { return table_->InputSymbols(); }
467 mapper->SetInputSymbols(fst->InputSymbols());
476 fst->SetInputSymbols(mapper.InputSymbols());
497 encoder->SetInputSymbols(fst.InputSymbols());
537 GetImpl()->SetInputSymbols(encoder.InputSymbols());
fst.h 259 virtual const SymbolTable* InputSymbols() const = 0;
646 const SymbolTable* InputSymbols() const { return isymbols_; }
650 SymbolTable* InputSymbols() { return isymbols_; }
723 if (fst.InputSymbols() && opts.write_isymbols)
732 if (fst.InputSymbols() && opts.write_isymbols) {
733 fst.InputSymbols()->Write(strm);
869 virtual const SymbolTable* InputSymbols() const {
870 return impl_->InputSymbols();
  /external/openfst/src/include/fst/script/
fst-class.h 53 virtual const SymbolTable *InputSymbols() const = 0;
99 virtual const SymbolTable *InputSymbols() const {
100 return impl_->InputSymbols();
194 virtual const SymbolTable *InputSymbols() const {
195 return impl_->InputSymbols();
info-impl.h 57 input_symbols_(fst.InputSymbols() ?
58 fst.InputSymbols()->Name() : "none"),
176 const string& InputSymbols() const { return input_symbols_; }
241 os << "input symbol table" << fstinfo.InputSymbols() << endl;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 78 using FstImpl<A>::InputSymbols;
96 SetInputSymbols(fst.InputSymbols());
104 SetInputSymbols(impl.InputSymbols());
237 virtual const SymbolTable* InputSymbols() const {
238 return impl_->InputSymbols();
complement.h 61 SetInputSymbols(fst.InputSymbols());
152 virtual const SymbolTable* InputSymbols() const {
153 return impl_->InputSymbols();
const-fst.h 122 this->SetInputSymbols(fst.InputSymbols());
310 virtual const SymbolTable* InputSymbols() const {
311 return impl_->InputSymbols();
rational.h 66 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 {
221 return impl_->InputSymbols();
relabel.h 105 const SymbolTable* old_isymbols = fst->InputSymbols();
201 SetInputSymbols(fst.InputSymbols());
204 const SymbolTable* old_isymbols = fst.InputSymbols();
388 virtual const SymbolTable* InputSymbols() const {
389 return impl_->InputSymbols();
factor-weight.h 169 SetInputSymbols(fst.InputSymbols());
390 virtual const SymbolTable* InputSymbols() const {
391 return impl_->InputSymbols();
rmepsilon.h 479 virtual const SymbolTable* InputSymbols() const {
480 return impl_->InputSymbols();
synchronize.h 78 SetInputSymbols(fst.InputSymbols());
373 virtual const SymbolTable* InputSymbols() const {
374 return impl_->InputSymbols();
determinize.h 141 SetInputSymbols(fst.InputSymbols());
593 virtual const SymbolTable* InputSymbols() const {
594 return impl_->InputSymbols();
fst.h 196 virtual const SymbolTable* InputSymbols() const = 0;
431 const SymbolTable* InputSymbols() const { return isymbols_; }
435 SymbolTable* InputSymbols() { return isymbols_; }
map.h 163 ofst->SetInputSymbols(ifst.InputSymbols());
403 SetInputSymbols(fst_->InputSymbols());
518 virtual const SymbolTable* InputSymbols() const {
519 return impl_->InputSymbols();
replace.h 66 using FstImpl<A>::InputSymbols;
103 SetInputSymbols(fst_tuples[0].second->InputSymbols());
128 SetInputSymbols(InputSymbols());
154 const SymbolTable* isymbols = fst_array_[1]->InputSymbols();
157 if (!CompatSymbols(isymbols, fst_array_[i]->InputSymbols())) {
599 virtual const SymbolTable* InputSymbols() const {
600 return impl_->InputSymbols();
vector-fst.h 325 this->SetInputSymbols(fst.InputSymbols());
558 virtual SymbolTable* InputSymbols() {
559 return impl_->InputSymbols();
566 virtual const SymbolTable* InputSymbols() const {
567 return impl_->InputSymbols();
compose.h 114 if (!CompatSymbols(fst2.InputSymbols(), fst1.OutputSymbols()))
118 SetInputSymbols(fst1.InputSymbols());
737 virtual const SymbolTable* InputSymbols() const {
738 return impl_->InputSymbols();
    [all...]

Completed in 163 milliseconds