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

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

Completed in 95 milliseconds