Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp93 const uint8_t* valueBegin, const uint8_t* end, in handleString() argument
96 if (end - valueBegin < static_cast<ssize_t>(length)) { in handleString()
97 parseClient->error(hdrBegin, insufficientLengthString(length, end - valueBegin, errLabel)); in handleString()
101 std::unique_ptr<Item> item = std::make_unique<T>(valueBegin, valueBegin + length); in handleString()
102 return {valueBegin + length, in handleString()
103 parseClient->item(item, hdrBegin, valueBegin, valueBegin + length)}; in handleString()
175 const uint8_t* valueBegin, const uint8_t* end, const std::string& typeName, in handleCompound() argument
178 parseClient->item(item, hdrBegin, valueBegin, valueBegin /* don't know the end yet */); in handleCompound()
183 handleEntries(entryCount, hdrBegin, valueBegin, end, typeName, parseClient); in handleCompound()
186 return {pos, parseClient->itemEnd(item, hdrBegin, valueBegin, pos)}; in handleCompound()
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor_parse.h109 const uint8_t* valueBegin, const uint8_t* end) = 0;
123 const uint8_t* valueBegin, const uint8_t* end) = 0;
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp674 const uint8_t* valueBegin, const uint8_t* end));
676 const uint8_t* valueBegin, const uint8_t* end));