Searched refs:asNull (Results 1 – 5 of 5) sorted by relevance
/system/libcppbor/tests/ |
D | cppbor_test.cpp | 726 EXPECT_EQ(nullptr, item->asNull()); in TEST() 747 EXPECT_EQ(nullptr, item->asNull()); in TEST() 768 EXPECT_EQ(nullptr, item->asNull()); in TEST() 789 EXPECT_EQ(nullptr, item->asNull()); in TEST() 809 EXPECT_EQ(nullptr, item->asNull()); in TEST() 818 EXPECT_EQ(nullptr, item->asNull()); in TEST() 819 EXPECT_EQ(nullptr, item->asSimple()->asNull()); in TEST() 836 EXPECT_EQ(nullptr, item->asNull()); in TEST() 856 EXPECT_EQ(nullptr, item->asNull()); in TEST() 875 EXPECT_EQ(nullptr, item->asNull()); in TEST() [all …]
|
/system/libcppbor/src/ |
D | cppbor.cpp | 241 const Null* asNull = item->asSimple()->asNull(); in prettyPrintInternal() local 244 } else if (asNull != nullptr) { in prettyPrintInternal()
|
/system/libcppbor/include/cppbor/ |
D | cppbor.h | 149 virtual Null* asNull() { return nullptr; } in asNull() function 150 const Null* asNull() const { return const_cast<Item*>(this)->asNull(); } in asNull() function 916 Null* asNull() override { return this; } in asNull() function
|
/system/security/provisioner/ |
D | rkp_factory_extraction_lib_test.cpp | 227 EXPECT_THAT(actualMacedKeys->get(2)->asNull(), NotNull()); in TEST()
|
/system/keymaster/cppcose/ |
D | cppcose.cpp | 509 if (!ciphertext->asSimple() || !ciphertext->asSimple()->asNull()) { in getSenderPubKeyFromCoseEncrypt()
|