Searched defs:removeAllIndexed (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/services/permission/java/com/android/server/permission/access/collection/ |
| D | List.kt | 58 inline fun <T> MutableList<T>.removeAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in removeAllIndexed() method
|
| D | IndexedSet.kt | 89 inline fun <T> IndexedSet<T>.removeAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in removeAllIndexed() method
|
| D | IndexedList.kt | 81 inline fun <T> IndexedList<T>.removeAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in removeAllIndexed() method
|
| D | IndexedListSet.kt | 132 inline fun <T> IndexedListSet<T>.removeAllIndexed(predicate: (Int, T) -> Boolean): Boolean { in removeAllIndexed() method
|
| D | IntBooleanMap.kt | 143 inline fun IntBooleanMap.removeAllIndexed(predicate: (Int, Int, Boolean) -> Boolean): Boolean { in removeAllIndexed() method
|
| D | IntMap.kt | 141 inline fun <T> IntMap<T>.removeAllIndexed(predicate: (Int, Int, T) -> Boolean): Boolean { in removeAllIndexed() method
|
| D | IntSet.kt | 122 inline fun IntSet.removeAllIndexed(predicate: (Int, Int) -> Boolean): Boolean { in removeAllIndexed() method
|
| D | IntLongMap.kt | 143 inline fun IntLongMap.removeAllIndexed(predicate: (Int, Int, Long) -> Boolean): Boolean { in removeAllIndexed() method
|
| D | IndexedMap.kt | 129 inline fun <K, V> IndexedMap<K, V>.removeAllIndexed(predicate: (Int, K, V) -> Boolean): Boolean { in removeAllIndexed() method
|