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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsSupportsArray.cpp504 nsISupports *tempElement; local
515 tempElement = mArray[aFrom];
522 mArray[aTo] = tempElement;
529 mArray[aTo] = tempElement;
H A DnsVoidArray.cpp527 void *tempElement; local
538 tempElement = mImpl->mArray[aFrom];
545 mImpl->mArray[aTo] = tempElement;
552 mImpl->mArray[aTo] = tempElement;

Completed in 219 milliseconds