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

/vbox/include/iprt/cpp/
H A Dmem.h259 T *aNewValue = (T *)a_fnAllocator(this->get(), a_cElements * sizeof(T), RTMEM_TAG); local
260 if (RT_LIKELY(aNewValue != NULL))
262 /* We want this both if aNewValue is non-NULL and if it is NULL. */
263 this->reset(aNewValue);
264 return aNewValue != NULL;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsPersistentProperties.cpp265 const nsAString& aNewValue,
270 NS_LossyConvertUCS2ToASCII(aNewValue).get() << endl;
286 entry->mValue = ArenaStrdup(PromiseFlatString(aNewValue), &mArena);
264 SetStringProperty(const nsACString& aKey, const nsAString& aNewValue, nsAString& aOldValue) argument

Completed in 478 milliseconds