Searched refs:m_first (Results 1 – 2 of 2) sorted by relevance
72 First* m_first; member146 m_first->~First(); in release()151 m_first = DE_NULL; in release()158 m_first = new(m_data)First(first); in Either()179 m_first = new(m_data)First(*other.m_first); in Either()195 m_first = new(m_data)First(*other.m_first); in operator =()208 m_first = new(m_data)First(first); in operator =()240 return *m_first; in getFirst()
90 Block* m_first; member in de::AppendList167 , m_first (new Block(0, blockSize)) in AppendList()168 , m_last (m_first) in AppendList()176 Block* curBlock = m_first; in ~AppendList()200 Block* curBlock = m_first; in clear()212 if (delBlock != m_first) in clear()219 m_first->next = DE_NULL; in clear()220 m_last = m_first; in clear()274 return const_iterator(m_first, m_blockSize, 0); in begin()280 return iterator(m_first, m_blockSize, 0); in begin()