Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp173 std::tuple<const uint8_t*, ParseClient*> handleCompound( in handleCompound() function
241 return handleCompound(std::make_unique<IncompleteArray>(addlData), addlData, begin, pos, in parseRecursively()
245 return handleCompound(std::make_unique<IncompleteMap>(addlData), addlData * 2, begin, in parseRecursively()
249 return handleCompound(std::make_unique<IncompleteSemantic>(addlData), 1, begin, pos, in parseRecursively()