MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / size

Method size

GPRS/ByteVector.h:128–128  ·  view source on GitHub ↗

size in bytes

Source from the content-addressed store, hash-verified

126 //size_t sizeBytes() const { return mEnd - mStart + !!mBitInd; } // size in bytes
127 size_t sizeBytes() const { return (mSizeBits+7)/8; } // size in bytes
128 size_t size() const { return sizeBytes(); } // size in bytes
129 //size_t sizeBits() const { return size() * 8 + mBitInd; } // size in bits
130 size_t sizeBits() const { return mSizeBits; } // size in bits
131 size_t sizeRemaining() const { // Remaining full bytes for appends

Callers 15

isExtendedDynamicMethod · 0.45
ByteVectorMethod · 0.45
ByteVectorTempMethod · 0.45
tbfDumpMethod · 0.45
mtAllocateTFIMethod · 0.45
mtSetStateMethod · 0.45
msServiceMethod · 0.45
wantsMultislotMethod · 0.45
getBitVectorMethod · 0.45
macForgetTBFMethod · 0.45
macForgetMSMethod · 0.45
macActiveChannelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected