Searched refs:ComposeStateTuple (Results 1 – 2 of 2) sorted by relevance
/external/openfst/src/include/fst/ |
D | state-table.h | 215 struct ComposeStateTuple { struct 219 ComposeStateTuple() in ComposeStateTuple() argument 223 ComposeStateTuple(StateId s1, StateId s2, const FilterState &f) in ComposeStateTuple() function 233 inline bool operator==(const ComposeStateTuple<S, F>& x, argument 234 const ComposeStateTuple<S, F>& y) { 247 size_t operator()(const ComposeStateTuple<S, F>& t) const { in operator() 267 CompactHashStateTable<ComposeStateTuple<typename A::StateId, F>, 274 typedef ComposeStateTuple<StateId, F> StateTuple; 295 typedef ComposeStateTuple<S, F> StateTuple; 323 typedef ComposeStateTuple<S, F> StateTuple; [all …]
|
D | compose.h | 219 typedef ComposeStateTuple<StateId, FilterState> StateTuple;
|