| 355 | inline char *GetBase() { return base ? base->GetBase() : 0; } |
| 356 | |
| 357 | int GetElementSize() const { checkBase(); return store==hx::arrayEmpty ? 0 : base->GetElementSize(); } |
| 358 | |
| 359 | inline void reserve(int inSize) const |
| 360 | { |
nothing calls this directly
no test coverage detected