Home
last modified time | relevance | path

Searched defs:forEachKeyIndexed (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
DIntBooleanMap.kt57 inline fun IntBooleanMap.forEachKeyIndexed(action: (Int, Int) -> Unit) { in forEachKeyIndexed() method
DIntMap.kt61 inline fun <T> IntMap<T>.forEachKeyIndexed(action: (Int, Int) -> Unit) { in forEachKeyIndexed() method
DIntLongMap.kt57 inline fun IntLongMap.forEachKeyIndexed(action: (Int, Int) -> Unit) { in forEachKeyIndexed() method
DIndexedMap.kt61 inline fun <K, V> IndexedMap<K, V>.forEachKeyIndexed(action: (Int, K) -> Unit) { in forEachKeyIndexed() method