Searched refs:ObjectAt (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsDeque.cpp352 void* nsDeque::ObjectAt(PRInt32 aIndex) const { function in class:nsDeque
397 aFunctor(ObjectAt(i));
412 void* obj=aFunctor(ObjectAt(i));
530 return mDeque.ObjectAt(++mIndex);
547 return mDeque.ObjectAt(mIndex++);
563 return mDeque.ObjectAt(--mIndex);
580 return mDeque.ObjectAt(mIndex--);
601 return mDeque.ObjectAt(mIndex);
H A DnsCOMArray.h99 nsISupports* ObjectAt(PRInt32 aIndex) const { function in class:nsCOMArray_base
108 return ObjectAt(aIndex);
124 // most of the read-only accessors like ObjectAt()/etc do NOT refcount
136 // that methods like ObjectAt() may return null when referring to an
152 T* ObjectAt(PRInt32 aIndex) const { function in class:nsCOMArray
153 return NS_STATIC_CAST(T*,nsCOMArray_base::ObjectAt(aIndex));
163 return ObjectAt(aIndex);
H A DnsCOMArray.cpp60 nsISupports* obj = ObjectAt(i);
100 NS_IF_ADDREF(aObjects.ObjectAt(i));
137 nsISupports* element = ObjectAt(aIndex);
H A DnsDeque.h153 void* ObjectAt(int aIndex) const;
H A DnsArray.cpp73 nsISupports * obj = mArray.ObjectAt(aIndex);
76 // no need to worry about a leak here, because ObjectAt() doesn't

Completed in 718 milliseconds