MCPcopy Create free account
hub / github.com/devilsen/CZXing / set

Method set

czxing/src/main/cpp/zxing/src/BitArray.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57 bool get(int i) const { return _bits.at(i) != 0; }
58 void set(int i, bool val) { _bits.at(i) = val; }
59
60 // If you know exactly how may bits you are going to iterate
61 // and that you access bit in sequence, iterator is faster than get().

Callers 11

SampleGridFunction · 0.45
operator()Method · 0.45
ParseBitMatrixFunction · 0.45
rotate90Method · 0.45
DeflateFunction · 0.45
openFlashlightMethod · 0.45
closeFlashlightMethod · 0.45
setFocusAreaMethod · 0.45
onCaptureCompletedMethod · 0.45
zoomMethod · 0.45
onSizeChangedMethod · 0.45

Calls 1

atMethod · 0.45

Tested by

no test coverage detected