Home
last modified time | relevance | path

Searched refs:state_id2 (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Dstate-table.h213 : state_id1(kNoStateId), state_id2(kNoStateId), in ComposeStateTuple()
217 : state_id1(s1), state_id2(s2), filter_state(f) {} in ComposeStateTuple()
220 StateId state_id2; // State Id on fst2 member
231 x.state_id2 == y.state_id2 &&
241 return t.state_id1 + t.state_id2 * kPrime0 + in operator()
298 return tuple.state_id1 + tuple.state_id2 * mult1_ + in operator()
328 size_t operator()(const StateTuple &tuple) { return tuple.state_id2; } in operator()
Dcompose.h268 StateId s2 = tuple.state_id2; in Expand()
353 StateId s2 = tuple.state_id2; in ComputeFinal()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcompose.h212 : state_id1(s1), state_id2(s2), filt(f) {} in StateTuple()
214 StateId state_id2; // state Id on fst2 member
236 x.state_id2 == y.state_id2 && in operator()
249 x.state_id2 * kPrime0 + in operator()
284 : state_id1(s1), state_id2(s2) {} in StateTuple()
286 StateId state_id2; // state Id on fst2 member
297 StateId index = Fst1IsString ? tuple.state_id1 : tuple.state_id2;
455 StateId s2 = tuple.state_id2; in Expand()
634 ComposeFstImplBase<A>::fst2_->Final(tuple.state_id2)); in ComputeFinal()