Home
last modified time | relevance | path

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

/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
DIndexedReferenceMapExtensions.kt41 inline fun <K, I : Immutable<M>, M : I> IndexedReferenceMap<K, I, M>.forEachIndexed( in forEachIndexed() method
DIntReferenceMapExtensions.kt41 inline fun <I : Immutable<M>, M : I> IntReferenceMap<I, M>.forEachIndexed( in forEachIndexed() method
DIndexedSetExtensions.kt43 inline fun <T> IndexedSet<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
DIndexedListExtensions.kt37 inline fun <T> IndexedList<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
DIndexedListSetExtensions.kt37 inline fun <T> IndexedListSet<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
DIntSetExtensions.kt37 inline fun IntSet.forEachIndexed(action: (Int, Int) -> Unit) { in forEachIndexed() method
DIntMapExtensions.kt46 inline fun <T> IntMap<T>.forEachIndexed(action: (Int, Int, T) -> Unit) { in forEachIndexed() method
DIndexedMapExtensions.kt46 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/
DListExtensions.kt37 inline fun <T> List<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
DArraySetExtensions.kt41 inline fun <T> ArraySet<T>.forEachIndexed(action: (Int, T) -> Unit) { in forEachIndexed() method
DSparseArrayExtensions.kt39 inline fun <T> SparseArray<T>.forEachIndexed(action: (Int, Int, T) -> Unit) { in forEachIndexed() method
DArrayMapExtensions.kt39 inline fun <K, V> ArrayMap<K, V>.forEachIndexed(action: (Int, K, V) -> Unit) { in forEachIndexed() method
DLongSparseArrayExtensions.kt39 inline fun <T> LongSparseArray<T>.forEachIndexed(action: (Int, Long, T) -> Unit) { in forEachIndexed() method
DSparseLongArrayExtensions.kt39 inline fun SparseLongArray.forEachIndexed(action: (Int, Int, Long) -> Unit) { in forEachIndexed() method
DSparseIntArrayExtensions.kt39 inline fun SparseIntArray.forEachIndexed(action: (Int, Int, Int) -> Unit) { in forEachIndexed() method
DSparseBooleanArrayExtensions.kt39 inline fun SparseBooleanArray.forEachIndexed(action: (Int, Int, Boolean) -> Unit) { in forEachIndexed() method