Lines Matching refs:LookAheadWeight
152 Weight LookAheadWeight() const { return weight_; } in LookAheadWeight() function
220 Weight LookAheadWeight() const { return Weight::One(); } in LookAheadWeight() function
240 Weight LookAheadWeight_() const { return LookAheadWeight(); } in LookAheadWeight_()
260 using LookAheadMatcherBase<Arc>::LookAheadWeight;
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()
433 using LookAheadMatcherBase<Arc>::LookAheadWeight;
619 Plus(LookAheadWeight(), lfinal) : lfinal); in LookAheadFst()
767 Weight LookAheadWeight() const { in LookAheadWeight() function
770 return lbase->LookAheadWeight(); in LookAheadWeight()