Home
last modified time | relevance | path

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

/external/libcppbor/src/
Dcppbor_parse.cpp201 uint8_t tagInt = *pos & 0x1F; in parseRecursively() local
206 if (tagInt < ONE_BYTE_LENGTH) { in parseRecursively()
207 addlData = tagInt; in parseRecursively()
208 } else if (tagInt > EIGHT_BYTE_LENGTH) { in parseRecursively()
214 switch (tagInt) { in parseRecursively()