Home | History | Annotate | Download | only in common

Lines Matching refs:m_name

239 		: m_name		(name)
247 std::string m_name;
264 std::string m_name;
276 : m_name (name)
284 std::string m_name;
356 : m_name (name)
364 std::string m_name;
372 : m_name (name)
382 std::string m_name;
393 : m_name (name)
404 std::string m_name;
488 log.startImageSet(m_name.c_str(), m_description.c_str());
493 log.startSection(m_name.c_str(), m_description.c_str());
518 log.startSampleList(m_name, m_description);
523 log.writeValueInfo(m_name, m_description, m_unit, m_tag);
529 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
535 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);