Lines Matching refs:m_value
94 : m_value (value)
102 deUint64 bitsLeft = m_value;
107 if (bitsLeft != m_value)
116 if (bitsLeft != m_value)
125 deUint64 m_value;
146 , m_value (value)
152 const char* name = m_getName(m_value);
156 return stream << Hex<NumBytes*2>((deUint64)m_value);
161 const char* name = m_getName(m_value);
165 return Hex<NumBytes*2>((deUint64)m_value).toString();
170 const T m_value;