Searched defs:logValue (Results 1 – 11 of 11) sorted by relevance
70 string CEnumValuePair::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CEnumValuePair
53 string CCompoundRule::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CCompoundRule
54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const in logValue() function in CSelectionCriterionRule
316 std::string CConfigurableElement::logValue(utility::ErrorContext &context) const in logValue() function in CConfigurableElement321 std::string CConfigurableElement::logValue(CParameterAccessContext & /*ctx*/) const in logValue() function in CConfigurableElement
80 string CBaseParameter::logValue(CParameterAccessContext &context) const in logValue() function in CBaseParameter
138 string CElement::logValue(utility::ErrorContext & /*ctx*/) const in logValue() function in CElement
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() local
234 void logValue (std::ostringstream& logMsg, const void* valuePtr, VkFormat valueFormat, size_t value… in logValue() function
269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue()