Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dvalue.hpp64 struct ValueConverter { struct
65 static Value toExpressionValue(const T& value) { in toExpressionValue()
69 static optional<T> fromExpressionValue(const Value& value) { in fromExpressionValue()
75 struct ValueConverter<Value> { struct
76 static type::Type expressionType() { return type::Value; } in expressionType()
77 static Value toExpressionValue(const Value& value) { return value; } in toExpressionValue()
78 static optional<Value> fromExpressionValue(const Value& value) { return value; } in fromExpressionValue()
82 struct ValueConverter<mbgl::Value> { struct
88 struct ValueConverter<float> { struct
89 static type::Type expressionType() { return type::Number; } in expressionType()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp265 template struct ValueConverter<std::array<double, 4>>; variable
272 template struct ValueConverter<std::array<float, 2>>; variable
275 template struct ValueConverter<std::array<float, 4>>; variable
278 template struct ValueConverter<std::vector<float>>; variable
281 template struct ValueConverter<std::vector<std::string>>; variable
284 template struct ValueConverter<AlignmentType>; variable
287 template struct ValueConverter<CirclePitchScaleType>; variable
290 template struct ValueConverter<IconTextFitType>; variable
293 template struct ValueConverter<LineCapType>; variable
296 template struct ValueConverter<LineJoinType>; variable
[all …]