Searched defs:forEachIndexed (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/services/permission/java/com/android/server/permission/access/collection/ |
| D | List.kt | 37 inline fun <T> List<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
|
| D | IndexedSet.kt | 47 inline fun <T> IndexedSet<T>.forEachIndexed(action: (Int, T) -> Unit) { in copy() method
|
| D | IndexedList.kt | 42 inline fun <T> IndexedList<T>.forEachIndexed(action: (Int, T) -> Unit) { in copy() method
|
| D | IndexedListSet.kt | 90 inline fun <T> IndexedListSet<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
|
| D | IntBooleanMap.kt | 51 inline fun IntBooleanMap.forEachIndexed(action: (Int, Int, Boolean) -> Unit) { in forEachIndexed() method
|
| D | IntMap.kt | 55 inline fun <T> IntMap<T>.forEachIndexed(action: (Int, Int, T) -> Unit) { in forEachIndexed() method
|
| D | IntSet.kt | 74 inline fun IntSet.forEachIndexed(action: (Int, Int) -> Unit) { in forEachIndexed() method
|
| D | IntLongMap.kt | 51 inline fun IntLongMap.forEachIndexed(action: (Int, Int, Long) -> Unit) { in forEachIndexed() method
|
| D | IndexedMap.kt | 55 inline fun <K, V> IndexedMap<K, V>.forEachIndexed(action: (Int, K, V) -> Unit) { in forEachIndexed() method
|