Searched refs:tagCount (Results 1 – 1 of 1) sorted by relevance
102 size_t tagCount = item->semanticTagCount(); in prettyPrintInternal() local103 while (tagCount > 0) { in prettyPrintInternal()104 --tagCount; in prettyPrintInternal()105 snprintf(buf, sizeof(buf), "tag %" PRIu64 " ", item->semanticTag(tagCount)); in prettyPrintInternal()