Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp194 uint8_t tagInt = *pos & 0x1F; in parseRecursively() local
199 if (tagInt < ONE_BYTE_LENGTH || tagInt > EIGHT_BYTE_LENGTH) { in parseRecursively()
200 addlData = tagInt; in parseRecursively()
202 switch (tagInt) { in parseRecursively()