Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ToInt
Function · 0.45
ToInts
Function · 0.45
BitArrayView
Class · 0.45
peakBits
Method · 0.45
Calls
1
Size
Function · 0.70
Tested by
no test coverage detected