Lines Matching refs:StateTuple

43 //   typedef typename T StateTuple;
49 // StateId FindState(const StateTuple &);
51 // const StateTuple<StateId> &Tuple(StateId) const;
59 // struct StateTuple {
63 // StateTuple();
64 // StateTuple(const StateTuple &);
73 typedef T StateTuple;
74 typedef typename StateTuple::StateId StateId;
85 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
86 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
96 typedef T StateTuple;
97 typedef typename StateTuple::StateId StateId;
108 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
109 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
122 typedef T StateTuple;
123 typedef typename StateTuple::StateId StateId;
133 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
134 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
148 typedef T StateTuple;
149 typedef typename StateTuple::StateId StateId;
163 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
164 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
175 typedef T StateTuple;
176 typedef typename StateTuple::StateId StateId;
183 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
184 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
198 // typedef ComposeStateTuple<StateId> StateTuple;
204 // StateId FindState(const StateTuple &);
206 // const StateTuple<StateId> &Tuple(StateId) const;
274 typedef ComposeStateTuple<StateId, F> StateTuple;
295 typedef ComposeStateTuple<S, F> StateTuple;
306 size_t operator()(const StateTuple &tuple) {
323 typedef ComposeStateTuple<S, F> StateTuple;
325 size_t operator()(const StateTuple &tuple) { return tuple.state_id1; }
335 typedef ComposeStateTuple<S, F> StateTuple;
337 size_t operator()(const StateTuple &tuple) { return tuple.state_id2; }
353 typedef ComposeStateTuple<StateId, F> StateTuple;
354 typedef VectorStateTable<StateTuple,
387 typedef ComposeStateTuple<StateId, F> StateTuple;
388 typedef VectorStateTable<StateTuple,
429 typedef ComposeStateTuple<StateId, F> StateTuple;
430 typedef VectorStateTable<StateTuple,
469 typedef ComposeStateTuple<StateId, F> StateTuple;