Searched defs:ClearBit (Results 1 – 3 of 3) sorted by relevance
52 V8_INLINE void ClearBit(int bit) { SetBits(0, 1 << bit); } in ClearBit() function
195 void ClearBit(const uint32_t mask) { flags_ &= ~mask; } in ClearBit() function
2077 inline void GeneratedMessageReflection::ClearBit( in ClearBit() function in google::protobuf::internal::GeneratedMessageReflection