Searched refs:rPropEntry (Results 1 – 1 of 1) sorted by relevance
45 const PropEntry& operator=(const PropEntry& rPropEntry);66 const PropEntry& PropEntry::operator=(const PropEntry& rPropEntry) in operator =() argument68 if ( this != &rPropEntry ) in operator =()71 mnId = rPropEntry.mnId; in operator =()72 mnSize = rPropEntry.mnSize; in operator =()73 mnTextEnc = rPropEntry.mnTextEnc; in operator =()75 memcpy( (void*)mpBuf, (void*)rPropEntry.mpBuf, mnSize ); in operator =()
Completed in 36 milliseconds