Searched refs:InitMatcher (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/include/fst/
H A Dmatcher-fst.h141 virtual M *InitMatcher(MatchType match_type) const { function in class:fst::MatcherFst
213 matcher_ = fst.InitMatcher(match_type);
253 matcher_ = fst.InitMatcher(match_type);
H A Dfst.h274 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
529 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const { function in class:fst::Fst
H A Dlookahead-matcher.h131 // InitMatcher() Fst method.
718 base_ = fst.InitMatcher(match_type);
H A Dmatcher.h102 // InitMatcher Fst method.
1167 base_ = fst.InitMatcher(match_type);
H A Dreplace.h993 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { function in class:fst::ReplaceFst
H A Dcompact-fst.h889 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { function in class:fst::CompactFst
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h718 virtual MatcherBase<A>* InitMatcher(MatchType match_type) const { function in class:fst::NGramFst

Completed in 66 milliseconds