Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 1167) sorted by relevance

12345678910>>...47

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/
H A Dcombine_policies.hpp45 static void destroy(MultiPass& mp) in destroy() function
47 Ownership::destroy(mp); in destroy()
48 Checking::destroy(mp); in destroy()
49 Input::destroy(mp); in destroy()
50 Storage::destroy(mp); in destroy()
80 static void destroy(MultiPass& mp) in destroy() function
82 Ownership::destroy(mp); in destroy()
83 Checking::destroy(mp); in destroy()
84 Input::destroy(mp); in destroy()
85 Storage::destroy(mp); in destroy()
[all …]
H A Dmulti_pass.hpp33 static void destroy(MultiPass&) {} in destroy() function
53 static void destroy(MultiPass&) {} in destroy() function
70 static void destroy(MultiPass&) {} in destroy() function
96 static void destroy(MultiPass&) {} in destroy() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp208 ~optional_base() { destroy() ; } in ~optional_base()
217 else destroy(); in assign()
234 else destroy(); in assign()
257 else destroy(); in assign()
280 else destroy(); in assign()
310 void assign ( none_t ) BOOST_NOEXCEPT { destroy(); } in assign()
338 void reset() BOOST_NOEXCEPT { destroy(); } in reset()
374 destroy(); in emplace_assign()
382 destroy(); in emplace_assign()
389 destroy(); in emplace_assign()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dptr_ring.h512 void (*destroy)(void *)) in ptr_ring_unconsume()
553 destroy(batch[--n]); in ptr_ring_unconsume()
560 void (*destroy)(void *)) in __ptr_ring_swap_queue()
569 else if (destroy) in __ptr_ring_swap_queue()
570 destroy(ptr); in __ptr_ring_swap_queue()
591 void (*destroy)(void *)) in ptr_ring_resize()
603 old = __ptr_ring_swap_queue(r, queue, size, gfp, destroy); in ptr_ring_resize()
622 gfp_t gfp, void (*destroy)(void *)) in ptr_ring_resize_multiple()
642 size, gfp, destroy); in ptr_ring_resize_multiple()
664 static inline void ptr_ring_cleanup(struct ptr_ring *r, void (*destroy)(void *)) in ptr_ring_cleanup()
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_set.c528 .destroy = set_match_v0_destroy,
538 .destroy = set_match_v1_destroy,
548 .destroy = set_match_v1_destroy,
559 .destroy = set_match_v1_destroy,
569 .destroy = set_match_v1_destroy,
580 .destroy = set_match_v3_destroy,
590 .destroy = set_match_v3_destroy,
601 .destroy = set_match_v4_destroy,
611 .destroy = set_match_v4_destroy,
624 .destroy = set_target_v0_destroy,
[all …]
H A Dxt_nat.c155 .destroy = xt_nat_destroy,
168 .destroy = xt_nat_destroy,
181 .destroy = xt_nat_destroy,
193 .destroy = xt_nat_destroy,
205 .destroy = xt_nat_destroy,
217 .destroy = xt_nat_destroy,
/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/ext/
H A Dalloc_traits.h67 using _Base_type::destroy; in _GLIBCXX_VISIBILITY()
93 destroy(_Alloc& __a, _Ptr __p) in _GLIBCXX_VISIBILITY() function
94 noexcept(noexcept(_Base_type::destroy(__a, std::__to_address(__p)))) in _GLIBCXX_VISIBILITY()
95 { _Base_type::destroy(__a, std::__to_address(__p)); } in _GLIBCXX_VISIBILITY()
147 static void destroy(_Alloc& __a, pointer __p) in _GLIBCXX_VISIBILITY() function
148 { __a.destroy(__p); } in _GLIBCXX_VISIBILITY()
H A Dextptr_allocator.h117 destroy(_Up* __p) in _GLIBCXX_VISIBILITY()
120 void destroy(pointer __p) in _GLIBCXX_VISIBILITY()
121 { destroy(__p.get()); } in _GLIBCXX_VISIBILITY()
128 void destroy(pointer __p) 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/ext/
H A Dalloc_traits.h67 using _Base_type::destroy; in _GLIBCXX_VISIBILITY()
93 destroy(_Alloc& __a, _Ptr __p) in _GLIBCXX_VISIBILITY() function
94 noexcept(noexcept(_Base_type::destroy(__a, std::__to_address(__p)))) in _GLIBCXX_VISIBILITY()
95 { _Base_type::destroy(__a, std::__to_address(__p)); } in _GLIBCXX_VISIBILITY()
147 static void destroy(_Alloc& __a, pointer __p) in _GLIBCXX_VISIBILITY() function
148 { __a.destroy(__p); } in _GLIBCXX_VISIBILITY()
H A Dextptr_allocator.h117 destroy(_Up* __p) in _GLIBCXX_VISIBILITY()
120 void destroy(pointer __p) in _GLIBCXX_VISIBILITY()
121 { destroy(__p.get()); } in _GLIBCXX_VISIBILITY()
128 void destroy(pointer __p) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp203 ~optional_base() { destroy() ; } in ~optional_base()
212 else destroy(); in assign()
229 else destroy(); in assign()
252 else destroy(); in assign()
275 else destroy(); in assign()
305 void assign ( none_t ) BOOST_NOEXCEPT { destroy(); } in assign()
333 void reset() BOOST_NOEXCEPT { destroy(); } in reset()
376 destroy(); in emplace_assign()
413 destroy(); in emplace_assign()
419 destroy(); in emplace_assign()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__functional_0334 virtual void destroy() = 0;
53 virtual void destroy() = 0;
72 virtual void destroy() = 0;
91 virtual void destroy() = 0;
112 virtual void destroy();
143 __func<_Fp, _Alloc, _Rp()>::destroy()
198 virtual void destroy();
229 __func<_Fp, _Alloc, _Rp(_A0)>::destroy()
284 virtual void destroy();
315 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::destroy()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__functional_0334 virtual void destroy() = 0;
53 virtual void destroy() = 0;
72 virtual void destroy() = 0;
91 virtual void destroy() = 0;
112 virtual void destroy();
143 __func<_Fp, _Alloc, _Rp()>::destroy()
198 virtual void destroy();
229 __func<_Fp, _Alloc, _Rp(_A0)>::destroy()
284 virtual void destroy();
315 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::destroy()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dutils.js80 signalSpy.destroy();
137 visDataModel.destroy();
138 signalSpy.destroy();
157 dataModel.destroy();
180 visDataModel.destroy();
181 signalSpy.destroy();
/OK3568_Linux_fs/kernel/net/ceph/
H A Dauth_none.c22 static void destroy(struct ceph_auth_client *ac) in destroy() function
101 au->base.destroy = ceph_auth_none_destroy_authorizer; in ceph_auth_none_create_authorizer()
121 .destroy = destroy,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvertex_array.hpp39 : destroy(destroy_) {} in VertexArrayStateDeleter()
42 if (destroy) { in operator ()()
48 bool destroy; member in mbgl::gl::VertexArrayStateDeleter
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Ddestroyers.hpp155 AllocTraits::destroy(m_alloc, boost::movelib::to_raw_pointer(m_ptr)); in ~scoped_destroy_deallocator()
207 AllocTraits::destroy(m_a, raw_ptr++); in ~scoped_destructor_n()
255 AllocTraits::destroy(a_, pv_); in ~scoped_destructor()
285 AllocTraits::destroy(a_, &rv_); in ~value_destructor()
320 AllocTraits::destroy(a_, boost::movelib::to_raw_pointer(p)); in operator ()()
342 allocator_traits<Allocator>::destroy(a_, boost::movelib::to_raw_pointer(p)); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp82 vtable->destroy(storage); in reset()
131 virtual void destroy(Storage&) = 0;
142 void destroy(Storage& s) override { in destroy() function
155 destroy(src); in move()
158 void destroy(Storage& s) override { in destroy() function
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dvmci_transport.c1151 goto destroy; in vmci_transport_recv_connecting_server()
1159 goto destroy; in vmci_transport_recv_connecting_server()
1180 goto destroy; in vmci_transport_recv_connecting_server()
1209 goto destroy; in vmci_transport_recv_connecting_server()
1243 goto destroy; in vmci_transport_recv_connecting_server()
1260 destroy: in vmci_transport_recv_connecting_server()
1292 goto destroy; in vmci_transport_recv_connecting_client()
1319 goto destroy; in vmci_transport_recv_connecting_client()
1325 goto destroy; in vmci_transport_recv_connecting_client()
1333 goto destroy; in vmci_transport_recv_connecting_client()
[all …]
/OK3568_Linux_fs/kernel/include/linux/netfilter_bridge/
H A Debtables.h30 void (*destroy)(const struct xt_match *match, void *matchinfo); member
47 void (*destroy)(const struct xt_target *target, void *targinfo); member
65 void (*destroy)(const struct xt_target *target, void *targinfo); member
/OK3568_Linux_fs/external/common_algorithm/misc/include/
H A Daudio_server.h299 void (*destroy)(struct play_preprocessor *self); member
330 void (*destroy)(struct play_decoder *self); member
398 void (*destroy)(struct record_encoder *self); member
466 void (*destroy)(struct record_writer *self); member
581 .destroy = file_preprocessor_destroy_impl \
594 .destroy = http_preprocessor_destroy_impl \
639 .destroy = file_writer_destroy_impl \
/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 Dalloc_traits.h266 noexcept(noexcept(__a.destroy(__p))) in _GLIBCXX_VISIBILITY()
267 -> decltype(__a.destroy(__p)) in _GLIBCXX_VISIBILITY()
268 { __a.destroy(__p); } in _GLIBCXX_VISIBILITY()
372 destroy(_Alloc& __a, _Tp* __p) in _GLIBCXX_VISIBILITY()
527 destroy(allocator_type& __a __attribute__((__unused__)), _Up* __p) in _GLIBCXX_VISIBILITY()
531 __a.destroy(__p); in _GLIBCXX_VISIBILITY()
726 __alloc.destroy(std::__addressof(*__first)); in _GLIBCXX_VISIBILITY()
728 allocator_traits<_Allocator>::destroy(__alloc, 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 Dalloc_traits.h266 noexcept(noexcept(__a.destroy(__p))) in _GLIBCXX_VISIBILITY()
267 -> decltype(__a.destroy(__p)) in _GLIBCXX_VISIBILITY()
268 { __a.destroy(__p); } in _GLIBCXX_VISIBILITY()
372 destroy(_Alloc& __a, _Tp* __p) in _GLIBCXX_VISIBILITY()
527 destroy(allocator_type& __a __attribute__((__unused__)), _Up* __p) in _GLIBCXX_VISIBILITY()
531 __a.destroy(__p); in _GLIBCXX_VISIBILITY()
726 __alloc.destroy(std::__addressof(*__first)); in _GLIBCXX_VISIBILITY()
728 allocator_traits<_Allocator>::destroy(__alloc, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_counted_base_nt.hpp56 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_base
95 destroy(); in weak_release()
H A Dsp_counted_base_w32.hpp64 virtual void destroy() // nothrow in destroy() function in boost::detail::sp_counted_base
118 destroy(); in weak_release()

12345678910>>...47