Searched defs:Converter (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | constant.hpp | 17 struct Converter<bool> { struct 22 struct Converter<float> { struct 27 struct Converter<std::string> { struct 32 struct Converter<T, typename std::enable_if_t<std::is_enum<T>::value>> { struct 33 optional<T> operator()(const Convertible& value, Error& error) const { in operator ()() 51 struct Converter<Color> { struct 56 struct Converter<std::array<float, N>> { struct 57 optional<std::array<float, N>> operator()(const Convertible& value, Error& error) const { in operator ()() 77 struct Converter<std::vector<float>> { struct 82 struct Converter<std::vector<std::string>> { struct
|
| H A D | data_driven_property_value.hpp | 18 struct Converter<DataDrivenPropertyValue<T>> { struct 19 …venPropertyValue<T>> operator()(const Convertible& value, Error& error, bool convertTokens) const { in operator ()() 65 DataDrivenPropertyValue<T> maybeConvertTokens(const S& t) const { in maybeConvertTokens() 69 DataDrivenPropertyValue<T> maybeConvertTokens(const std::string& t) const { in maybeConvertTokens()
|
| H A D | color_ramp_property_value.hpp | 16 struct Converter<ColorRampPropertyValue> { struct 17 …Value> operator()(const Convertible& value, Error& error, bool /* convertTokens */ = false) const { in operator ()()
|
| H A D | property_value.hpp | 18 struct Converter<PropertyValue<T>> { struct 19 …rtyValue<T>> operator()(const Convertible& value, Error& error, bool convertTokens = false) const { in operator ()()
|
| H A D | custom_geometry_source_options.hpp | 11 struct Converter<CustomGeometrySource::Options> { struct 14 optional<CustomGeometrySource::Options> operator()(const V& value, Error& error) const { in operator ()()
|
| H A D | filter.hpp | 11 struct Converter<Filter> { struct
|
| H A D | layer.hpp | 13 struct Converter<std::unique_ptr<Layer>> { struct
|
| H A D | coordinate.hpp | 11 struct Converter<LatLng> { struct
|
| H A D | tileset.hpp | 11 struct Converter<Tileset> { struct
|
| H A D | geojson.hpp | 14 struct Converter<GeoJSON> { struct
|
| H A D | source.hpp | 13 struct Converter<std::unique_ptr<Source>> { struct
|
| H A D | position.hpp | 11 struct Converter<Position> { struct
|
| H A D | geojson_options.hpp | 11 struct Converter<GeoJSONOptions> { struct
|
| H A D | transition_options.hpp | 11 struct Converter<TransitionOptions> { struct
|
| H A D | light.hpp | 11 struct Converter<Light> { struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | function.cpp | 77 struct Converter<double> { struct 78 optional<double> operator()(const Convertible& value, Error& error) const { in operator ()() 88 struct Converter<int64_t> { struct 89 optional<int64_t> operator()(const Convertible& value, Error& error) const { in operator ()()
|