Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp152 static bool cborAreAllElementsNonCompound(const cppbor::CompoundItem* compoundItem) { in cborAreAllElementsNonCompound() argument
153 if (compoundItem->type() == cppbor::ARRAY) { in cborAreAllElementsNonCompound()
154 const cppbor::Array* array = compoundItem->asArray(); in cborAreAllElementsNonCompound()
166 const cppbor::Map* map = compoundItem->asMap(); in cborAreAllElementsNonCompound()