Home | History | Annotate | Download | only in lib

Lines Matching defs:Weight

50 // final weight even if the state is non-final to mark it as
67 typedef typename Arc::Weight Weight;
164 void SetFinal(StateId s, Weight w) {
205 // Is the final weight of state s cached?
228 Weight Final(StateId s) const {
312 static const uint32 kCacheFinal = 0x0001; // Final weight has been cached
350 typedef typename A::Weight Weight;
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
361 Weight final; // Final weight