Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ sizeInBytes
Method
sizeInBytes
Sources/nCine/Base/BitArray.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
std::size_t BitArray::sizeInBytes() const
75
{
76
return BITS_TO_CHARS(_size);
77
}
78
79
void BitArray::resize(ValueInitT, std::size_t sizeInBits)
80
{
Callers
4
CreateCheckpointForRollback
Method · 0.80
RollbackToCheckpoint
Method · 0.80
InitializeFromStream
Method · 0.80
SerializeResumableToStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected