Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Ddata_driven_property_value.hpp11 class DataDrivenPropertyValue { class
32 DataDrivenPropertyValue( T v) : value(std::move(v)) {} in DataDrivenPropertyValue() function in mbgl::style::DataDrivenPropertyValue
33 DataDrivenPropertyValue(PropertyExpression<T> v) : value(std::move(v)) {} in DataDrivenPropertyValue() function in mbgl::style::DataDrivenPropertyValue