Searched refs:LAYOUT_INFOS (Results 1 – 1 of 1) sorted by relevance
149 const std::unordered_map<std::int32_t, RawLayoutInfo> LAYOUT_INFOS = variable386 const auto it = LAYOUT_INFOS.find(hidCountryCode); in readLayoutConfiguration()387 if (it != LAYOUT_INFOS.end()) { in readLayoutConfiguration()