Searched refs:DELETED (Results 1 – 1 of 1) sorted by relevance
53 if (i < 0 || mValues[i] === DELETED) { in get()67 if (mValues[i] !== DELETED) { in delete()68 mValues[i] = DELETED in delete()85 if (mValues[index] !== DELETED) { in removeAt()86 mValues[index] = DELETED in removeAt()114 if (`val` !== DELETED) { in gc()142 if (i < mSize && mValues[i] === DELETED) { in put()349 private val DELETED = Any() constant