Searched defs:ValueConverter (Results 1 – 2 of 2) sorted by relevance
64 struct ValueConverter { struct65 static Value toExpressionValue(const T& value) { in toExpressionValue()69 static optional<T> fromExpressionValue(const Value& value) { in fromExpressionValue()75 struct ValueConverter<Value> { struct76 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> { struct88 struct ValueConverter<float> { struct89 static type::Type expressionType() { return type::Number; } in expressionType()[all …]
265 template struct ValueConverter<std::array<double, 4>>; variable272 template struct ValueConverter<std::array<float, 2>>; variable275 template struct ValueConverter<std::array<float, 4>>; variable278 template struct ValueConverter<std::vector<float>>; variable281 template struct ValueConverter<std::vector<std::string>>; variable284 template struct ValueConverter<AlignmentType>; variable287 template struct ValueConverter<CirclePitchScaleType>; variable290 template struct ValueConverter<IconTextFitType>; variable293 template struct ValueConverter<LineCapType>; variable296 template struct ValueConverter<LineJoinType>; variable[all …]