Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-matcher.h146 bool LookAheadLabel(Label label) const { return LookAheadLabel_(label); } in LookAheadLabel() function
218 bool LookAheadLabel(Label label) const { return true; } in LookAheadLabel() function
234 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } in LookAheadLabel_()
306 bool LookAheadLabel(Label label) const { return matcher_.Find(label); } in LookAheadLabel() function
326 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } in LookAheadLabel_()
524 bool LookAheadLabel(Label label) const { in LookAheadLabel() function
567 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } in LookAheadLabel_()
749 bool LookAheadLabel(Label label) const { in LookAheadLabel() function
752 return lbase->LookAheadLabel(label); in LookAheadLabel()
Dmatcher-fst.h278 bool LookAheadLabel(Label label) const { in LookAheadLabel() function
279 return matcher_->LookAheadLabel(label); in LookAheadLabel()
Dlookahead-filter.h561 if (Selector().GetMatcher()->LookAheadLabel(flabel)) in PushedLabelFilterArc()