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