Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dcompose-filter.h339 alleps2_ = na2 == ne2 && !fin2; in SetState()
345 return alleps2_ ? FilterState::NoState() : in FilterArc()
368 bool alleps2_; // Only epsilons (and non-final) leaving s2_? variable
432 alleps2_ = na2 == ne2 && !f2; in SetState()
440 (alleps2_ ? FilterState::NoState(): FilterState(1))) : in FilterArc()
469 bool alleps1_, alleps2_; // Only epsilons (and non-final) leaving s1, s2? variable