Home | History | Annotate | Download | only in skia

Lines Matching refs:second

38             return resource.second;
49 mTotalSize.value += sizeResult->second.value;
60 mPurgeableSize.value += purgeableResult->second.value;
68 type = typeResult->second.units;
83 resourceName = categoryResult->second.units;
99 auto& resourceValues = result->second;
102 SkASSERT(sizeResult->second.units == typeResult->second.units);
103 typeResult->second.value += sizeResult->second.value;
104 typeResult->second.count++;
106 resourceValues.insert({key, sizeResult->second});
110 mCurrentValues.insert({key, sizeResult->second});
135 for (const auto& typedValue : namedItem.second) {
136 TraceValue traceValue = convertUnits(typedValue.second);
142 auto result = namedItem.second.find("size");
143 if (result != namedItem.second.end()) {
144 TraceValue traceValue = convertUnits(result->second);