Home
last modified time | relevance | path

Searched defs:indexOf (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/tinyutils/
DSortedVector.h211 ssize_t SortedVector<TYPE>::indexOf(const TYPE& item) const { in indexOf() function
DVectorImpl.cpp445 ssize_t SortedVectorImpl::indexOf(const void* item) const in indexOf() function in android::SortedVectorImpl