Searched defs:removeAt (Results 1 – 4 of 4) sorted by relevance
124 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
165 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); } in removeAt() function
307 inline void removeAt(size_t index) { in removeAt() function
188 void BasicHashtableImpl::removeAt(size_t index) { in removeAt() function in android::BasicHashtableImpl