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

/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h290 typedef IntegerFilterState<StackId> FilterState2; typedef in class:fst::ParenFilter
291 typedef PairFilterState<FilterState1, FilterState2> FilterState;
329 return FilterState(filter_.Start(), FilterState2(0));
354 const FilterState2 &f2 = f_.GetState2();
394 const FilterState2 &f2) const {
402 return FilterState(f1, FilterState2(stack_id));
/external/openfst/src/include/fst/
H A Dlookahead-filter.h338 typedef WeightFilterState<typename Arc::Weight> FilterState2; typedef in class:fst::PushWeightsComposeFilter
339 typedef PairFilterState<FilterState1, FilterState2> FilterState;
357 return FilterState(filter_.Start(), FilterState2(Weight::One()));
371 return FilterState(f1, FilterState2(Weight::One()));
375 const FilterState2 &f2 = f_.GetState2();
379 return FilterState(f1, FilterState2(lweight));
387 const FilterState2 &f2 = f_.GetState2();
436 typedef IntegerFilterState<typename Arc::Label> FilterState2; typedef in class:fst::PushLabelsComposeFilter
437 typedef PairFilterState<FilterState1, FilterState2> FilterState;
471 return FilterState(filter_.Start(), FilterState2(kNoLabe
[all...]

Completed in 995 milliseconds