Searched refs:equiv (Results 1 – 1 of 1) sorted by relevance
80 int identical, int equiv) in DumpSummaryLine() argument83 os << " null reference (count=" << equiv << ")\n"; in DumpSummaryLine()87 os << " cleared jweak (count=" << equiv << ")\n"; in DumpSummaryLine()101 size_t total = identical + equiv + 1; in DumpSummaryLine()103 if (identical + equiv != 0) { in DumpSummaryLine()104 StringAppendF(&msg, " (%d unique instances)", equiv + 1); in DumpSummaryLine()213 size_t equiv = 0; in Dump() local226 ++equiv; in Dump()229 DumpSummaryLine(os, prev, element_count, identical, equiv); in Dump()230 equiv = 0; in Dump()[all …]