Searched refs:compoundItem (Results 1 – 1 of 1) sorted by relevance
151 static bool cborAreAllElementsNonCompound(const cppbor::CompoundItem* compoundItem) { in cborAreAllElementsNonCompound() argument152 if (compoundItem->type() == cppbor::ARRAY) { in cborAreAllElementsNonCompound()153 const cppbor::Array* array = compoundItem->asArray(); in cborAreAllElementsNonCompound()165 const cppbor::Map* map = compoundItem->asMap(); in cborAreAllElementsNonCompound()