Searched refs:aOther (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsIHashable.idl50 boolean equals(in nsIHashable aOther);
H A DnsValueArray.cpp98 nsValueArray& nsValueArray::operator=(const nsValueArray& aOther) { argument
102 if ((mBytesPerValue != aOther.mBytesPerValue || mCapacity < aOther.mCount) && nsnull != mValueArray) {
111 mBytesPerValue = aOther.mBytesPerValue;
112 mCount = aOther.mCount;
128 memcpy(mValueArray, aOther.mValueArray, mCount * mBytesPerValue);
H A DnsCOMArray.cpp49 nsCOMArray_base::nsCOMArray_base(const nsCOMArray_base& aOther) argument
52 mArray.SizeTo(aOther.Count());
53 AppendObjects(aOther);
H A DnsCOMArray.h147 nsCOMArray(const nsCOMArray<T>& aOther) : nsCOMArray_base(aOther) { } argument
H A DnsSupportsArray.h91 NS_IMETHOD_(PRBool) Equals(const nsISupportsArray* aOther);
145 NS_IMETHOD_(PRBool) InsertElementsAt(nsISupportsArray *aOther, PRUint32 aIndex);
H A DnsISupportsArray.idl117 [notxpcom] boolean InsertElementsAt(in nsISupportsArray aOther,
H A DnsSupportsArray.cpp298 nsSupportsArray::Equals(const nsISupportsArray* aOther) argument
300 if (aOther) {
302 nsISupportsArray* other = NS_CONST_CAST(nsISupportsArray*, aOther);
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DXPCOMJavaProxy.java163 * @param aOther another object
170 protected static Boolean proxyEquals(Object aProxy, Object aOther) { argument
172 if (aProxy == aOther) {
176 // we need to check if |aOther| is an XPCOMJavaProxy.
177 if (isXPCOMJavaProxy(aOther) && isSameXPCOMObject(aProxy, aOther)) {
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp383 EventMapRecord(EventMapRecord &aOther) argument
385 mNext = aOther.mNext;
386 mPrev = aOther.mPrev;
387 mRef = aOther.mRef;
388 mRefCnt = aOther.mRefCnt;
389 mAlive = aOther.mAlive;
539 operator==(const EventMapList::iterator &aOther) const
541 return mCur == aOther.mCur;
545 operator!=(const EventMapList::iterator &aOther) const
547 return mCur != aOther
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.cpp67 bool operator< (const QTreeWidgetItem &aOther) const
70 return parent() ? text (0).toLower() < aOther.text (0).toLower() :
71 text (1).toLower() < aOther.text (1).toLower();
/vbox/include/VBox/com/
H A Darray.h989 void cloneTo(SafeArray<T>& aOther) const
991 aOther.reset(size());
992 aOther.initFrom(*this);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp2310 nsLocalFile::Equals(nsIHashable* aOther, PRBool *aResult) argument
2312 return EqualsInternal(aOther, PR_FALSE, aResult);

Completed in 64 milliseconds