Searched defs:asBool (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/randomshaders/ | ||
D | rsgVariableValue.hpp | 103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; } in asBool() function in rsg::ConstStridedValueAccess |
/external/xmlrpcpp/src/ | ||
D | XmlRpcValue.h | 177 bool asBool; member |
/external/deqp/framework/common/ | ||
D | tcuVector.hpp | 152 Vector<bool, Size> asBool (void) const { return cast<bool>(); } in asBool() function in tcu::Vector |
/external/jsoncpp/src/lib_json/ | ||
D | json_value.cpp | 702 bool Value::asBool() const { in asBool() function in Json::Value |