Home
last modified time | relevance | path

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

/system/libcppbor/include/cppbor/
Dcppbor.h158 virtual Tstr* asTstr() { return nullptr; } in asTstr() function
159 const Tstr* asTstr() const { return const_cast<Item*>(this)->asTstr(); } in asTstr() function
552 Tstr* asTstr() override { return this; } in asTstr() function
855 Tstr* asTstr() override { return mTaggedItem->asTstr(); } in asTstr() function