Home
last modified time | relevance | path

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

/system/libcppbor/include/cppbor/
Dcppbor.h154 virtual Uint* asUint() { return nullptr; } in asUint() function
155 const Uint* asUint() const { return const_cast<Item*>(this)->asUint(); } in asUint() function
347 Uint* asUint() override { return this; } in asUint() function
851 Uint* asUint() override { return mTaggedItem->asUint(); } in asUint() function