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

Method size

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

Source from the content-addressed store, hash-verified

51 BitArray copy() const { return *this; }
52
53 int size() const noexcept { return Size(_bits); }
54
55 int sizeInBytes() const noexcept { return (size() + 7) / 8; }
56

Callers 4

ToIntFunction · 0.45
ToIntsFunction · 0.45
BitArrayViewClass · 0.45
peakBitsMethod · 0.45

Calls 1

SizeFunction · 0.70

Tested by

no test coverage detected