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