Searched refs:state_id2 (Results 1 – 3 of 3) sorted by relevance
213 : 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 member231 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()
268 StateId s2 = tuple.state_id2; in Expand()353 StateId s2 = tuple.state_id2; in ComputeFinal()
212 : state_id1(s1), state_id2(s2), filt(f) {} in StateTuple()214 StateId state_id2; // state Id on fst2 member236 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 member297 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()