Home
last modified time | relevance | path

Searched defs:asBool (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableValue.hpp103 bool asBool (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->boolVal; } in asBool() function in rsg::ConstStridedValueAccess
108 …bool asBool (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[n… in asBool() function in rsg::ConstStridedValueAccess
136 bool& asBool (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->boolVal; } in asBool() function in rsg::StridedValueAccess
141 …bool& asBool (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[n… in asBool() function in rsg::StridedValueAccess
/external/libcppbor/include/cppbor/
Dcppbor.h842 virtual const Bool* asBool() const { return nullptr; }; in asBool() function
859 const Bool* asBool() const override { return this; } in asBool() function
/external/libcppbor/src/
Dcppbor.cpp240 const Bool* asBool = item->asSimple()->asBool(); in prettyPrintInternal() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp142 std::string asBool(StringRef text, bool NeedsStaticCast) { in asBool() function
/external/deqp/framework/common/
DtcuVector.hpp152 Vector<bool, Size> asBool (void) const { return cast<bool>(); } in asBool() function in tcu::Vector
/external/jsoncpp/src/lib_json/
Djson_value.cpp804 bool Value::asBool() const { in asBool() function in Json::Value
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3180 bool Value::asBool() const { in asBool() function in Json::Value
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp3212 bool Value::asBool() const { in asBool() function in Json::Value
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3180 bool Value::asBool() const { in asBool() function in Json::Value
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3180 bool Value::asBool() const { in asBool() function in Json::Value
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp3180 bool Value::asBool() const { in asBool() function in Json::Value