Home
last modified time | relevance | path

Searched refs:emplace (Results 1 – 25 of 168) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp37 … entry.glyphs.emplace(glyphID, makeMutable<Glyph>(generateLocalSDF(fontStack, glyphID))); in getGlyphs()
102 entry.glyphs.emplace(glyph.id, makeMutable<Glyph>(std::move(glyph))); in processResponse()
138 glyphs.emplace(*it); in notify()
140 glyphs.emplace(glyphID, std::experimental::nullopt); in notify()
H A Dplacement.cpp91 retainedQueryData.emplace(std::piecewise_construct, in placeLayer()
119 placements.emplace(symbolInstance.crossTileID, JointPlacement(false, false, false)); in placeLayerBucket()
183 …placements.emplace(symbolInstance.crossTileID, JointPlacement(placeText, placeIcon, offscreen || b… in placeLayerBucket()
204 …opacities.emplace(jointPlacement.first, JointOpacityState(prevOpacity->second, increment, jointPla… in commit()
209 …opacities.emplace(jointPlacement.first, JointOpacityState(jointPlacement.second.text, jointPlaceme… in commit()
219 opacities.emplace(prevOpacity.first, jointOpacity); in commit()
274 opacities.emplace(symbolInstance.crossTileID, defaultOpacityState); in updateBucketOpacities()
H A Dcross_tile_symbol_index.cpp79 newZoomIndex.emplace(index.second.coord, std::move(index.second)); in handleWrapJump()
81 newIndexes.emplace(zoomIndex.first, std::move(newZoomIndex)); in handleWrapJump()
137 …indexes[tileID.overscaledZ].emplace(tileID, TileLayerIndex(tileID, bucket.symbolInstances, bucket.… in addBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp28 images.emplace(image_->id, std::move(image_)); in addImage()
78 requestors.emplace(&requestor, std::move(pair)); in getImages()
92 response.emplace(*it); in notify()
159 return patterns.emplace(id, Pattern { bin, { *bin, *image } }).first->second.position; in getPattern()
H A Dstyle_diff.cpp29 result.removed.emplace((*aIt)->id, *aIt); in diff()
32 result.added.emplace((*bIt)->id, *bIt); in diff()
36 result.changed.emplace((*bIt)->id, StyleChange<T> { *aIt, *bIt }); in diff()
H A Dtile_pyramid.cpp136 if (retain.emplace(tile.id).second) { in update()
171 return tiles.emplace(tileID, std::move(tile)).first->second.get(); in update()
181 rendered.emplace(tileID); in update()
204 rendered.emplace(previouslyRenderedTile.first); in update()
270 newTiles.emplace(newID, std::move(tile.second)); in handleWrapJump()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_swap.hpp38 x.emplace(); in optional_swap()
40 y.emplace(); in optional_swap()
H A Dold_optional_implementation.hpp860 void emplace ( Args&&... args ) in emplace() function in boost::optional
866 void emplace ( Arg&& arg ) in emplace() function in boost::optional
871 void emplace () in emplace() function in boost::optional
877 void emplace ( const Arg& arg ) in emplace() function in boost::optional
883 void emplace ( Arg& arg ) in emplace() function in boost::optional
888 void emplace () in emplace() function in boost::optional
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dgenerate_clip_ids.cpp27 children.emplace(p); in add()
41 auto res = clipIDs.emplace(id, leaf.clip); in getClipIDs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp65 symbolAnnotations.emplace(id, impl); in add()
69 ShapeAnnotationImpl& impl = *shapeAnnotations.emplace(id, in add()
75 ShapeAnnotationImpl& impl = *shapeAnnotations.emplace(id, in add()
221 auto inserted = images.emplace(id, style::Image(id, image->getImage().clone(), in addImage()
H A Dsymbol_annotation_impl.cpp16 …featureProperties.emplace("sprite", annotation.icon.empty() ? std::string("default_marker") : anno… in updateLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp263 glyphs.emplace(glyphID, std::move(glyph)); in onGlyphsAvailable()
369 symbolLayoutMap.emplace(leader.getID(), std::move(layout)); in parse()
392 buckets.emplace(layer->getID(), bucket); in parse()
471 buckets.emplace(pair.first, bucket); in performSymbolLayout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Drun_loop.hpp96 highPriorityQueue.emplace(std::move(task)); in push()
98 defaultQueue.emplace(std::move(task)); in push()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dcollection.hpp108 impls_.emplace(impls_.begin() + i, wrapper->baseImpl); in add()
111 return wrappers.emplace(wrappers.begin() + i, std::move(wrapper))->get(); in add()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dprogram.hpp85 … vertexArrayIt = segment.vertexArrays.emplace(layerID, context.createVertexArray()).first; in draw()
122 return programs.emplace(std::piecewise_construct, in get()
H A Dcollision_box_program.hpp86 … vertexArrayIt = segment.vertexArrays.emplace(layerID, context.createVertexArray()).first; in draw()
163 … vertexArrayIt = segment.vertexArrays.emplace(layerID, context.createVertexArray()).first; in draw()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp1004 void emplace ( Args&&... args ) in emplace() function in boost::optional
1021 void emplace ( Arg&& arg ) in emplace() function in boost::optional
1026 void emplace () in emplace() function in boost::optional
1050 void emplace ( const Arg& arg ) in emplace() function in boost::optional
1056 void emplace ( Arg& arg ) in emplace() function in boost::optional
1061 void emplace () in emplace() function in boost::optional
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dunordered_map.h388 emplace(_Args&&... __args) in _GLIBCXX_VISIBILITY()
389 { return _M_h.emplace(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
476 __i = emplace(std::piecewise_construct, in _GLIBCXX_VISIBILITY()
494 __i = emplace(std::piecewise_construct, in _GLIBCXX_VISIBILITY()
593 { return _M_h.emplace(std::forward<_Pair>(__x)); } in _GLIBCXX_VISIBILITY()
688 __i = emplace(std::piecewise_construct, in _GLIBCXX_VISIBILITY()
706 __i = emplace(std::piecewise_construct, in _GLIBCXX_VISIBILITY()
1530 emplace(_Args&&... __args) in _GLIBCXX_VISIBILITY()
1531 { return _M_h.emplace(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
1581 { return _M_h.emplace(std::forward<_Pair>(__x)); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dunordered_map.h388 emplace(_Args&&... __args) in _GLIBCXX_VISIBILITY()
389 { return _M_h.emplace(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
476 __i = emplace(std::piecewise_construct, in _GLIBCXX_VISIBILITY()
494 __i = emplace(std::piecewise_construct, in _GLIBCXX_VISIBILITY()
593 { return _M_h.emplace(std::forward<_Pair>(__x)); } in _GLIBCXX_VISIBILITY()
688 __i = emplace(std::piecewise_construct, in _GLIBCXX_VISIBILITY()
706 __i = emplace(std::piecewise_construct, in _GLIBCXX_VISIBILITY()
1530 emplace(_Args&&... __args) in _GLIBCXX_VISIBILITY()
1531 { return _M_h.emplace(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY()
1581 { return _M_h.emplace(std::forward<_Pair>(__x)); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dany49 decay_t<ValueType>& emplace(Args&&... args);
51 decay_t<ValueType>& emplace(initializer_list<U>, Args&&...);
265 _Tp& emplace(_Args&&... args);
274 _Tp& emplace(initializer_list<_Up>, _Args&&...);
528 _Tp& any::emplace(_Args&&... __args) {
535 _Tp& any::emplace(initializer_list<_Up> __il, _Args&&... __args) {
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dany49 decay_t<ValueType>& emplace(Args&&... args);
51 decay_t<ValueType>& emplace(initializer_list<U>, Args&&...);
265 _Tp& emplace(_Args&&... args);
274 _Tp& emplace(initializer_list<_Up>, _Args&&...);
528 _Tp& any::emplace(_Args&&... __args) {
535 _Tp& any::emplace(initializer_list<_Up> __il, _Args&&... __args) {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dstep.cpp120 stops.emplace(-std::numeric_limits<double>::infinity(), std::move(*firstOutput)); in parse()
174 stops.emplace(*label, std::move(*output)); in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_geojson.cpp76 … mbglMap.emplace(std::make_pair(it.key().toStdString(), asMapboxGLPropertyValue(it.value()))); in asMapboxGLPropertyValue()
134 … properties.emplace(std::make_pair(it.key().toStdString(), asMapboxGLPropertyValue(it.value()))); in asMapboxGLFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp207 properties.emplace(layer_.keys.at(tag_key),parseValue(layer_.values.at(tag_val))); in getProperties()
353 layers.emplace(name, layer_view); in buffer()
404 auto iter = keysMap.emplace(layer_pbf.get_string(), keysMap.size()); in layer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp105 zooms.emplace(options.maxZoom + 1, features); in Supercluster()
112 zooms.emplace(z, Zoom(zooms[z + 1], r)); in Supercluster()

1234567