Searched refs:m_List (Results 1 – 1 of 1) sorted by relevance
438 this->m_List.push_back(element); in EnqueueElement()439 ElementType* back = &m_List.back(); in EnqueueElement()548 this->m_List.push_back( in EnqueueCommand()552 return &this->m_List.back(); in EnqueueCommand()561 this->m_List.clear();619 return m_List.size(); in Size()625 return m_List.empty(); in Empty()631 return m_List.front(); in Peek()637 return m_List.front(); in Peek()643 return m_List.begin(); in Begin()[all …]