Searched refs:has_value (Results 1 – 5 of 5) sorted by relevance
25 EXPECT_FALSE(myInt.has_value()); in TEST()30 EXPECT_TRUE(myInt.has_value()); in TEST()36 EXPECT_TRUE(myInt.has_value()); in TEST()42 EXPECT_FALSE(myInt.has_value()); in TEST()45 EXPECT_TRUE(myInt.has_value()); in TEST()47 EXPECT_FALSE(myInt.has_value()); in TEST()52 EXPECT_FALSE(myInt.has_value()); in TEST()54 EXPECT_TRUE(myInt.has_value()); in TEST()61 EXPECT_FALSE(myMovedInt.has_value()); in TEST()63 EXPECT_FALSE(myInt.has_value()); in TEST()[all …]
52 bool has_value() const;
36 bool Optional<ObjectType>::has_value() const { in has_value() function
77 if (!mScanRequestingNanoappInstanceId.has_value()) { in requestScan()368 CHRE_ASSERT_LOG(mScanRequestingNanoappInstanceId.has_value(), in handleScanResponseSync()370 if (mScanRequestingNanoappInstanceId.has_value()) { in handleScanResponseSync()415 && mScanRequestingNanoappInstanceId.has_value()) { in handleFreeWifiScanEvent()
36 return mPlatformSensor.has_value(); in isValid()