Home
last modified time | relevance | path

Searched defs:SetBit (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dobject-start-bitmap.h136 void ObjectStartBitmap::SetBit(ConstAddress header_address) { in SetBit() function
252 void PlatformAwareObjectStartBitmap::SetBit(ConstAddress header_address) { in SetBit() function
/third_party/node/deps/v8/src/heap/
Dobject-start-bitmap.h118 void ObjectStartBitmap::SetBit(Address base_ptr) { in SetBit() function
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h116 inline void SetBit(uint32* has_bits, uint32 has_bit_index) { in SetBit() function
Dgenerated_message_reflection.cc2036 void Reflection::SetBit(Message* message, const FieldDescriptor* field) const { in SetBit() function in google::protobuf::Reflection
/third_party/mesa3d/src/imgui/
Dimgui.h1954 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function
Dimgui_internal.h259 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function