Home
last modified time | relevance | path

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

/system/libcppbor/src/
Dcppbor_parse.cpp52 const uint8_t* intEnd = pos + sizeof(T); in parseLength() local
56 } while (pos < intEnd); in parseLength()