Searched refs:IntegerFilterState (Results 1 – 4 of 4) sorted by relevance
56 class IntegerFilterState {58 IntegerFilterState() : state_(kNoStateId) {} in IntegerFilterState() function59 explicit IntegerFilterState(T s) : state_(s) {} in IntegerFilterState() function61 static const IntegerFilterState NoState() { return IntegerFilterState(); } in NoState()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;
112 template <typename T> class IntegerFilterState; variable113 typedef IntegerFilterState<signed char> CharFilterState;114 typedef IntegerFilterState<short> ShortFilterState;115 typedef IntegerFilterState<int> IntFilterState;
436 typedef IntegerFilterState<typename Arc::Label> FilterState2;
290 typedef IntegerFilterState<StackId> FilterState2;