| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | shared_count.hpp | 114 int id_; member in boost::detail::shared_count 123 , id_(shared_count_id) in shared_count() 130 , id_(shared_count_id) in shared_count() 137 , id_(shared_count_id) in shared_count() 171 , id_(shared_count_id) in shared_count() 206 , id_(shared_count_id) in shared_count() 238 , id_(shared_count_id) in shared_count() 295 , id_(shared_count_id) in shared_count() 357 , id_(shared_count_id) in shared_count() 379 , id_(shared_count_id) in shared_count() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | vector_tile.cpp | 8 VectorTile::VectorTile(const OverscaledTileID& id_, in VectorTile() argument 12 : GeometryTile(id_, sourceID_, parameters), loader(*this, id_, parameters, tileset) { in VectorTile()
|
| H A D | raster_tile.cpp | 15 RasterTile::RasterTile(const OverscaledTileID& id_, in RasterTile() argument 18 : Tile(id_), in RasterTile() 19 loader(*this, id_, parameters, tileset), in RasterTile()
|
| H A D | raster_dem_tile.cpp | 15 RasterDEMTile::RasterDEMTile(const OverscaledTileID& id_, in RasterDEMTile() argument 18 : Tile(id_), in RasterDEMTile() 19 loader(*this, id_, parameters, tileset), in RasterDEMTile()
|
| H A D | tile.cpp | 12 Tile::Tile(OverscaledTileID id_) : id(std::move(id_)), observer(&nullObserver) { in Tile() argument
|
| H A D | geometry_tile.cpp | 44 GeometryTile::GeometryTile(const OverscaledTileID& id_, in GeometryTile() argument 47 : Tile(id_), in GeometryTile() 52 id_, in GeometryTile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | source_impl.cpp | 6 Source::Impl::Impl(SourceType type_, std::string id_) in Impl() argument 8 id(std::move(id_)) { in Impl()
|
| H A D | image_impl.cpp | 7 Image::Impl::Impl(std::string id_, in Impl() argument 11 : id(std::move(id_)), in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | custom_layer_impl.cpp | 6 CustomLayer::Impl::Impl(const std::string& id_, in Impl() argument 8 : Layer::Impl(LayerType::Custom, id_, std::string()) { in Impl()
|
| H A D | background_layer.cpp | 28 std::unique_ptr<Layer> BackgroundLayer::cloneRef(const std::string& id_) const { in cloneRef() 30 impl_->id = id_; in cloneRef()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | vector_source_impl.cpp | 6 VectorSource::Impl::Impl(std::string id_) in Impl() argument 7 : Source::Impl(SourceType::Vector, std::move(id_)) { in Impl()
|
| H A D | raster_source_impl.cpp | 6 RasterSource::Impl::Impl(SourceType sourceType, std::string id_, uint16_t tileSize_) in Impl() argument 7 : Source::Impl(sourceType, std::move(id_)), in Impl()
|
| H A D | custom_geometry_source_impl.cpp | 7 CustomGeometrySource::Impl::Impl(std::string id_, in Impl() argument 9 : Source::Impl(SourceType::CustomVector, std::move(id_)), in Impl()
|
| H A D | image_source_impl.cpp | 7 ImageSource::Impl::Impl(std::string id_, std::array<LatLng, 4> coords_) in Impl() argument 8 : Source::Impl(SourceType::Image, std::move(id_)), in Impl()
|
| H A D | geojson_source_impl.cpp | 42 GeoJSONSource::Impl::Impl(std::string id_, GeoJSONOptions options_) in Impl() argument 43 : Source::Impl(SourceType::GeoJSON, std::move(id_)), in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | symbol_annotation_impl.cpp | 9 SymbolAnnotationImpl::SymbolAnnotationImpl(AnnotationID id_, SymbolAnnotation annotation_) in SymbolAnnotationImpl() argument 10 : id(id_), in SymbolAnnotationImpl()
|
| H A D | fill_annotation_impl.cpp | 10 FillAnnotationImpl::FillAnnotationImpl(AnnotationID id_, FillAnnotation annotation_) in FillAnnotationImpl() argument 11 : ShapeAnnotationImpl(id_), in FillAnnotationImpl()
|
| H A D | line_annotation_impl.cpp | 10 LineAnnotationImpl::LineAnnotationImpl(AnnotationID id_, LineAnnotation annotation_) in LineAnnotationImpl() argument 11 : ShapeAnnotationImpl(id_), in LineAnnotationImpl()
|
| H A D | shape_annotation_impl.cpp | 16 ShapeAnnotationImpl::ShapeAnnotationImpl(const AnnotationID id_) in ShapeAnnotationImpl() argument 17 : id(id_), in ShapeAnnotationImpl()
|
| H A D | annotation_manager.cpp | 226 void AnnotationManager::removeImage(const std::string& id_) { in removeImage() argument 228 const std::string id = prefixedImageID(id_); in removeImage() 233 double AnnotationManager::getTopOffsetPixelsForImage(const std::string& id_) { in getTopOffsetPixelsForImage() argument 235 const std::string id = prefixedImageID(id_); in getTopOffsetPixelsForImage()
|
| H A D | annotation_tile.cpp | 24 AnnotationTileFeatureData(const AnnotationID id_, in AnnotationTileFeatureData() argument 28 : id(id_), in AnnotationTileFeatureData()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_tile.hpp | 19 RenderTile(UnwrappedTileID id_, Tile& tile_) : id(std::move(id_)), tile(tile_) {} in RenderTile() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | feature.hpp | 63 … std::experimental::optional<identifier> id_ = std::experimental::optional<identifier> {}) 66 id(std::move(id_)) {}
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | traits.hpp | 290 #define BOOST_IOSTREAMS_MODE_HELPER(tag_, id_) \ argument 291 case_<id_> io_mode_impl_helper(tag_); \ 292 template<> struct io_mode_impl<id_> { typedef tag_ type; }; \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapbox.hpp | 42 const QVariantMap& properties_ = QVariantMap(), const QVariant& id_ = QVariant()) in Feature() 43 : type(type_), geometry(geometry_), properties(properties_), id(id_) {} in Feature()
|