Searched defs:asBool (Results 1 – 7 of 7) sorted by relevance
103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; } in asBool() function in rsg::ConstStridedValueAccess108 …bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[n… in asBool() function in rsg::ConstStridedValueAccess136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; } in asBool() function in rsg::StridedValueAccess141 …bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[n… in asBool() function in rsg::StridedValueAccess
152 Vector<bool, Size> asBool (void) const { return cast<bool>(); } in asBool() function in tcu::Vector
702 bool Value::asBool() const { in asBool() function in Json::Value
3180 bool Value::asBool() const { in asBool() function in Json::Value
3212 bool Value::asBool() const { in asBool() function in Json::Value