Searched defs:SetBit (Results 1 – 6 of 6) sorted by relevance
136 void ObjectStartBitmap::SetBit(ConstAddress header_address) { in SetBit() function252 void PlatformAwareObjectStartBitmap::SetBit(ConstAddress header_address) { in SetBit() function
118 void ObjectStartBitmap::SetBit(Address base_ptr) { in SetBit() function
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
1954 …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