Home | History | Annotate | Download | only in lib

Lines Matching refs:Final

51   Weight Final(StateId s) const { return states_[s]->final; }
59 void SetFinal(StateId s, Weight w) { states_[s]->final = w; }
165 VectorState() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
167 Weight final; // Final weight
214 Weight ow = Final(s);
334 BaseImpl::SetFinal(s, fst.Final(s));
362 state->final.Read(strm);
431 state->final.Write(strm);
491 virtual Weight Final(StateId s) const { return impl_->Final(s); }