Home
last modified time | relevance | path

Searched refs:SetBit (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h93 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/
Dgenerated_message_reflection.cc1523 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()
Dgenerated_message_table_driven_lite.h116 inline void SetBit(uint32* has_bits, uint32 has_bit_index) { in SetBit() function
126 SetBit(has_bits, has_bit_index); in MutableField()
Dmessage.h1045 inline void SetBit(Message* message, const FieldDescriptor* field) const;
/third_party/flutter/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp354 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/
Dimgui_freetype.cpp464 src_tmp.GlyphsSet.SetBit(codepoint); in ImFontAtlasBuildWithFreeTypeEx()
465 dst_tmp.GlyphsSet.SetBit(codepoint); in ImFontAtlasBuildWithFreeTypeEx()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1945 …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()
Dimgui_draw.cpp1848 src_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithStbTruetype()
1850 dst_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithStbTruetype()
Dimgui_internal.h252 …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/
Dimgui.h1954 …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()
Dimgui_draw.cpp1859 src_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithStbTruetype()
1861 dst_tmp.GlyphsSet.SetBit(codepoint, true); in ImFontAtlasBuildWithStbTruetype()
Dimgui_internal.h259 …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/
Dimgui.h2588 …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()
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_draw.cpp2411 src_tmp.GlyphsSet.SetBit(codepoint); in ImFontAtlasBuildWithStbTruetype()
2412 dst_tmp.GlyphsSet.SetBit(codepoint); in ImFontAtlasBuildWithStbTruetype()
Dimgui_tables.cpp2383 merge_group->ChannelsMask.SetBit(channel_no); in TableMergeDrawChannels()