MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / getByteCount

Function getByteCount

include/Array.h:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 // Used by cpp.ArrayBase
189 inline int getElementSize() const { return GetElementSize(); }
190 inline int getByteCount() const { return GetElementSize()*length; }
191 inline char * getBase() const { return mBase; }
192
193

Callers 6

getByteCountMethod · 0.50
getCharCountMethod · 0.50
encodeMethod · 0.50
decodeMethod · 0.50
isAsciiUtf16BufferFunction · 0.50
toAsciiStringFunction · 0.50

Calls 1

GetElementSizeFunction · 0.70

Tested by

no test coverage detected