Searched refs:asUint (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/identity/support/src/ |
D | cppbor.cpp | 111 return *asUint() == *(other.asUint()); in operator ==()
|
D | IdentityCredentialSupport.cpp | 195 snprintf(buf, sizeof(buf), "%" PRIu64, item->asUint()->unsignedValue()); in cborPrettyPrintInternal()
|
/hardware/interfaces/identity/support/tests/ |
D | cppbor_test.cpp | 558 EXPECT_NE(nullptr, item->asUint()); in TEST() 567 EXPECT_EQ(10, item->asUint()->value()); in TEST() 575 EXPECT_EQ(nullptr, item->asUint()); in TEST() 592 EXPECT_EQ(nullptr, item->asUint()); in TEST() 609 EXPECT_EQ(nullptr, item->asUint()); in TEST() 625 EXPECT_EQ(nullptr, item->asUint()); in TEST() 644 EXPECT_EQ(nullptr, item->asUint()); in TEST() 660 EXPECT_EQ(nullptr, item->asUint()); in TEST()
|
/hardware/interfaces/identity/support/include/cppbor/ |
D | cppbor.h | 115 virtual const Uint* asUint() const { return nullptr; } in asUint() function 223 const Uint* asUint() const override { return this; } in asUint() function
|