Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dpaint_property.hpp20 using UnevaluatedType = Transitioning<PropertyValue<T>>; typedef in mbgl::style::PaintProperty
31 using UnevaluatedType = Transitioning<DataDrivenPropertyValue<T>>; typedef in mbgl::style::DataDrivenPaintProperty
45 using UnevaluatedType = Transitioning<PropertyValue<T>>; typedef in mbgl::style::CrossFadedPaintProperty
65 using UnevaluatedType = Transitioning<ColorRampPropertyValue>; typedef in mbgl::style::ColorRampProperty
H A Dlayout_property.hpp15 using UnevaluatedType = PropertyValue<T>; typedef in mbgl::style::LayoutProperty
26 using UnevaluatedType = DataDrivenPropertyValue<T>; typedef in mbgl::style::DataDrivenLayoutProperty
H A Dlight_impl.hpp19 using UnevaluatedType = Transitioning<PropertyValue<T>>; typedef in mbgl::style::LightProperty