| 3459 | |
| 3460 | |
| 3461 | inline hx::Object *CheckNotNull(hx::Object *inPtr) |
| 3462 | { |
| 3463 | CPPIA_CHECK(inPtr); |
| 3464 | return inPtr; |
| 3465 | } |
| 3466 | |
| 3467 | template<typename T, int REFMODE> |
| 3468 | struct MemReference : public CppiaExpr |
nothing calls this directly
no outgoing calls
no test coverage detected