Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor.cpp72 *pos++ = type | EIGHT_BYTE_LENGTH; in encodeHeader()
99 encodeCallback(type | EIGHT_BYTE_LENGTH); in encodeHeader()
Dcppbor_parse.cpp199 if (tagInt < ONE_BYTE_LENGTH || tagInt > EIGHT_BYTE_LENGTH) { in parseRecursively()
215 case EIGHT_BYTE_LENGTH: in parseRecursively()
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h52 EIGHT_BYTE_LENGTH = 27, enumerator