Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getElementSize
Function · 0.70
getByteCount
Function · 0.70
resize
Function · 0.70
__unsafeStringReference
Function · 0.70
memcpy
Function · 0.70
__Field
Method · 0.70
reserve
Method · 0.50
Realloc
Method · 0.50
zero
Method · 0.50
Memcmp
Method · 0.50
Blit
Method · 0.50
__SetSizeExact
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected