Searched defs:removeAt (Results 1 – 13 of 13) sorted by relevance
124 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
160 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
191 void GenerationCache<K, V>::removeAt(ssize_t index) { in removeAt() function
306 inline void removeAt(size_t index) { in removeAt() function
101 public void removeAt(int index) { in removeAt() method in SparseIntArray
103 public void removeAt(int index) { in removeAt() method in SparseLongArray
115 public void removeAt(int index) { in removeAt() method in SparseArray
115 public void removeAt(int index) { in removeAt() method in LongSparseArray
91 inline ssize_t removeAt(size_t index) { in removeAt() function
114 public void removeAt(int index) { in removeAt() method in SparseWeakArray
93 public void removeAt(int index) { in removeAt() method in SparseArrayCompat
113 public void removeAt(int index) { in removeAt() method in LongSparseArray
184 void BasicHashtableImpl::removeAt(size_t index) { in removeAt() function in android::BasicHashtableImpl