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

Function baseOffset

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

Source from the content-addressed store, hash-verified

394 mutable int length;
395
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

Callers 4

genCodeMethod · 0.85
genCodeMethod · 0.85
genCodeMethod · 0.85
genCodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected