Searched refs:compoundItem (Results 1 – 1 of 1) sorted by relevance
152 static bool cborAreAllElementsNonCompound(const cppbor::CompoundItem* compoundItem) { in cborAreAllElementsNonCompound() argument153 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()