Searched refs:asBool (Results 1 – 7 of 7) sorted by relevance
141 return *asBool() == *(other.asBool()); in operator ==()
311 const cppbor::Bool* asBool = item->asSimple()->asBool(); in cborPrettyPrintInternal() local313 if (asBool != nullptr) { in cborPrettyPrintInternal()314 out.append(asBool->value() ? "true" : "false"); in cborPrettyPrintInternal()
215 is_monitor = sensors[i]["Monitor"].asBool(); in ParseSensorInfo()
60 ((*arrayItem)[1]->asSimple() != nullptr ? ((*arrayItem)[1]->asSimple()->asBool()) in initialize()453 (simple != nullptr) ? simple->asBool() : nullptr; in startRetrieval()
590 virtual const Bool* asBool() const { return nullptr; }; in asBool() function607 const Bool* asBool() const override { return this; } in asBool() function
90 ((*arrayItem)[1]->asSimple() != nullptr ? ((*arrayItem)[1]->asSimple()->asBool()) in extractFromTestCredentialData()
634 EXPECT_NE(nullptr, item->asSimple()->asBool()); in TEST()636 EXPECT_FALSE(item->asSimple()->asBool()->value()); in TEST()