| 147 | inline void *operator new( size_t inSize, hx::NewObjectType inAlloc=NewObjAlloc,const char *inName="Int64") |
| 148 | { return hx::Object::operator new(inSize,inAlloc,inName); } |
| 149 | Int64Data(cpp::Int64 inValue=0) : mValue(inValue) {}; |
| 150 | |
| 151 | hx::Class __GetClass() const HXCPP_OVERRIDE { return __Int64Class; } |
| 152 |
nothing calls this directly
no outgoing calls
no test coverage detected