Searched refs:LookAheadWeight (Results 1 – 3 of 3) sorted by relevance
152 Weight LookAheadWeight() const { return weight_; } in LookAheadWeight() function220 Weight LookAheadWeight() const { return Weight::One(); } in LookAheadWeight() function240 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()[all …]
286 Weight LookAheadWeight() const { return matcher_->LookAheadWeight(); } in LookAheadWeight() function
374 Selector().GetMatcher()->LookAheadWeight() : Weight::One(); in FilterArc()