/third_party/grpc/include/grpcpp/impl/codegen/ |
D | call_op_set.h | 93 SetBit(GRPC_WRITE_NO_COMPRESS); in set_no_compression() 118 SetBit(GRPC_WRITE_BUFFER_HINT); in set_buffer_hint() 140 SetBit(GRPC_WRITE_BUFFER_HINT); in set_corked() 171 SetBit(GRPC_WRITE_THROUGH); in set_write_through() 184 void SetBit(const uint32_t mask) { flags_ |= mask; } in SetBit() function
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 1523 SetBit(message, field); in MutableMessage() 1559 SetBit(message, field); in UnsafeArenaSetAllocatedMessage() 2036 void Reflection::SetBit(Message* message, const FieldDescriptor* field) const { in SetBit() function in google::protobuf::Reflection 2064 SetBit(message1, field); in SwapBit() 2069 SetBit(message2, field); in SwapBit() 2191 real_oneof ? SetOneofCase(message, field) : SetBit(message, field); in SetField() 2198 : SetBit(message, field); in MutableField()
|
D | generated_message_table_driven_lite.h | 116 inline void SetBit(uint32* has_bits, uint32 has_bit_index) { in SetBit() function 126 SetBit(has_bits, has_bit_index); in MutableField()
|
D | message.h | 1045 inline void SetBit(Message* message, const FieldDescriptor* field) const;
|
/third_party/flutter/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 354 src_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithFreeType() 356 dst_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithFreeType()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 464 src_tmp.GlyphsSet.SetBit(codepoint); in ImFontAtlasBuildWithFreeTypeEx() 465 dst_tmp.GlyphsSet.SetBit(codepoint); in ImFontAtlasBuildWithFreeTypeEx()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 1945 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function 1946 void AddChar(ImWchar c) { SetBit(c); } // Add character in AddChar()
|
D | imgui_draw.cpp | 1848 src_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithStbTruetype() 1850 dst_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithStbTruetype()
|
D | imgui_internal.h | 252 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1954 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function 1955 void AddChar(ImWchar c) { SetBit(c); } // Add character in AddChar()
|
D | imgui_draw.cpp | 1859 src_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithStbTruetype() 1861 dst_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithStbTruetype()
|
D | imgui_internal.h | 259 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2588 …inline void SetBit(size_t n) { int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); Us… in SetBit() function 2589 inline void AddChar(ImWchar c) { SetBit(c); } // Add character in AddChar()
|
D | imgui_internal.h | 540 …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
|
D | imgui_draw.cpp | 2411 src_tmp.GlyphsSet.SetBit(codepoint); in ImFontAtlasBuildWithStbTruetype() 2412 dst_tmp.GlyphsSet.SetBit(codepoint); in ImFontAtlasBuildWithStbTruetype()
|
D | imgui_tables.cpp | 2383 merge_group->ChannelsMask.SetBit(channel_no); in TableMergeDrawChannels()
|