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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
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();
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();
mutable-fst.h 54 virtual const SymbolTable* InputSymbols() const = 0;
59 virtual SymbolTable* InputSymbols() = 0;
reverse.h 42 ofst->SetInputSymbols(ifst.InputSymbols());
complement.h 61 SetInputSymbols(fst.InputSymbols());
152 virtual const SymbolTable* InputSymbols() const {
153 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();
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();
verify.h 35 const SymbolTable *isyms = fst.InputSymbols();
const-fst.h 122 SetInputSymbols(fst.InputSymbols());
310 virtual const SymbolTable* InputSymbols() const {
311 return impl_->InputSymbols();
factor-weight.h 169 SetInputSymbols(fst.InputSymbols());
390 virtual const SymbolTable* InputSymbols() const {
391 return impl_->InputSymbols();
fst.h 196 virtual const SymbolTable* InputSymbols() const = 0;
431 const SymbolTable* InputSymbols() const { return isymbols_; }
435 SymbolTable* InputSymbols() { return isymbols_; }
synchronize.h 78 SetInputSymbols(fst.InputSymbols());
373 virtual const SymbolTable* InputSymbols() const {
374 return impl_->InputSymbols();
randgen.h 126 ofst->SetInputSymbols(ifst.InputSymbols());
vector-fst.h 325 SetInputSymbols(fst.InputSymbols());
558 virtual SymbolTable* InputSymbols() {
559 return impl_->InputSymbols();
566 virtual const SymbolTable* InputSymbols() const {
567 return impl_->InputSymbols();
determinize.h 141 SetInputSymbols(fst.InputSymbols());
593 virtual const SymbolTable* InputSymbols() const {
594 return impl_->InputSymbols();
shortest-path.h 69 ofst->SetInputSymbols(ifst.InputSymbols());
244 ofst->SetInputSymbols(ifst.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...]
map.h 163 ofst->SetInputSymbols(ifst.InputSymbols());
403 SetInputSymbols(fst_->InputSymbols());
518 virtual const SymbolTable* InputSymbols() const {
519 return impl_->InputSymbols();
rmepsilon.h 479 virtual const SymbolTable* InputSymbols() const {
480 return impl_->InputSymbols();
minimize.h 542 fst->SetOutputSymbols(sfst->InputSymbols());
  /external/srec/tools/grxmlcompile/
fst-io.h 185 isyms = fst->InputSymbols();

Completed in 47 milliseconds