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

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp1167 nsVoidArray* otherArray = other.GetChildVector(); local
1174 *ourArray = *otherArray;
1179 otherArray = other.SwitchToVector();
1180 if (otherArray)
1181 *ourArray = *otherArray;
1191 *ourArray = *otherArray;

Completed in 256 milliseconds