Searched defs:SetState_ (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h228 virtual void SetState_(StateId s) { SetState(s); } function in class:fst::TrivialLookAheadMatcher
320 virtual void SetState_(StateId s) { SetState(s); } function in class:fst::ArcLookAheadMatcher
561 virtual void SetState_(StateId s) { SetState(s); } function in class:fst::LabelLookAheadMatcher
H A Dmatcher.h115 void SetState(StateId s) { SetState_(s); }
124 virtual void SetState_(StateId s) = 0;
300 virtual void SetState_(StateId s) { SetState(s); } function in class:fst::SortedMatcher
505 virtual void SetState_(StateId s) { SetState(s); } function in class:fst::RhoMatcher
693 virtual void SetState_(StateId s) { SetState(s); } function in class:fst::SigmaMatcher
861 virtual void SetState_(StateId s) { SetState(s); } function in class:fst::PhiMatcher
H A Dreplace.h1323 virtual void SetState_(StateId s) { function in class:fst::ReplaceFstMatcher
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h792 virtual void SetState_(StateId s) { function in class:fst::NGramFstMatcher

Completed in 5303 milliseconds