Searched refs:Simple (Results 1 – 8 of 8) sorted by relevance
61 class Simple; variable119 virtual const Simple* asSimple() const { return nullptr; } in asSimple()579 class Simple : public Item {583 bool operator==(const Simple& other) const&;588 const Simple* asSimple() const override { return this; } in asSimple()598 class Bool : public Simple {630 class Null : public Simple {657 if constexpr (std::is_base_of_v<Simple, T>) { in downcastItem()
38 * `Simple` corresponds to major type 7. It's an abstract class since40 * `Bool` is the only currently-implemented subclass of `Simple`.
136 bool Simple::operator==(const Simple& other) const& { in operator ==()
1670 const cppbor::Simple* payloadAsSimple = (*array)[2]->asSimple(); in coseCheckEcDsaSignature()1729 const cppbor::Simple* payloadAsSimple = (*array)[2]->asSimple(); in coseSignGetPayload()
128 * Simple processing as constant gain adjustment must be DIRECT.
184 * Simple processing as constant gain adjustment must be DIRECT.
451 const cppbor::Simple* simple = innerMapValueItem->asSimple(); in startRetrieval()