Home
last modified time | relevance | path

Searched defs:asBool (Results 1 – 1 of 1) sorted by relevance

/system/libcppbor/include/cppbor/
Dcppbor.h164 virtual Bool* asBool() { return nullptr; } in asBool() function
165 const Bool* asBool() const { return const_cast<Item*>(this)->asBool(); } in asBool() function
910 Bool* asBool() override { return this; } in asBool() function