Searched refs:TypedPathCount (Results 1 – 2 of 2) sorted by relevance
66 << std::setw(numberRightAdjustment) << val.TypedPathCount() in PrintAndReset()68 … << std::setw(numberRightAdjustment) << val.TypedPathCount() * hundred / val.Count() << "%"; in PrintAndReset()71 totalTypedPathCount += val.TypedPathCount(); in PrintAndReset()
63 uint64_t TypedPathCount() const in TypedPathCount() function