Home
last modified time | relevance | path

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

/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h180 virtual ViewBstr* asViewBstr() { return nullptr; } in asViewBstr() function
181 const ViewBstr* asViewBstr() const { return const_cast<Item*>(this)->asViewBstr(); } in asViewBstr() function
498 ViewBstr* asViewBstr() override { return this; } in asViewBstr() function
867 ViewBstr* asViewBstr() override { return mTaggedItem->asViewBstr(); } in asViewBstr() function