MCPcopy Create free account
hub / github.com/apache/impala / ForEachSetBit

Function ForEachSetBit

be/src/kudu/util/bitmap.h:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246template<class F>
247inline void ForEachSetBit(const uint8_t* __restrict__ bitmap,
248 int n_bits,
249 const F& func) {
250 ForEachBit<true, F>(bitmap, n_bits, func);
251}
252
253template<class F>
254inline void ForEachUnsetBit(const uint8_t* __restrict__ bitmap,

Callers 2

ReadBackBitmapFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

ReadBackBitmapFunction · 0.68
TESTFunction · 0.68