Home
last modified time | relevance | path

Searched refs:nkeys (Results 1 – 1 of 1) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/
DSparseArray.kt158 val nkeys = IntArray(n) in put() constant
161 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.size) in put()
164 mKeys = nkeys in put()
300 val nkeys = IntArray(n) in append() constant
303 System.arraycopy(mKeys, 0, nkeys, 0, mKeys.size) in append()
306 mKeys = nkeys in append()