Searched refs:Int (Results 1 – 3 of 3) sorted by relevance
58 class Int; variable114 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 {
30 * `Int` is an abstract base of `Uint` and `Nint` that facilitates
1773 const cppbor::Int* number = keyItem->asInt(); in coseSignGetX5Chain()