Searched defs:toExpressionValue (Results 1 – 2 of 2) sorted by relevance
108 Value ValueConverter<mbgl::Value>::toExpressionValue(const mbgl::Value& value) { in toExpressionValue() function in mbgl::style::expression::ValueConverter::Value150 Value ValueConverter<float>::toExpressionValue(const float value) { in toExpressionValue() function in mbgl::style::expression::ValueConverter172 Value ValueConverter<std::array<T, N>>::toExpressionValue(const std::array<T, N>& value) { in toExpressionValue() function in mbgl::style::expression::ValueConverter::array199 Value ValueConverter<std::vector<T>>::toExpressionValue(const std::vector<T>& value) { in toExpressionValue() function in mbgl::style::expression::ValueConverter::vector222 Value ValueConverter<Position>::toExpressionValue(const mbgl::style::Position& value) { in toExpressionValue() function in mbgl::style::expression::ValueConverter232 Value ValueConverter<T, std::enable_if_t< std::is_enum<T>::value >>::toExpressionValue(const T& val… in toExpressionValue() function in mbgl::style::expression::ValueConverter::enable_if_t::is_enum::value
65 static Value toExpressionValue(const T& value) { in toExpressionValue() function77 static Value toExpressionValue(const Value& value) { return value; } in toExpressionValue() function127 Value toExpressionValue(const T& value) { in toExpressionValue() function