Lines Matching full:stateid
40 typedef typename Arc::StateId StateId;
44 StateId source; // If kNoStateId, use the Fst's initial state
56 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId,
74 typedef typename Arc::StateId StateId;
91 void ShortestDistance(StateId source);
106 vector<StateId> sources_; // Source ID for ith state in 'distance_',
108 StateId source_id_; // Unique ID characterizing each call to SD
117 StateId source) {
166 StateId s = state_queue_->Head();
285 typedef typename Arc::StateId StateId;
290 AutoQueue<StateId> state_queue(fst, distance, arc_filter);
291 ShortestDistanceOptions< Arc, AutoQueue<StateId>, AnyArcFilter<Arc> >
302 AutoQueue<StateId> state_queue(rfst, &rdistance, rarc_filter);
303 ShortestDistanceOptions< ReverseArc, AutoQueue<StateId>,
325 typedef typename Arc::StateId StateId;
332 for (StateId s = 0; s < distance.size(); ++s)
337 StateId s = fst.Start();