| 276 | inline void ____SetSize(int len) { resize(len); } |
| 277 | inline void ____SetSizeExact(int len) { __SetSizeExact(len); } |
| 278 | inline Dynamic ____unsafe_set(const Dynamic &i, const Dynamic &val) { return __SetItem(i,val); } |
| 279 | inline Dynamic ____unsafe_get(const Dynamic &i) { return __GetItem(i); } |
| 280 | |
| 281 | virtual hx::ArrayBase *__concat(const cpp::VirtualArray &a0) = 0; |
nothing calls this directly
no test coverage detected