Home
last modified time | relevance | path

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

/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h189 virtual SemanticTag* asSemanticTag() { return nullptr; } in asSemanticTag() function
190 const SemanticTag* asSemanticTag() const { return const_cast<Item*>(this)->asSemanticTag(); } in asSemanticTag() function
844 SemanticTag* asSemanticTag() override { return this; } in asSemanticTag() function