Home
last modified time | relevance | path

Searched refs:Int (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h58 class Int; variable
114 virtual const Int* asInt() const { return nullptr; } in asInt()
202 class Int : public Item {
204 bool operator==(const Int& other) const& { return value() == other.value(); }
208 const Int* asInt() const override { return this; } in asInt()
214 class Uint : public Int {
252 class Nint : public Int {
DREADME.md30 * `Int` is an abstract base of `Uint` and `Nint` that facilitates
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1773 const cppbor::Int* number = keyItem->asInt(); in coseSignGetX5Chain()