Home
last modified time | relevance | path

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

/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/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h184 void SetBit(const uint32_t mask) { flags_ |= mask; } in SetBit() function
/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h540 …void SetBit(int n) { IM_ASSERT(n < BITCOUNT); ImBitArraySetBit(Storage, n… in SetBit() function
553 …void SetBit(int n) { IM_ASSERT(n < (Storage.Size << 5)); ImBitArraySetBit… in SetBit() function
Dimgui.h2588 …inline void SetBit(size_t n) { int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); Us… in SetBit() function
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h252 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function
Dimgui.h1945 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function
/third_party/mesa3d/src/imgui/
Dimgui_internal.h259 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function
Dimgui.h1954 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function