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 191 // typedef ComposeStateTuple<StateId> StateTuple;
208 struct ComposeStateTuple {
212 ComposeStateTuple()
216 ComposeStateTuple(StateId s1, StateId s2, const FilterState &f)
226 inline bool operator==(const ComposeStateTuple<S, F>& x,
227 const ComposeStateTuple<S, F>& y) {
240 size_t operator()(const ComposeStateTuple<S, F>& t) const {
260 CompactHashStateTable<ComposeStateTuple<typename A::StateId, F>,
267 typedef ComposeStateTuple<StateId, F> StateTuple;
286 typedef ComposeStateTuple<S, F> StateTuple
    [all...]
compose.h 219 typedef ComposeStateTuple<StateId, FilterState> StateTuple;

Completed in 83 milliseconds