Searched refs:LookAheadPrefix (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h85 // bool LookAheadPrefix(Arc *arc);
108 // A non-trivial implementation of LookAheadPrefix() method defined and
154 bool LookAheadPrefix(Arc *arc) const { function in class:fst::LookAheadMatcherBase
221 bool LookAheadPrefix(Arc *arc) const { return false; } function in class:fst::TrivialLookAheadMatcher
241 bool LookAheadPrefix_(Arc *arc) const { return LookAheadPrefix(arc); }
776 bool LookAheadPrefix(Arc *arc) const { function in class:fst::LookAheadMatcher
779 return lbase->LookAheadPrefix(arc);
H A Dmatcher-fst.h288 bool LookAheadPrefix(Arc *arc) const { function in class:fst::LookAheadMatcher
289 return matcher_->LookAheadPrefix(arc);
H A Dlookahead-filter.h415 // using the LookAheadPrefix() method of the matcher argument. It is
584 if (Selector().GetMatcher()->LookAheadPrefix(&larc)) { // Have prefix arc?

Completed in 172 milliseconds