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

/external/chromium_org/ui/events/gesture_detection/
H A Dbitset_32.h13 // Port of BitSet32 from Android
17 struct BitSet32 { struct in namespace:ui
20 inline BitSet32() : value(0) {} function in struct:ui::BitSet32
21 explicit inline BitSet32(uint32_t value) : value(value) {} function in struct:ui::BitSet32
97 inline bool operator==(const BitSet32& other) const {
100 inline bool operator!=(const BitSet32& other) const {

Completed in 32 milliseconds