Home
last modified time | relevance | path

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 Dconstant.hpp17 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 Ddata_driven_property_value.hpp18 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 Dcolor_ramp_property_value.hpp16 struct Converter<ColorRampPropertyValue> { struct
17 …Value> operator()(const Convertible& value, Error& error, bool /* convertTokens */ = false) const { in operator ()()
H A Dproperty_value.hpp18 struct Converter<PropertyValue<T>> { struct
19 …rtyValue<T>> operator()(const Convertible& value, Error& error, bool convertTokens = false) const { in operator ()()
H A Dcustom_geometry_source_options.hpp11 struct Converter<CustomGeometrySource::Options> { struct
14 optional<CustomGeometrySource::Options> operator()(const V& value, Error& error) const { in operator ()()
H A Dfilter.hpp11 struct Converter<Filter> { struct
H A Dlayer.hpp13 struct Converter<std::unique_ptr<Layer>> { struct
H A Dcoordinate.hpp11 struct Converter<LatLng> { struct
H A Dtileset.hpp11 struct Converter<Tileset> { struct
H A Dgeojson.hpp14 struct Converter<GeoJSON> { struct
H A Dsource.hpp13 struct Converter<std::unique_ptr<Source>> { struct
H A Dposition.hpp11 struct Converter<Position> { struct
H A Dgeojson_options.hpp11 struct Converter<GeoJSONOptions> { struct
H A Dtransition_options.hpp11 struct Converter<TransitionOptions> { struct
H A Dlight.hpp11 struct Converter<Light> { struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp77 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 ()()