| 332 | // Used by cpp.ArrayBase |
| 333 | inline int getElementSize() const { return base ? base->GetElementSize() : 0; } |
| 334 | inline int getByteCount() const { return base ? base->getByteCount() : 0; } |
| 335 | inline char * getBase() const { return base ? base->GetBase() : 0; } |
| 336 | hx::Val __SetField(const String &inString,const hx::Val &inValue ,hx::PropertyAccess inCallProp) HXCPP_OVERRIDE { return null(); } |
| 337 |
nothing calls this directly
no test coverage detected