Home | History | Annotate | Download | only in fst

Lines Matching refs:selector_

217         selector_(filter_.GetMatcher1(), filter_.GetMatcher2(),
227 selector_.GetMatcher()->InitLookAheadFst(selector_.GetFst());
234 selector_(filter_.GetMatcher1(), filter_.GetMatcher2(),
237 selector_.GetMatcher()->InitLookAheadFst(selector_.GetFst(), true);
268 return selector_;
304 selector_.GetMatcher()->SetState(arca->nextstate);
306 return selector_.GetMatcher()->LookAheadFst(selector_.GetFst(),
313 LookAheadSelector<Matcher1, Matcher2, MT> selector_;