Home
last modified time | relevance | path

Searched refs:convertJSON (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dgeojson.cpp13 return convertJSON<GeoJSON>(value, error); in parseGeoJSON()
H A Djson.hpp12 optional<T> convertJSON(const std::string& json, Error& error, Args&&...args) { in convertJSON() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp64 optional<GeoJSON> geoJSON = conversion::convertJSON<GeoJSON>(*res.data, error); in loadDescription()
H A Dvector_source.cpp57 optional<Tileset> tileset = conversion::convertJSON<Tileset>(*res.data, error); in loadDescription()
H A Draster_source.cpp60 optional<Tileset> tileset = conversion::convertJSON<Tileset>(*res.data, error); in loadDescription()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp91 … optional<Tileset> tileset = style::conversion::convertJSON<Tileset>(*sourceResponse->data, error); in getStatus()
179 … optional<Tileset> tileset = style::conversion::convertJSON<Tileset>(*sourceResponse.data, error); in activateDownload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dheatmap_layer.cpp187 return *conversion::convertJSON<ColorRampPropertyValue>(rawValue, error); in getDefaultHeatmapColor()
H A Dlayer.cpp.ejs148 return *conversion::convertJSON<<%- propertyValueType(property)%>>(rawValue, error);