Searched refs:first_in_mappers (Results 1 – 2 of 2) sorted by relevance
585 std::optional<int32_t> result = first_in_mappers<int32_t>( in getKeyCodeForKeyLocation()683 first_in_mappers<bool>([keyCode](InputMapper& mapper) { in updateMetaState()713 return first_in_mappers<ui::LogicalDisplayId>( in getAssociatedDisplayId()
269 inline std::optional<T> first_in_mappers( in first_in_mappers() function