Lines Matching defs:fst_
438 : arc_limit_(arc_limit), fst_(0), data_(
443 : arc_limit_(acc.arc_limit_), fst_(acc.fst_ ? acc.fst_->Copy() : 0),
449 if (fst_)
450 delete fst_;
458 delete fst_;
459 } else if (fst_) {
464 fst_ = fst.Copy();
477 if (!fst_) {
485 if ((weights_ == 0) && (fst_->NumArcs(s) >= arc_limit_)) {
487 weights_->reserve(fst_->NumArcs(s) + 1);
586 const Fst<A>* fst_; // Input fst