Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-filter.h249 lookahead_arc_ = false; in FilterArc()
280 bool LookAheadArc() const { return lookahead_arc_; } in LookAheadArc()
303 lookahead_arc_ = true; in LookAheadFilterArc()
315 mutable bool lookahead_arc_; // Look-ahead performed at last FilterArc()? variable