Home
last modified time | relevance | path

Searched defs:EventPermutation (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Devent.hpp34 struct EventPermutation { struct
35 const EventSeverity severity;
36 const Event event;
38 constexpr bool operator==(const EventPermutation &rhs) const { in operator ==()