HomeSort by relevance Sort by last modified time
    Searched refs:ComposeStateTuple (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
state-table.h 198 // typedef ComposeStateTuple<StateId> StateTuple;
215 struct ComposeStateTuple {
219 ComposeStateTuple()
223 ComposeStateTuple(StateId s1, StateId s2, const FilterState &f)
233 inline bool operator==(const ComposeStateTuple<S, F>& x,
234 const ComposeStateTuple<S, F>& y) {
247 size_t operator()(const ComposeStateTuple<S, F>& t) const {
267 CompactHashStateTable<ComposeStateTuple<typename A::StateId, F>,
274 typedef ComposeStateTuple<StateId, F> StateTuple;
295 typedef ComposeStateTuple<S, F> StateTuple
    [all...]
compose.h 219 typedef ComposeStateTuple<StateId, FilterState> StateTuple;

Completed in 32 milliseconds