Lines Matching refs:accumulator_
157 accumulator_(s ? s : new S()), in fst_()
171 accumulator_(s ? s : new S()),
182 accumulator_(new S(*reachable.accumulator_)), in LabelReachable()
192 delete accumulator_; in ~LabelReachable() local
265 accumulator_->SetState(aiter_s);
266 if (accumulator_->Error()) error_ = true;
292 accumulator_->Init(fst, copy);
293 if (accumulator_->Error()) error_ = true;
343 reach_weight_ = accumulator_->Sum(reach_weight_, arcb.weight); in Reach()
350 reach_weight_ = accumulator_->Sum(reach_weight_, arc.weight); in Reach()
371 reach_weight_ = accumulator_->Sum(reach_weight_, aiter, in Reach()
401 bool Error() const { return error_ || accumulator_->Error(); } in Error()
554 S *accumulator_; // Sums arc weights variable