Home
last modified time | relevance | path

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

/system/libcppbor/include/cppbor/
Dcppbor.h145 virtual Bool* asBool() { return nullptr; } in asBool() function
146 const Bool* asBool() const { return const_cast<Item*>(this)->asBool(); } in asBool() function
882 Bool* asBool() override { return this; } in asBool() function
/system/libcppbor/src/
Dcppbor.cpp240 const Bool* asBool = item->asSimple()->asBool(); in prettyPrintInternal() local