Searched refs:m_unit (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 365 , m_unit (unit) in LogValueInfo() 375 std::string m_unit; member in tcu::LogValueInfo 386 , m_unit (unit) in LogNumber() 397 std::string m_unit; member in tcu::LogNumber 513 log.writeValueInfo(m_name, m_description, m_unit, m_tag); in write() 519 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write() 525 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write()
|