Searched defs:LookAheadLabel_ (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h146 bool LookAheadLabel(Label label) const { return LookAheadLabel_(label); }
173 virtual bool LookAheadLabel_(Label label) const = 0;
234 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } function in class:fst::TrivialLookAheadMatcher
326 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } function in class:fst::ArcLookAheadMatcher
567 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); } function in class:fst::LabelLookAheadMatcher

Completed in 99 milliseconds