Home
last modified time | relevance | path

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

/system/libcppbor/include/cppbor/
Dcppbor.h149 virtual Null* asNull() { return nullptr; } in asNull() function
150 const Null* asNull() const { return const_cast<Item*>(this)->asNull(); } in asNull() function
916 Null* asNull() override { return this; } in asNull() function
/system/libcppbor/src/
Dcppbor.cpp241 const Null* asNull = item->asSimple()->asNull(); in prettyPrintInternal() local