Lines Matching refs:this
117 if (this != &other) {
122 return *this;
139 if (this != &other) {
145 return *this;
224 Memory(Memory&& other) { *this = std::move(other); }
226 if (this != &other) {
235 return *this;
274 Model(Model&& other) { *this = std::move(other); }
276 if (this != &other) {
287 return *this;
403 Event(Event&& other) { *this = std::move(other); }
405 if (this != &other) {
415 return *this;
489 Compilation(Compilation&& other) { *this = std::move(other); }
491 if (this != &other) {
496 return *this;
606 Execution(Execution&& other) { *this = std::move(other); }
608 if (this != &other) {
615 return *this;