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

Function __zero

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

Source from the content-addressed store, hash-verified

303 virtual void __blit(int inDestElement,const cpp::VirtualArray &inSourceArray,int inSourceElement,int inElementCount) = 0;
304 virtual int __memcmp(const cpp::VirtualArray &a0) = 0;
305 inline void __zero(const Dynamic &a0,const Dynamic &a1) { zero(a0,a1); }
306 virtual void __qsort(DynamicSorterFunc inCompare) = 0;
307 virtual void __resize(int inLen) = 0;
308

Callers

nothing calls this directly

Calls 1

zeroFunction · 0.85

Tested by

no test coverage detected