| 919 | Dynamic keyValueIteratorFast() { return new hx::ArrayKeyValueIterator<ELEM_,TO>(this); } |
| 920 | |
| 921 | hx::ArrayStore getStoreType() const HXCPP_OVERRIDE |
| 922 | { |
| 923 | return (hx::ArrayStore) hx::ArrayTraits<ELEM_>::StoreType; |
| 924 | } |
| 925 | |
| 926 | inline ELEM_ &setCtx(hx::StackContext *_hx_ctx, int inIdx, ELEM_ inValue) |
| 927 | { |
no outgoing calls
no test coverage detected