Home | History | Annotate | Download | only in fst

Lines Matching refs:StateTuple

42 //   typedef typename T StateTuple;
48 // StateId FindState(const StateTuple &);
50 // const StateTuple<StateId> &Tuple(StateId) const;
58 // struct StateTuple {
62 // StateTuple();
72 typedef T StateTuple;
73 typedef typename StateTuple::StateId StateId;
79 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
80 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
92 typedef T StateTuple;
93 typedef typename StateTuple::StateId StateId;
104 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
105 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
118 typedef T StateTuple;
119 typedef typename StateTuple::StateId StateId;
126 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
127 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
141 typedef T StateTuple;
142 typedef typename StateTuple::StateId StateId;
156 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
157 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
168 typedef T StateTuple;
169 typedef typename StateTuple::StateId StateId;
176 StateId FindState(const StateTuple &tuple) { return FindId(tuple); }
177 const StateTuple &Tuple(StateId s) const { return FindEntry(s); }
191 // typedef ComposeStateTuple<StateId> StateTuple;
197 // StateId FindState(const StateTuple &);
199 // const StateTuple<StateId> &Tuple(StateId) const;
267 typedef ComposeStateTuple<StateId, F> StateTuple;
286 typedef ComposeStateTuple<S, F> StateTuple;
297 size_t operator()(const StateTuple &tuple) {
314 typedef ComposeStateTuple<S, F> StateTuple;
316 size_t operator()(const StateTuple &tuple) { return tuple.state_id1; }
326 typedef ComposeStateTuple<S, F> StateTuple;
328 size_t operator()(const StateTuple &tuple) { return tuple.state_id2; }
344 typedef ComposeStateTuple<StateId, F> StateTuple;
377 typedef ComposeStateTuple<StateId, F> StateTuple;
417 typedef ComposeStateTuple<StateId, F> StateTuple;
455 typedef ComposeStateTuple<StateId, F> StateTuple;