Searched defs:SwitchMap (Results 1 – 2 of 2) sorted by relevance
60 typedef std::map<CefString, CefString> SwitchMap; typedef
41 using SwitchMap = std::map<std::string, StringType, std::less<>>; variable