Lines Matching refs:this
91 Memory(Memory&& other) { *this = std::move(other); } in Memory()
93 if (this != &other) {
100 return *this;
128 Model(Model&& other) { *this = std::move(other); } in Model()
130 if (this != &other) {
139 return *this;
228 Event(Event&& other) { *this = std::move(other); } in Event()
230 if (this != &other) {
235 return *this;
270 Compilation(Compilation&& other) { *this = std::move(other); } in Compilation()
272 if (this != &other) {
277 return *this;
313 Execution(Execution&& other) { *this = std::move(other); } in Execution()
315 if (this != &other) {
320 return *this;