| 395 | |
| 396 | static inline int baseOffset() { return (int)offsetof(ArrayBase,mBase); } |
| 397 | static inline int allocOffset() { return (int)offsetof(ArrayBase,mAlloc); } |
| 398 | static inline int lengthOffset() { return (int)offsetof(ArrayBase,length); } |
| 399 | |
| 400 | protected: |