Lines Matching full:stateid
38 typedef typename A::StateId StateId;
43 StateId state_threshold;
52 explicit PruneOptions(const Weight& w, StateId s, ArcFilter f,
67 typedef S StateId;
74 bool operator()(const StateId x, const StateId y) const {
103 typedef typename Arc::StateId StateId;
113 StateId ns = fst->NumStates();
129 PruneCompare<StateId, Weight> compare(idistance, *fdistance);
130 Heap< StateId, PruneCompare<StateId, Weight>, false> heap(compare);
133 vector<StateId> dead;
138 StateId num_visited = 0;
139 StateId s = fst->Start();
199 typename Arc::StateId state_threshold = kNoStateId,
221 typedef typename Arc::StateId StateId;
250 PruneCompare<StateId, Weight> compare(idistance, *fdistance);
251 Heap< StateId, PruneCompare<StateId, Weight>, false> heap(compare);
252 vector<StateId> copy;
256 StateId s = ifst.Start();
330 typename Arc::StateId state_threshold = kNoStateId,