Home | History | Annotate | Download | only in fst

Lines Matching defs:Weight

165   typedef typename A::Weight Weight;
172 virtual Weight Final(StateId) const = 0; // State's final weight
384 static const uint32 kArcWeightValue = 0x0004; // " " " weight
542 typename F::Arc::Weight Final(const F &fst, typename F::Arc::StateId s) {
564 typename A::Weight Final(const Fst<A> &fst, typename A::StateId s) {
605 typedef typename A::Weight Weight;
838 typedef typename Arc::Weight Weight;
845 virtual Weight Final(StateId s) const { return impl_->Final(s); }
926 // sense (which excludes implementations with weight-dependent virtual