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

/external/openfst/src/include/fst/
H A Dstate-table.h220 : state_id1(kNoStateId), state_id2(kNoStateId),
224 : state_id1(s1), state_id2(s2), filter_state(f) {}
227 StateId state_id2; // State Id on fst2 member in struct:fst::ComposeStateTuple
238 x.state_id2 == y.state_id2 &&
248 return t.state_id1 + t.state_id2 * kPrime0 +
307 return tuple.state_id1 + tuple.state_id2 * mult1_ +
337 size_t operator()(const StateTuple &tuple) { return tuple.state_id2; }
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h211 : state_id1(s1), state_id2(s2), filt(f) {}
213 StateId state_id2; // state Id on fst2 member in struct:fst::ComposeStateTable::StateTuple
235 x.state_id2 == y.state_id2 &&
248 x.state_id2 * kPrime0 +
281 : state_id1(s1), state_id2(s2) {}
283 StateId state_id2; // state Id on fst2 member in struct:fst::StringDetComposeStateTable::StateTuple
294 StateId index = Fst1IsString ? tuple.state_id1 : tuple.state_id2;
452 StateId s2 = tuple.state_id2;
631 ComposeFstImplBase<A>::fst2_->Final(tuple.state_id2));
[all...]

Completed in 181 milliseconds