Searched refs:srcContentParam (Results 1 – 2 of 2) sorted by relevance
38 MmsContentParam &MmsContentParam::operator=(const MmsContentParam &srcContentParam) in operator =() argument40 if (this != &srcContentParam) { in operator =()41 charset_ = srcContentParam.charset_; in operator =()42 type_ = srcContentParam.type_; in operator =()43 textMap_ = srcContentParam.textMap_; in operator =()
70 MmsContentParam& operator=(const MmsContentParam &srcContentParam);