Searched refs:resourceValues (Results 1 – 2 of 2) sorted by relevance
95 auto& resourceValues = result->second; in processElement() local96 typeResult = resourceValues.find(key); in processElement()97 if (typeResult != resourceValues.end()) { in processElement()102 resourceValues.insert({key, sizeResult->second}); in processElement()
92 auto& resourceValues = result->second; in processCurrentElement() local93 auto totalResult = resourceValues.find(sizeResult->first); in processCurrentElement()94 if (totalResult != resourceValues.end()) { in processCurrentElement()