Searched defs:SetBit (Results 1 – 9 of 9) sorted by relevance
116 inline void SetBit(uint32* has_bits, uint32 has_bit_index) { in SetBit() function
2036 void Reflection::SetBit(Message* message, const FieldDescriptor* field) const { in SetBit() function in google::protobuf::Reflection
184 void SetBit(const uint32_t mask) { flags_ |= mask; } in SetBit() function
540 …void SetBit(int n) { IM_ASSERT(n < BITCOUNT); ImBitArraySetBit(Storage, n… in SetBit() function553 …void SetBit(int n) { IM_ASSERT(n < (Storage.Size << 5)); ImBitArraySetBit… in SetBit() function
2588 …inline void SetBit(size_t n) { int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); Us… in SetBit() function
252 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function
1945 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function
259 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function
1954 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function