Searched refs:ReplaceStateTuple (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dreplace.h56 // typedef ReplaceStateTuple<StateId, PrefixId> StateTuple;
74 // \struct ReplaceStateTuple
77 struct ReplaceStateTuple { struct in namespace:fst
81 ReplaceStateTuple() function in struct:fst::ReplaceStateTuple
84 ReplaceStateTuple(PrefixId p, StateId f, StateId s) function in struct:fst::ReplaceStateTuple
96 inline bool operator==(const ReplaceStateTuple<S, P>& x, argument
97 const ReplaceStateTuple<S, P>& y) {
109 bool operator()(const ReplaceStateTuple<S, P> &tuple) const { argument
123 uint64 operator()(const ReplaceStateTuple<S, P> &tuple) const { argument
139 uint64 operator()(const ReplaceStateTuple< argument
150 operator ()(const ReplaceStateTuple<S, P>& t) const argument
[all...]

Completed in 36 milliseconds