Searched refs:FormatMap (Results 1 – 2 of 2) sorted by relevance
52 static const map<uint16_t, string> FormatMap = { variable292 if (FormatMap.find(format) == FormatMap.end()) { in SolveHandlesFormatData()296 outExtension = FormatMap.at(format); in SolveHandlesFormatData()483 for (auto pair : FormatMap) { in GetFormatByPath()687 for (auto pair : FormatMap) { in GetMediaTypeByName()802 for (auto it = FormatMap.begin(); it != FormatMap.end(); it++) { in GetMtpFormatByPath()
97 static const std::map<uint32_t, std::string> FormatMap = { variable807 return CodeToStrByMap(code, FormatMap); in GetFormatName()