Home
last modified time | relevance | path

Searched refs:asSemantic (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/identity/support/src/
Dcppbor.cpp125 return *asSemantic() == *(other.asSemantic()); in operator ==()
DIdentityCredentialSupport.cpp303 const cppbor::Semantic* semantic = item->asSemantic(); in cborPrettyPrintInternal()
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h122 virtual const Semantic* asSemantic() const { return nullptr; } in asSemantic() function
545 const Semantic* asSemantic() const override { return this; } in asSemantic() function