Home
last modified time | relevance | path

Searched refs:id_ (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dshared_count.hpp114 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 Dvector_tile.cpp8 VectorTile::VectorTile(const OverscaledTileID& id_, in VectorTile() argument
12 : GeometryTile(id_, sourceID_, parameters), loader(*this, id_, parameters, tileset) { in VectorTile()
H A Draster_tile.cpp15 RasterTile::RasterTile(const OverscaledTileID& id_, in RasterTile() argument
18 : Tile(id_), in RasterTile()
19 loader(*this, id_, parameters, tileset), in RasterTile()
H A Draster_dem_tile.cpp15 RasterDEMTile::RasterDEMTile(const OverscaledTileID& id_, in RasterDEMTile() argument
18 : Tile(id_), in RasterDEMTile()
19 loader(*this, id_, parameters, tileset), in RasterDEMTile()
H A Dtile.cpp12 Tile::Tile(OverscaledTileID id_) : id(std::move(id_)), observer(&nullObserver) { in Tile() argument
H A Dgeometry_tile.cpp44 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 Dsource_impl.cpp6 Source::Impl::Impl(SourceType type_, std::string id_) in Impl() argument
8 id(std::move(id_)) { in Impl()
H A Dimage_impl.cpp7 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 Dcustom_layer_impl.cpp6 CustomLayer::Impl::Impl(const std::string& id_, in Impl() argument
8 : Layer::Impl(LayerType::Custom, id_, std::string()) { in Impl()
H A Dbackground_layer.cpp28 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 Dvector_source_impl.cpp6 VectorSource::Impl::Impl(std::string id_) in Impl() argument
7 : Source::Impl(SourceType::Vector, std::move(id_)) { in Impl()
H A Draster_source_impl.cpp6 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 Dcustom_geometry_source_impl.cpp7 CustomGeometrySource::Impl::Impl(std::string id_, in Impl() argument
9 : Source::Impl(SourceType::CustomVector, std::move(id_)), in Impl()
H A Dimage_source_impl.cpp7 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 Dgeojson_source_impl.cpp42 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 Dsymbol_annotation_impl.cpp9 SymbolAnnotationImpl::SymbolAnnotationImpl(AnnotationID id_, SymbolAnnotation annotation_) in SymbolAnnotationImpl() argument
10 : id(id_), in SymbolAnnotationImpl()
H A Dfill_annotation_impl.cpp10 FillAnnotationImpl::FillAnnotationImpl(AnnotationID id_, FillAnnotation annotation_) in FillAnnotationImpl() argument
11 : ShapeAnnotationImpl(id_), in FillAnnotationImpl()
H A Dline_annotation_impl.cpp10 LineAnnotationImpl::LineAnnotationImpl(AnnotationID id_, LineAnnotation annotation_) in LineAnnotationImpl() argument
11 : ShapeAnnotationImpl(id_), in LineAnnotationImpl()
H A Dshape_annotation_impl.cpp16 ShapeAnnotationImpl::ShapeAnnotationImpl(const AnnotationID id_) in ShapeAnnotationImpl() argument
17 : id(id_), in ShapeAnnotationImpl()
H A Dannotation_manager.cpp226 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 Dannotation_tile.cpp24 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 Drender_tile.hpp19 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 Dfeature.hpp63 … 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 Dtraits.hpp290 #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 Dqmapbox.hpp42 const QVariantMap& properties_ = QVariantMap(), const QVariant& id_ = QVariant()) in Feature()
43 : type(type_), geometry(geometry_), properties(properties_), id(id_) {} in Feature()

12