Home
last modified time | relevance | path

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

/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
DList.kt58 inline fun <T> MutableList<T>.removeAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in removeAllIndexed() method
DIndexedSet.kt89 inline fun <T> IndexedSet<T>.removeAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in removeAllIndexed() method
DIndexedList.kt81 inline fun <T> IndexedList<T>.removeAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in removeAllIndexed() method
DIndexedListSet.kt132 inline fun <T> IndexedListSet<T>.removeAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in removeAllIndexed() method
DIntBooleanMap.kt143 inline fun IntBooleanMap.removeAllIndexed(predicate: (Int, Int, Boolean) -> Boolean): Boolean { in removeAllIndexed() method
DIntMap.kt141 inline fun <T> IntMap<T>.removeAllIndexed(predicate: (Int, Int, T) -> Boolean): Boolean { in removeAllIndexed() method
DIntSet.kt122 inline fun IntSet.removeAllIndexed(predicate: (Int, Int) -> Boolean): Boolean { in removeAllIndexed() method
DIntLongMap.kt143 inline fun IntLongMap.removeAllIndexed(predicate: (Int, Int, Long) -> Boolean): Boolean { in removeAllIndexed() method
DIndexedMap.kt129 inline fun <K, V> IndexedMap<K, V>.removeAllIndexed(predicate: (Int, K, V) -> Boolean): Boolean { in removeAllIndexed() method