Home
last modified time | relevance | path

Searched refs:UnevaluatedType (Results 1 – 5 of 5) 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 Dproperties.hpp120 using UnevaluatedTypes = TypeList<typename Ps::UnevaluatedType...>;
224 typename Ps::UnevaluatedType(this->template get<Ps>().value)... in untransitioned()
H A Dlight_impl.hpp19 using UnevaluatedType = Transitioning<PropertyValue<T>>; typedef in mbgl::style::LightProperty
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp85 style::TextSize::UnevaluatedType textSize;
86 style::IconSize::UnevaluatedType iconSize;