Home
last modified time | relevance | path

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

/system/libcppbor/src/
Dcppbor_parse.cpp64 const uint8_t* hdrEnd, in handleUint() argument
67 return {hdrEnd, in handleUint()
68 parseClient->item(item, hdrBegin, hdrEnd /* valueBegin */, hdrEnd /* itemEnd */)}; in handleUint()
72 const uint8_t* hdrEnd, in handleNint() argument
79 return {hdrEnd, in handleNint()
80 parseClient->item(item, hdrBegin, hdrEnd /* valueBegin */, hdrEnd /* itemEnd */)}; in handleNint()
84 const uint8_t* hdrEnd, in handleBool() argument
87 return {hdrEnd, in handleBool()
88 parseClient->item(item, hdrBegin, hdrEnd /* valueBegin */, hdrEnd /* itemEnd */)}; in handleBool()
91 std::tuple<const uint8_t*, ParseClient*> handleNull(const uint8_t* hdrBegin, const uint8_t* hdrEnd, in handleNull() argument
[all …]