Searched refs:aNewValue (Results 1 - 4 of 4) sorted by relevance
/vbox/include/iprt/cpp/ |
H A D | mem.h | 259 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/string/src/ |
H A D | nsTStringObsolete.cpp | 370 nsTString_CharT::ReplaceSubstring( const char_type* aTarget, const char_type* aNewValue ) 373 nsTDependentString_CharT(aNewValue)); 377 nsTString_CharT::ReplaceSubstring( const self_type& aTarget, const self_type& aNewValue ) 389 Replace(i + r, aTarget.Length(), aNewValue); 390 i += r + aNewValue.Length();
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsPersistentProperties.cpp | 265 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
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsTString.h | 369 NS_COM void ReplaceSubstring( const self_type& aTarget, const self_type& aNewValue); 370 NS_COM void ReplaceSubstring( const char_type* aTarget, const char_type* aNewValue);
|
Completed in 752 milliseconds