Searched refs:kStepStrings (Results 1 – 1 of 1) sorted by relevance
945 const static std::unordered_map<Resolution::Step::Type, const char*> kStepStrings = { in GetLastResourceResolution() local954 const auto prefix = kStepStrings.find(step.type); in GetLastResourceResolution()955 if (prefix == kStepStrings.end()) { in GetLastResourceResolution()