Searched refs:cborAreAllElementsNonCompound (Results 1 – 1 of 1) sorted by relevance
152 static bool cborAreAllElementsNonCompound(const cppbor::CompoundItem* compoundItem) { in cborAreAllElementsNonCompound() function246 } else if (cborAreAllElementsNonCompound(array)) { in cborPrettyPrintInternal()