Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp57 const uint8_t* hdrEnd, in handleUint() argument
60 return {hdrEnd, in handleUint()
61 parseClient->item(item, hdrBegin, hdrEnd /* valueBegin */, hdrEnd /* itemEnd */)}; in handleUint()
65 const uint8_t* hdrEnd, in handleNint() argument
72 return {hdrEnd, in handleNint()
73 parseClient->item(item, hdrBegin, hdrEnd /* valueBegin */, hdrEnd /* itemEnd */)}; in handleNint()
77 const uint8_t* hdrEnd, in handleBool() argument
80 return {hdrEnd, in handleBool()
81 parseClient->item(item, hdrBegin, hdrEnd /* valueBegin */, hdrEnd /* itemEnd */)}; in handleBool()
84 std::tuple<const uint8_t*, ParseClient*> handleNull(const uint8_t* hdrBegin, const uint8_t* hdrEnd, in handleNull() argument
[all …]