Lines Matching full:indexof
196 if (indexOf(other.elements[i]) < 0) {
205 if (indexOf(other.elements[i]) >= 0) {
215 int32_t j = indexOf(other.elements[i]);
227 int32_t i = other.indexOf(elements[j]);
244 int32_t i = indexOf(obj);
289 int32_t UVector::indexOf(void* obj, int32_t startIndex) const {
292 return indexOf(key, startIndex, HINT_KEY_POINTER);
295 int32_t UVector::indexOf(int32_t obj, int32_t startIndex) const {
298 return indexOf(key, startIndex, HINT_KEY_INTEGER);
302 int32_t UVector::indexOf(UElement key, int32_t startIndex, int8_t hint) const {