Searched refs:IntegerFilterState (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dfst-decl.h112 template <typename T> class IntegerFilterState;
113 typedef IntegerFilterState<signed char> CharFilterState;
114 typedef IntegerFilterState<short> ShortFilterState;
115 typedef IntegerFilterState<int> IntFilterState;
H A Dcompose-filter.h56 class IntegerFilterState { class in namespace:fst
58 IntegerFilterState() : state_(kNoStateId) {} function in class:fst::IntegerFilterState
59 explicit IntegerFilterState(T s) : state_(s) {} function in class:fst::IntegerFilterState
61 static const IntegerFilterState NoState() { return IntegerFilterState(); }
65 bool operator==(const IntegerFilterState &f) const {
69 bool operator!=(const IntegerFilterState &f) const {
81 typedef IntegerFilterState<signed char> CharFilterState;
82 typedef IntegerFilterState<short> ShortFilterState;
83 typedef IntegerFilterState<in
[all...]
H A Dlookahead-filter.h436 typedef IntegerFilterState<typename Arc::Label> FilterState2;
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h290 typedef IntegerFilterState<StackId> FilterState2;

Completed in 1151 milliseconds