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