AEGetWhiteListResponse& AEGetWhiteListResponse::operator=(const AEGetWhiteListResponse& other) { if (this == &other) return * this; inflateValues(other.mErrorCode, other.mWhiteListLength, other.mWhiteList); return *this; }
AEGetLaunchTokenRequest& AEGetLaunchTokenRequest::operator=(const AEGetLaunchTokenRequest& other) { if (this == &other) return *this; inflateValues(other.mEnclaveMeasurementLength, other.mEnclaveMeasurement, other.mSigstructLength, other.mSigstruct, other.mSEAttributesLength, other.mSEAttributes, other.mTimeout); return *this; }
AESGXGetExtendedEpidGroupIdResponse & AESGXGetExtendedEpidGroupIdResponse::operator=(const AESGXGetExtendedEpidGroupIdResponse &other) { if (this == &other) return *this; inflateValues(other.mErrorCode, other.mExtendedEpidGroupId); return *this; }
AECloseSessionRequest& AECloseSessionRequest::operator=(const AECloseSessionRequest& other) { if (this == &other) return *this; inflateValues(other.mSessionId, other.mTimeout); return *this; }
AEReportAttestationResponse& AEReportAttestationResponse::operator=(const AEReportAttestationResponse& other) { if (this == &other) return *this; inflateValues(other.mErrorCode, other.mUpdateInfoLength, other.mUpdateInfo); return *this; }
AESGXSwitchExtendedEpidGroupResponse& AESGXSwitchExtendedEpidGroupResponse::operator=(const AESGXSwitchExtendedEpidGroupResponse& other) { if (this == &other) return *this; inflateValues(other.mErrorCode); return *this; }
AESGXSwitchExtendedEpidGroupRequest& AESGXSwitchExtendedEpidGroupRequest::operator=(const AESGXSwitchExtendedEpidGroupRequest& other) { if (this == &other) return *this; inflateValues(other.mExtendedEpidGroupId, other.mTimeout); return *this; }
AEGetWhiteListSizeRequest& AEGetWhiteListSizeRequest::operator=(const AEGetWhiteListSizeRequest& other) { if (this == &other) return *this; inflateValues(other.mTimeout); //do nothing - no members return *this; }
AESGXGetExtendedEpidGroupIdRequest& AESGXGetExtendedEpidGroupIdRequest::operator=(const AESGXGetExtendedEpidGroupIdRequest& other) { if (this == &other) return *this; inflateValues(other.mTimeout); //do nothing - no members return *this; }