Searched defs:newImpl (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp139 nsVoidArray::SetArray(Impl *newImpl, PRInt32 aSize, PRInt32 aCount, PRBool owner) argument
142 NS_PRECONDITION(newImpl, "can't set size");
143 mImpl = newImpl;
187 Impl* newImpl = NS_REINTERPRET_CAST(Impl*, bytes); local
188 if (!newImpl)
192 if (mImpl == newImpl)
208 SetArray(newImpl,aSize,newImpl->mCount,PR_TRUE);
215 Impl* newImpl = NS_REINTERPRET_CAST(Impl*, bytes); local
216 if (!newImpl)
[all...]

Completed in 50 milliseconds