Lines Matching refs:SetLookAheadWeight
166 void SetLookAheadWeight(const Weight &w) { weight_ = w; } in SetLookAheadWeight() function
262 using LookAheadMatcherBase<Arc>::SetLookAheadWeight;
345 SetLookAheadWeight(Weight::Zero()); in LookAheadFst()
354 SetLookAheadWeight(Plus(LookAheadWeight(), in LookAheadFst()
364 SetLookAheadWeight(Plus(LookAheadWeight(), matcher_.Value().weight)); in LookAheadFst()
389 SetLookAheadWeight(Plus(LookAheadWeight(), arc.weight)); in LookAheadFst()
397 SetLookAheadWeight(Plus(LookAheadWeight(), in LookAheadFst()
408 SetLookAheadWeight(Weight::One()); // Avoids double counting. in LookAheadFst()
435 using LookAheadMatcherBase<Arc>::SetLookAheadWeight;
587 SetLookAheadWeight(Weight::One()); in LookAheadFst()
614 SetLookAheadWeight(label_reachable_->ReachWeight()); in LookAheadFst()
618 SetLookAheadWeight(reach_arc ? in LookAheadFst()