Searched refs:_size (Results 1 – 1 of 1) sorted by relevance
33 private var _size: Int = 0 in subList() variable in androidx.compose.runtime.external.kotlinx.collections.immutable.ImmutableList.SubList37 this._size = toIndex - fromIndex in subList()41 ListImplementation.checkElementIndex(index, _size) in subList()46 override val size: Int get() = _size in subList()49 ListImplementation.checkRangeIndexes(fromIndex, toIndex, this._size) in subList()