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

Function GetElementSize

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

Source from the content-addressed store, hash-verified

663 inline Array<ELEM_> __SetSizeExact(int inLen);
664
665 int GetElementSize() const HXCPP_OVERRIDE { return sizeof(ELEM_); }
666
667 String ItemString(int inI) HXCPP_OVERRIDE
668 {

Callers 15

getElementSizeFunction · 0.70
getByteCountFunction · 0.70
resizeFunction · 0.70
__unsafeStringReferenceFunction · 0.70
memcpyFunction · 0.70
__FieldMethod · 0.70
reserveMethod · 0.50
ReallocMethod · 0.50
zeroMethod · 0.50
MemcmpMethod · 0.50
BlitMethod · 0.50
__SetSizeExactMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected