Searched refs:m_List (Results 1 – 1 of 1) sorted by relevance
442 bool pushed = this->m_List.push_back(element); in EnqueueElement()448 ElementType* back = &m_List.back(); in EnqueueElement()558 bool pushed = this->m_List.push_back( in EnqueueCommand()564 return &this->m_List.back(); in EnqueueCommand()578 this->m_List.clear();636 return m_List.size(); in Size()642 return m_List.empty(); in Empty()648 return m_List.front(); in Peek()654 return m_List.front(); in Peek()660 return m_List.begin(); in Begin()[all …]