Searched refs:pushed (Results 1 – 3 of 3) sorted by relevance
213 bool pushed = m_Children.push_back(child); in Attach() local214 if (pushed) in Attach()219 return pushed; in Attach()
235 bool pushed = this->m_Slots.push_back(slot);236 NW_ASSERT(pushed);254 bool pushed = this->m_Slots.push_back(slot);255 return pushed;666 bool pushed = this->m_Slots.push_back(slot);667 NW_ASSERT(pushed);685 bool pushed = this->m_Slots.push_back(slot);686 return pushed;1098 bool pushed = this->m_Slots.push_back(slot);1099 NW_ASSERT(pushed);[all …]
442 bool pushed = this->m_List.push_back(element); in EnqueueElement() local443 if (!pushed) in EnqueueElement()558 bool pushed = this->m_List.push_back( in EnqueueCommand() local562 if (pushed) in EnqueueCommand()