Home
last modified time | relevance | path

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

/system/libcppbor/include/cppbor/
Dcppbor.h160 virtual Bstr* asBstr() { return nullptr; } in asBstr() function
161 const Bstr* asBstr() const { return const_cast<Item*>(this)->asBstr(); } in asBstr() function
445 Bstr* asBstr() override { return this; } in asBstr() function
857 Bstr* asBstr() override { return mTaggedItem->asBstr(); } in asBstr() function