Searched refs:m_first (Results 1 – 4 of 4) 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()
14 : m_first(pair.first), m_second(pair.second) {} in V8DebuggerId()17 return StringBufferFrom(String16::fromInteger64(m_first) + "." + in toString()21 bool V8DebuggerId::isValid() const { return m_first || m_second; } in isValid()24 return std::make_pair(m_first, m_second); in pair()
133 int64_t m_first = 0; variable