Home
last modified time | relevance | path

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

/system/libcppbor/include/cppbor/
Dcppbor.h157 virtual ViewBstr* asViewBstr() { return nullptr; } in asViewBstr() function
158 const ViewBstr* asViewBstr() const { return const_cast<Item*>(this)->asViewBstr(); } in asViewBstr() function
473 ViewBstr* asViewBstr() override { return this; } in asViewBstr() function
839 ViewBstr* asViewBstr() override { return mTaggedItem->asViewBstr(); } in asViewBstr() function