Searched refs:m_pTail (Results 1 – 1 of 1) sorted by relevance
184 hid_buffer_pool() : m_nSize( 0 ), m_pHead( nullptr ), m_pTail( nullptr ), m_pFree( nullptr ) in hid_buffer_pool()212 m_pTail = nullptr; in pop_front()235 if ( m_pTail ) in emplace_back()237 m_pTail->m_pNext = pEntry; in emplace_back()243 m_pTail = pEntry; in emplace_back()266 hid_buffer_entry *m_pTail; member in hid_buffer_pool
Completed in 6 milliseconds