Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-matcher.h154 bool LookAheadPrefix(Arc *arc) const { in LookAheadPrefix() function
221 bool LookAheadPrefix(Arc *arc) const { return false; } in LookAheadPrefix() function
241 bool LookAheadPrefix_(Arc *arc) const { return LookAheadPrefix(arc); } in LookAheadPrefix_()
776 bool LookAheadPrefix(Arc *arc) const { in LookAheadPrefix() function
779 return lbase->LookAheadPrefix(arc); in LookAheadPrefix()
Dmatcher-fst.h288 bool LookAheadPrefix(Arc *arc) const { in LookAheadPrefix() function
289 return matcher_->LookAheadPrefix(arc); in LookAheadPrefix()
Dlookahead-filter.h584 if (Selector().GetMatcher()->LookAheadPrefix(&larc)) { // Have prefix arc? in PushLabelFilterArc()