Searched refs:m_List (Results 1 – 1 of 1) sorted by relevance
440 bool pushed = this->m_List.push_back(element); in EnqueueElement()446 ElementType* back = &m_List.back(); in EnqueueElement()556 bool pushed = this->m_List.push_back( in EnqueueCommand()562 return &this->m_List.back(); in EnqueueCommand()576 this->m_List.clear();634 return m_List.size(); in Size()640 return m_List.empty(); in Empty()646 return m_List.front(); in Peek()652 return m_List.front(); in Peek()658 return m_List.begin(); in Begin()[all …]