Searched defs:hasBit (Results 1 – 3 of 3) sorted by relevance
67 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function69 static inline bool hasBit(uint32_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function211 inline bool hasBit(uint32_t n) const { return hasBit(value, n); } in hasBit() function213 static inline bool hasBit(uint64_t value, uint32_t n) { return value & valueForBit(n); } in hasBit() function
59 private static boolean hasBit(int metaState, int bit) { in hasBit() method in Events
335 bool hasBit(Success mask, Success bit) { in hasBit() function