Searched refs:itemizeType_ (Results 1 – 2 of 2) sorted by relevance
22 …: resourceMap_(resourceMap), itemizeType_(itemizeType), totalSize_("bytes", 0), purgeableSize_("by… in SkiaMemoryTracer()26 …: categoryKey_(categoryKey), itemizeType_(itemizeType), totalSize_("bytes", 0), purgeableSize_("by… in SkiaMemoryTracer()65 } else if (itemizeType_) { in ProcessElement()72 std::string key = (itemizeType_) ? type : sizeResult->first; in ProcessElement()128 if (itemizeType_) { in LogOutput()
81 const bool itemizeType_; variable