Searched refs:aSourceValue (Results 1 – 1 of 1) sorted by relevance
95 const Any aSourceValue = _rxSource->getPropertyValue(pSourceProps->Name); in copyProperties() local96 … if ( 0 != (aDestProp.Attributes & PropertyAttribute::MAYBEVOID) || aSourceValue.hasValue() ) in copyProperties()97 _rxDest->setPropertyValue(pSourceProps->Name, aSourceValue); in copyProperties()
Completed in 8 milliseconds