Home | History | Annotate | Download | only in fst

Lines Matching defs:Interval

34 #include <fst/interval-set.h>
46 typedef typename IntervalSet<L>::Interval Interval;
108 vector<IntervalSet <L> > isets_; // Interval sets per state.
150 typedef typename IntervalSet<Label>::Interval Interval;
306 const vector<Interval> *intervals = isets[s_].Intervals();
356 // Check each interval against arcs
358 for (typename vector<Interval>::const_iterator
503 VLOG(2) << "# of non-interval states: " << non_intervals;