Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor.cpp47 if (addlInfo < ONE_BYTE_LENGTH) return 1; in headerSize()
62 *pos++ = type | ONE_BYTE_LENGTH; in encodeHeader()
87 encodeCallback(type | ONE_BYTE_LENGTH); in encodeHeader()
Dcppbor_parse.cpp199 if (tagInt < ONE_BYTE_LENGTH || tagInt > EIGHT_BYTE_LENGTH) { in parseRecursively()
203 case ONE_BYTE_LENGTH: in parseRecursively()
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h49 ONE_BYTE_LENGTH = 24, enumerator