HomeSort by relevance Sort by last modified time
    Searched refs:IntegerFilterState (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
fst-decl.h 112 template <typename T> class IntegerFilterState;
113 typedef IntegerFilterState<signed char> CharFilterState;
114 typedef IntegerFilterState<short> ShortFilterState;
115 typedef IntegerFilterState<int> IntFilterState;
compose-filter.h 56 class IntegerFilterState {
58 IntegerFilterState() : state_(kNoStateId) {}
59 explicit IntegerFilterState(T s) : state_(s) {}
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<int> IntFilterState
    [all...]
lookahead-filter.h 436 typedef IntegerFilterState<typename Arc::Label> FilterState2;
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 290 typedef IntegerFilterState<StackId> FilterState2;

Completed in 57 milliseconds