Searched refs:FilterState1 (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-filter.h337 typedef typename F::FilterState FilterState1; typedef in class:fst::PushWeightsComposeFilter
339 typedef PairFilterState<FilterState1, FilterState2> FilterState;
366 const FilterState1 &f1 = filter_.FilterArc(arc1, arc2);
367 if (f1 == FilterState1::NoState())
435 typedef typename F::FilterState FilterState1; typedef in class:fst::PushLabelsComposeFilter
437 typedef PairFilterState<FilterState1, FilterState2> FilterState;
505 const FilterState1 &f1 = filter_.FilterArc(arc1, arc2);
506 if (f1 == FilterState1::NoState())
572 const FilterState1 &f1) const {
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h287 typedef typename F::FilterState FilterState1; typedef in class:fst::ParenFilter
291 typedef PairFilterState<FilterState1, FilterState2> FilterState;
353 FilterState1 f1 = filter_.FilterArc(arc1, arc2);
355 if (f1 == FilterState1::NoState())
393 const FilterState FilterParen(Label label, const FilterState1 &f1,

Completed in 1381 milliseconds