Lines Matching refs:this
88 if (this != &other) {
93 return *this;
110 if (this != &other) {
116 return *this;
166 Memory(Memory&& other) { *this = std::move(other); } in Memory()
168 if (this != &other) {
175 return *this;
203 Model(Model&& other) { *this = std::move(other); } in Model()
205 if (this != &other) {
214 return *this;
310 Event(Event&& other) { *this = std::move(other); } in Event()
312 if (this != &other) {
317 return *this;
352 Compilation(Compilation&& other) { *this = std::move(other); } in Compilation()
354 if (this != &other) {
359 return *this;
403 Execution(Execution&& other) { *this = std::move(other); } in Execution()
405 if (this != &other) {
410 return *this;