Searched defs:asBool (Results 1 – 11 of 11) 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
842 virtual const Bool* asBool() const { return nullptr; }; in asBool() function859 const Bool* asBool() const override { return this; } in asBool() function
240 const Bool* asBool = item->asSimple()->asBool(); in prettyPrintInternal() local
142 std::string asBool(StringRef text, bool NeedsStaticCast) { in asBool() function
152 Vector<bool, Size> asBool (void) const { return cast<bool>(); } in asBool() function in tcu::Vector
804 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