Lines Matching defs:tmp
59 auto tmp = new EventListener();
61 if (strncpy_s(tmp->type, LISTENER_TYPTE_MAX_LENGTH, type, strlen(type)) != EOK) {
62 delete tmp;
63 tmp = nullptr;
68 first_ = last_ = tmp;
70 last_->next = tmp;
80 auto tmp = new EventListener();
82 if (strncpy_s(tmp->type, LISTENER_TYPTE_MAX_LENGTH, type, strlen(type)) != EOK) {
83 delete tmp;
84 tmp = nullptr;
89 first_ = last_ = tmp;
91 last_->next = tmp;