Searched defs:ComposeStateTuple (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dstate-table.h191 // typedef ComposeStateTuple<StateId> StateTuple;
208 struct ComposeStateTuple { struct in namespace:fst
212 ComposeStateTuple() function in struct:fst::ComposeStateTuple
216 ComposeStateTuple(StateId s1, StateId s2, const FilterState &f) function in struct:fst::ComposeStateTuple
226 inline bool operator==(const ComposeStateTuple<S, F>& x, argument
227 const ComposeStateTuple<S, F>& y) {
240 size_t operator()(const ComposeStateTuple<S, F>& t) const { argument
260 CompactHashStateTable<ComposeStateTuple<typename A::StateId, F>,
267 typedef ComposeStateTuple<StateId, F> StateTuple;
286 typedef ComposeStateTuple<
[all...]

Completed in 66 milliseconds