Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp152 static bool cborAreAllElementsNonCompound(const cppbor::CompoundItem* compoundItem) { in cborAreAllElementsNonCompound() function
246 } else if (cborAreAllElementsNonCompound(array)) { in cborPrettyPrintInternal()