/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/ |
D | IndexedReferenceMapExtensions.kt | 41 inline fun <K, I : Immutable<M>, M : I> IndexedReferenceMap<K, I, M>.forEachIndexed( in forEachIndexed() method
|
D | IntReferenceMapExtensions.kt | 41 inline fun <I : Immutable<M>, M : I> IntReferenceMap<I, M>.forEachIndexed( in forEachIndexed() method
|
D | IndexedSetExtensions.kt | 43 inline fun <T> IndexedSet<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
|
D | IndexedListExtensions.kt | 37 inline fun <T> IndexedList<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
|
D | IndexedListSetExtensions.kt | 37 inline fun <T> IndexedListSet<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
|
D | IntSetExtensions.kt | 37 inline fun IntSet.forEachIndexed(action: (Int, Int) -> Unit) { in forEachIndexed() method
|
D | IntMapExtensions.kt | 46 inline fun <T> IntMap<T>.forEachIndexed(action: (Int, Int, T) -> Unit) { in forEachIndexed() method
|
D | IndexedMapExtensions.kt | 46 inline fun <K, V> IndexedMap<K, V>.forEachIndexed(action: (Int, K, V) -> Unit) { in forEachIndexed() method
|
/frameworks/base/services/permission/java/com/android/server/permission/access/collection/ |
D | ListExtensions.kt | 37 inline fun <T> List<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
|
D | ArraySetExtensions.kt | 41 inline fun <T> ArraySet<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
|
D | SparseArrayExtensions.kt | 39 inline fun <T> SparseArray<T>.forEachIndexed(action: (Int, Int, T) -> Unit) { in forEachIndexed() method
|
D | ArrayMapExtensions.kt | 39 inline fun <K, V> ArrayMap<K, V>.forEachIndexed(action: (Int, K, V) -> Unit) { in forEachIndexed() method
|
D | LongSparseArrayExtensions.kt | 39 inline fun <T> LongSparseArray<T>.forEachIndexed(action: (Int, Long, T) -> Unit) { in forEachIndexed() method
|
D | SparseLongArrayExtensions.kt | 39 inline fun SparseLongArray.forEachIndexed(action: (Int, Int, Long) -> Unit) { in forEachIndexed() method
|
D | SparseIntArrayExtensions.kt | 39 inline fun SparseIntArray.forEachIndexed(action: (Int, Int, Int) -> Unit) { in forEachIndexed() method
|
D | SparseBooleanArrayExtensions.kt | 39 inline fun SparseBooleanArray.forEachIndexed(action: (Int, Int, Boolean) -> Unit) { in forEachIndexed() method
|