Searched refs:otherArray (Results 1 – 3 of 3) sorted by relevance
74 EncodedArrayItem otherArray = (EncodedArrayItem) other; in compareTo0() local76 return array.compareTo(otherArray.array); in compareTo0()
250 void aliasInstead(T *otherArray, int32_t otherCapacity) { in aliasInstead() argument251 if(otherArray!=NULL && otherCapacity>0) { in aliasInstead()253 ptr=otherArray; in aliasInstead()
91 - (void) addObjectsFromArray:(NSArray *)otherArray94 cnt = [otherArray count];97 [self addObject:[otherArray objectAtIndex:i]];