Searched defs:asBool (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/common/
H A DtcuVector.hpp152 Vector<bool, Size> asBool (void) const { return cast<bool>(); } function in class:tcu::Vector
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; } function in class:rsg::ConstStridedValueAccess
108 bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[ndx].boolVal; } function in class:rsg::ConstStridedValueAccess
136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; } function in class:rsg::StridedValueAccess
141 bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx].boolVal; } function in class:rsg::StridedValueAccess
155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this; }
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp906 Value::asBool() const function in class:Json::Value
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp902 Value::asBool() const function in class:Json::Value

Completed in 872 milliseconds