Home
last modified time | relevance | path

Searched refs:shared_ptr (Results 1 – 25 of 161) sorted by relevance

1234567

/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/experimental/bits/
H A Dshared_ptr.h50 template<typename _Tp> class shared_ptr; in _GLIBCXX_VISIBILITY() local
63 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
90 constexpr shared_ptr() noexcept = default; in _GLIBCXX_VISIBILITY()
94 shared_ptr(_Tp1* __p) : _Base_type(__p) in _GLIBCXX_VISIBILITY()
98 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
104 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY()
109 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
113 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY()
117 shared_ptr(const shared_ptr<_Tp1>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
120 shared_ptr(const shared_ptr& __r) noexcept in _GLIBCXX_VISIBILITY()
[all …]
/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/experimental/bits/
H A Dshared_ptr.h50 template<typename _Tp> class shared_ptr; in _GLIBCXX_VISIBILITY() local
63 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
90 constexpr shared_ptr() noexcept = default; in _GLIBCXX_VISIBILITY()
94 shared_ptr(_Tp1* __p) : _Base_type(__p) in _GLIBCXX_VISIBILITY()
98 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
104 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY()
109 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
113 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY()
117 shared_ptr(const shared_ptr<_Tp1>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
120 shared_ptr(const shared_ptr& __r) noexcept in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dshared_ptr.hpp60 template<class T> class shared_ptr;
217 template< class X, class Y, class T > inline void sp_enable_shared_from_this( boost::shared_ptr<X> … in sp_enable_shared_from_this()
225 template< class X, class Y > inline void sp_enable_shared_from_this( boost::shared_ptr<X> * ppx, Y …
283 template< class T, class Y > inline void sp_pointer_construct( boost::shared_ptr< T > * ppx, Y * p,… in sp_pointer_construct()
291 template< class T, class Y > inline void sp_pointer_construct( boost::shared_ptr< T[] > * /*ppx*/, … in sp_pointer_construct()
297 template< class T, std::size_t N, class Y > inline void sp_pointer_construct( boost::shared_ptr< T[… in sp_pointer_construct()
307 template< class T, class Y > inline void sp_deleter_construct( boost::shared_ptr< T > * ppx, Y * p ) in sp_deleter_construct()
314 template< class T, class Y > inline void sp_deleter_construct( boost::shared_ptr< T[] > * /*ppx*/, … in sp_deleter_construct()
319 template< class T, std::size_t N, class Y > inline void sp_deleter_construct( boost::shared_ptr< T[… in sp_deleter_construct()
341 template<class T> class shared_ptr class
[all …]
/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 Dshared_ptr.h93 get_deleter(const shared_ptr<_Tp>& __p) noexcept in _GLIBCXX_VISIBILITY()
121 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
130 is_assignable<__shared_ptr<_Tp>&, _Arg>::value, shared_ptr& in _GLIBCXX_VISIBILITY()
147 constexpr shared_ptr() noexcept : __shared_ptr<_Tp>() { } in _GLIBCXX_VISIBILITY()
149 shared_ptr(const shared_ptr&) noexcept = default; ///< Copy constructor in _GLIBCXX_VISIBILITY()
159 shared_ptr(_Yp* __p) : __shared_ptr<_Tp>(__p) { } in _GLIBCXX_VISIBILITY()
176 shared_ptr(_Yp* __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
193 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
213 shared_ptr(_Yp* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY()
232 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr_atomic.h87 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()
102 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
103 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order) in _GLIBCXX_VISIBILITY()
110 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
111 atomic_load(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()
139 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
148 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY()
175 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
176 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
185 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
[all …]
/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 Dshared_ptr.h93 get_deleter(const shared_ptr<_Tp>& __p) noexcept in _GLIBCXX_VISIBILITY()
121 class shared_ptr : public __shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
130 is_assignable<__shared_ptr<_Tp>&, _Arg>::value, shared_ptr& in _GLIBCXX_VISIBILITY()
147 constexpr shared_ptr() noexcept : __shared_ptr<_Tp>() { } in _GLIBCXX_VISIBILITY()
149 shared_ptr(const shared_ptr&) noexcept = default; ///< Copy constructor in _GLIBCXX_VISIBILITY()
159 shared_ptr(_Yp* __p) : __shared_ptr<_Tp>(__p) { } in _GLIBCXX_VISIBILITY()
176 shared_ptr(_Yp* __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
193 shared_ptr(nullptr_t __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
213 shared_ptr(_Yp* __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY()
232 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a) in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr_atomic.h87 atomic_is_lock_free(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()
102 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
103 atomic_load_explicit(const shared_ptr<_Tp>* __p, memory_order) in _GLIBCXX_VISIBILITY()
110 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
111 atomic_load(const shared_ptr<_Tp>* __p) in _GLIBCXX_VISIBILITY()
139 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
148 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY()
175 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
176 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
185 inline shared_ptr<_Tp> in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dmemory395 class shared_ptr
402 constexpr shared_ptr() noexcept;
403 template<class Y> explicit shared_ptr(Y* p);
404 template<class Y, class D> shared_ptr(Y* p, D d);
405 template<class Y, class D, class A> shared_ptr(Y* p, D d, A a);
406 template <class D> shared_ptr(nullptr_t p, D d);
407 template <class D, class A> shared_ptr(nullptr_t p, D d, A a);
408 template<class Y> shared_ptr(const shared_ptr<Y>& r, T *p) noexcept;
409 shared_ptr(const shared_ptr& r) noexcept;
410 template<class Y> shared_ptr(const shared_ptr<Y>& r) noexcept;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dmemory395 class shared_ptr
402 constexpr shared_ptr() noexcept;
403 template<class Y> explicit shared_ptr(Y* p);
404 template<class Y, class D> shared_ptr(Y* p, D d);
405 template<class Y, class D, class A> shared_ptr(Y* p, D d, A a);
406 template <class D> shared_ptr(nullptr_t p, D d);
407 template <class D, class A> shared_ptr(nullptr_t p, D d, A a);
408 template<class Y> shared_ptr(const shared_ptr<Y>& r, T *p) noexcept;
409 shared_ptr(const shared_ptr& r) noexcept;
410 template<class Y> shared_ptr(const shared_ptr<Y>& r) noexcept;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dparsing_context.hpp32 …Scope(const std::map<std::string, std::shared_ptr<Expression>>& bindings_, std::shared_ptr<Scope> … in Scope()
37 const std::map<std::string, std::shared_ptr<Expression>>& bindings;
38 std::shared_ptr<Scope> parent;
40 optional<std::shared_ptr<Expression>> get(const std::string& name) { in get()
47 return optional<std::shared_ptr<Expression>>(); in get()
105 const std::map<std::string, std::shared_ptr<Expression>>&);
112 optional<std::shared_ptr<Expression>> getBinding(const std::string name) { in getBinding()
113 if (!scope) return optional<std::shared_ptr<Expression>>(); in getBinding()
141 std::shared_ptr<std::vector<ParsingError>> errors_, in ParsingContext()
143 std::shared_ptr<detail::Scope> scope_) in ParsingContext()
[all …]
H A Dlet.hpp16 using Bindings = std::map<std::string, std::shared_ptr<Expression>>;
52 Var(std::string name_, std::shared_ptr<Expression> value_) : in Var()
76 const std::shared_ptr<Expression>& getBoundExpression() const { return value; } in getBoundExpression()
80 std::shared_ptr<Expression> value;
/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/tr1/
H A Dshared_ptr.h501 class shared_ptr; in _GLIBCXX_VISIBILITY() local
983 class shared_ptr in _GLIBCXX_VISIBILITY()
987 shared_ptr() in _GLIBCXX_VISIBILITY()
992 shared_ptr(_Tp1* __p) in _GLIBCXX_VISIBILITY()
996 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
1000 shared_ptr(const shared_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY()
1005 shared_ptr(const weak_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY()
1011 shared_ptr(std::auto_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY()
1016 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) in _GLIBCXX_VISIBILITY()
1020 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) in _GLIBCXX_VISIBILITY()
[all …]
/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/tr1/
H A Dshared_ptr.h501 class shared_ptr; in _GLIBCXX_VISIBILITY() local
983 class shared_ptr in _GLIBCXX_VISIBILITY()
987 shared_ptr() in _GLIBCXX_VISIBILITY()
992 shared_ptr(_Tp1* __p) in _GLIBCXX_VISIBILITY()
996 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
1000 shared_ptr(const shared_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY()
1005 shared_ptr(const weak_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY()
1011 shared_ptr(std::auto_ptr<_Tp1>& __r) in _GLIBCXX_VISIBILITY()
1016 shared_ptr(const shared_ptr<_Tp1>& __r, __static_cast_tag) in _GLIBCXX_VISIBILITY()
1020 shared_ptr(const shared_ptr<_Tp1>& __r, __const_cast_tag) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.hpp25 AnnotationTileFeature(std::shared_ptr<const AnnotationTileFeatureData>);
34 std::shared_ptr<const AnnotationTileFeatureData> data;
41 AnnotationTileLayer(std::shared_ptr<AnnotationTileLayerData>);
53 std::shared_ptr<AnnotationTileLayerData> layer;
64 std::unordered_map<std::string, std::shared_ptr<AnnotationTileLayerData>> layers;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.hpp69 std::unordered_map<std::string, std::shared_ptr<Bucket>> buckets;
74 LayoutResult(std::unordered_map<std::string, std::shared_ptr<Bucket>> buckets_, in LayoutResult()
92 const std::shared_ptr<FeatureIndex> getFeatureIndex() const { return latestFeatureIndex; } in getFeatureIndex()
107 std::shared_ptr<Mailbox> mailbox;
115 std::unordered_map<std::string, std::shared_ptr<Bucket>> buckets;
117 std::shared_ptr<FeatureIndex> latestFeatureIndex;
H A Dvector_tile_data.hpp28 VectorTileLayer(std::shared_ptr<const std::string> data, const protozero::data_view&);
35 std::shared_ptr<const std::string> data;
41 VectorTileData(std::shared_ptr<const std::string> data);
49 std::shared_ptr<const std::string> data;
H A Dgeojson_tile_data.hpp50 GeoJSONTileLayer(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileLayer()
67 std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features;
77 GeoJSONTileData(std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features_) in GeoJSONTileData()
91 std::shared_ptr<const mapbox::geometry::feature_collection<int16_t>> features;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dimu_service.h41 explicit EisImuData(std::shared_ptr<EisImuAdaptor> imu, mems_sensor_type_t type,
52 const std::shared_ptr<EisImuAdaptor> imu_;
68 std::shared_ptr<EisImuAdaptor> GetPtr() { return shared_from_this(); } in GetPtr()
95 explicit ImuTask(std::shared_ptr<EisImuAdaptor> imu) : imu_(imu) {} in ImuTask()
103 std::shared_ptr<EisImuAdaptor> imu_;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_p.hpp32 void update(std::shared_ptr<mbgl::UpdateParameters>) final;
53 std::shared_ptr<mbgl::RendererObserver> m_rendererObserver;
56 std::shared_ptr<mbgl::DefaultFileSource> m_fileSourceObj;
57 std::shared_ptr<mbgl::ThreadPool> m_threadPool;
H A Dqmapboxgl_map_renderer.cpp18 static QThreadStorage<std::shared_ptr<QMapboxGLScheduler>> scheduler; in getScheduler()
52 void QMapboxGLMapRenderer::updateParameters(std::shared_ptr<mbgl::UpdateParameters> newParameters) in updateParameters()
69 std::shared_ptr<mbgl::UpdateParameters> params; in render()
92 void QMapboxGLMapRenderer::setObserver(std::shared_ptr<mbgl::RendererObserver> observer) in setObserver()
H A Dqmapboxgl_map_renderer.hpp36 void setObserver(std::shared_ptr<mbgl::RendererObserver>);
39 void updateParameters(std::shared_ptr<mbgl::UpdateParameters>);
50 std::shared_ptr<mbgl::UpdateParameters> m_updateParameters;
/OK3568_Linux_fs/buildroot/package/cereal/
H A D0001-Store-a-copy-of-each-serialized-shared_ptr-within-the-archive.patch4 Subject: [PATCH] Store a copy of each serialized shared_ptr within the archive
5 to prevent the shared_ptr to be freed to early. (#667)
7 The archives use the memory address pointed by the shared_ptr as a
28 - @param addr The address (see shared_ptr get()) pointed to by the shared pointer
34 + inline std::uint32_t registerSharedPointer(const std::shared_ptr<const void>& sharedPointer)
50 + std::vector<std::shared_ptr<const void>> itsSharedPointerStorage;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Draster_bucket.hpp18 RasterBucket(std::shared_ptr<PremultipliedImage>);
24 void setImage(std::shared_ptr<PremultipliedImage>);
27 std::shared_ptr<PremultipliedImage> image;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dimmutable.hpp35 Mutable(std::shared_ptr<T>&& s) in Mutable()
38 std::shared_ptr<T> ptr;
104 Immutable(std::shared_ptr<const T>&& s) in Immutable()
107 std::shared_ptr<const T> ptr;
H A Drun_loop.hpp71 …std::shared_ptr<WorkTask> task = WorkTask::make(std::forward<Fn>(fn), std::forward<Args>(args)...); in invokeCancellable()
87 using Queue = std::queue<std::shared_ptr<WorkTask>>;
93 void push(Priority priority, std::shared_ptr<WorkTask> task) { in push()
104 std::shared_ptr<WorkTask> task; in process()

1234567