Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Clear
Method
Clear
cpp/src/arrow/util/bitmap_writer.h:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
void Set() { current_byte_ |= bit_mask_; }
47
48
void Clear() { current_byte_ &= bit_mask_ ^ 0xFF; }
49
50
void Next() {
51
bit_mask_ = static_cast<uint8_t>(bit_mask_ << 1);
Callers
1
PutNextTrailingByte
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected