Home
last modified time | relevance | path

Searched defs:forEachIndexed (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
DList.kt37 inline fun <T> List<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
DIndexedSet.kt47 inline fun <T> IndexedSet<T>.forEachIndexed(action: (Int, T) -> Unit) { in copy() method
DIndexedList.kt42 inline fun <T> IndexedList<T>.forEachIndexed(action: (Int, T) -> Unit) { in copy() method
DIndexedListSet.kt90 inline fun <T> IndexedListSet<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
DIntBooleanMap.kt51 inline fun IntBooleanMap.forEachIndexed(action: (Int, Int, Boolean) -> Unit) { in forEachIndexed() method
DIntMap.kt55 inline fun <T> IntMap<T>.forEachIndexed(action: (Int, Int, T) -> Unit) { in forEachIndexed() method
DIntSet.kt74 inline fun IntSet.forEachIndexed(action: (Int, Int) -> Unit) { in forEachIndexed() method
DIntLongMap.kt51 inline fun IntLongMap.forEachIndexed(action: (Int, Int, Long) -> Unit) { in forEachIndexed() method
DIndexedMap.kt55 inline fun <K, V> IndexedMap<K, V>.forEachIndexed(action: (Int, K, V) -> Unit) { in forEachIndexed() method