Home
last modified time | relevance | path

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

/system/libcppbor/src/
Dcppbor.cpp102 size_t tagCount = item->semanticTagCount(); in prettyPrintInternal() local
103 while (tagCount > 0) { in prettyPrintInternal()
104 --tagCount; in prettyPrintInternal()
105 snprintf(buf, sizeof(buf), "tag %" PRIu64 " ", item->semanticTag(tagCount)); in prettyPrintInternal()