Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp53 std::tuple<const uint8_t*, ParseClient*> parseRecursively(const uint8_t* begin, const uint8_t* end,
167 std::tie(pos, parseClient) = parseRecursively(pos, end, parseClient); in handleEntries()
189 std::tuple<const uint8_t*, ParseClient*> parseRecursively(const uint8_t* begin, const uint8_t* end, in parseRecursively() function
340 parseRecursively(begin, end, parseClient); in parse()