Home | History | Annotate | Download | only in fst

Lines Matching defs:LookAheadWeight

78 //  Weight LookAheadWeight() const;
104 // A non-trivial implementation of LookAheadWeight() method defined and
152 Weight LookAheadWeight() const { return weight_; }
220 Weight LookAheadWeight() const { return Weight::One(); }
240 Weight LookAheadWeight_() const { return LookAheadWeight(); }
260 using LookAheadMatcherBase<Arc>::LookAheadWeight;
354 SetLookAheadWeight(Plus(LookAheadWeight(),
364 SetLookAheadWeight(Plus(LookAheadWeight(), matcher_.Value().weight));
389 SetLookAheadWeight(Plus(LookAheadWeight(), arc.weight));
397 SetLookAheadWeight(Plus(LookAheadWeight(),
433 using LookAheadMatcherBase<Arc>::LookAheadWeight;
619 Plus(LookAheadWeight(), lfinal) : lfinal);
767 Weight LookAheadWeight() const {
770 return lbase->LookAheadWeight();