Searched refs:logValue (Results 1 – 18 of 18) sorted by relevance
213 std::string logValue(utility::ErrorContext &errorContext) const override final;214 virtual std::string logValue(CParameterAccessContext &context) const;
52 std::string logValue(utility::ErrorContext &errorContext) const override;
59 std::string logValue(utility::ErrorContext &errorContext) const override;
70 string CEnumValuePair::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CEnumValuePair
316 std::string CConfigurableElement::logValue(utility::ErrorContext &context) const in logValue() function in CConfigurableElement318 return logValue(static_cast<CParameterAccessContext &>(context)); in logValue()321 std::string CConfigurableElement::logValue(CParameterAccessContext & /*ctx*/) const in logValue() function in CConfigurableElement
78 std::string logValue(utility::ErrorContext &errorContext) const override;
53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CCompoundRule
105 string strValue = logValue(errorContext); in dumpContent()137 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CElement
109 std::string logValue(CParameterAccessContext &context) const override;
80 string CBaseParameter::logValue(CParameterAccessContext &context) const in logValue() function in CBaseParameter
73 std::string logValue(CParameterAccessContext &context) const override;
158 virtual std::string logValue(utility::ErrorContext &errorContext) const;
54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const in logValue() function in CSelectionCriterionRule
161 std::string logValue(utility::ErrorContext &errorContext) const override;
171 string CArrayParameter::logValue(CParameterAccessContext &context) const in logValue() function in CArrayParameter
83 string CConfigurableDomain::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CConfigurableDomain
129 std::string logValue = valueName ? std::string(valueName) : de::toString(m_value); in iterate() local131 m_testCtx.getLog() << TestLog::Message << m_varName << " = " << logValue << TestLog::EndMessage; in iterate()
203 EGLint getValue (EGLConfig config, EGLenum attrib, bool logValue=true);269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue() argument277 if (logValue) in getValue()