Searched defs:InitMatcher (Results 1 - 4 of 4) 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 Dcompact-fst.h874 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { function in class:fst::CompactFst
H A Dfst.h267 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
523 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const { function in class:fst::Fst
H A Dreplace.h993 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const { function in class:fst::ReplaceFst

Completed in 96 milliseconds