Home
last modified time | relevance | path

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

/system/libcppbor/src/
Dcppbor_parse.cpp251 uint8_t tagInt = *pos & 0x1F; in parseRecursively() local
256 if (tagInt < ONE_BYTE_LENGTH) { in parseRecursively()
257 addlData = tagInt; in parseRecursively()
258 } else if (tagInt > EIGHT_BYTE_LENGTH) { in parseRecursively()
264 switch (tagInt) { in parseRecursively()