Home | History | Annotate | Download | only in fst

Lines Matching refs:mapper_

336         mapper_(new C(mapper)),
347 mapper_(mapper),
357 mapper_(new C(*impl.mapper_)),
366 if (own_mapper_) delete mapper_;
380 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)),
393 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)),
434 (mapper_->Properties(0) & kError)))
453 const B& barc = (*mapper_)(aarc);
464 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)),
475 B final_arc = (*mapper_)(A(0, 0, fst_->Final(FindIState(s)),
491 if (mapper_->InputSymbolsAction() == MAP_COPY_SYMBOLS)
493 else if (mapper_->InputSymbolsAction() == MAP_CLEAR_SYMBOLS)
496 if (mapper_->OutputSymbolsAction() == MAP_COPY_SYMBOLS)
498 else if (mapper_->OutputSymbolsAction() == MAP_CLEAR_SYMBOLS)
505 final_action_ = mapper_->FinalAction();
507 SetProperties(mapper_->Properties(props));
537 C* mapper_;
642 B final_arc = (*impl_->mapper_)(A(0, 0, impl_->fst_->Final(s_),