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

Function lengthOffset

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

Source from the content-addressed store, hash-verified

396 static inline int baseOffset() { return (int)offsetof(ArrayBase,mBase); }
397 static inline int allocOffset() { return (int)offsetof(ArrayBase,mAlloc); }
398 static inline int lengthOffset() { return (int)offsetof(ArrayBase,length); }
399
400protected:
401 mutable int mAlloc;

Callers 2

genCodeMethod · 0.85
genCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected