Home
last modified time | relevance | path

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

12345678910>>...166

/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_nested_rv_test.cpp22 bool f1( boost::shared_ptr<int> p1 ) in f1()
28 bool f2( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2 ) in f2()
35 bool f3( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3 ) in f3()
43 bool f4( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::sh… in f4()
52 bool f5( boost::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::sh… in f5()
62 …st::shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<in… in f6()
73shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p… in f7()
85shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p… in f8()
98shared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p… in f9()
115 boost::function<bool(boost::shared_ptr<int>)> f( f1 ); in test()
[all …]
/external/sdv/vsomeip/third_party/boost/exception/doc/source/
Dboost-exception.reno1 <shared_ptr>
9 <shared_ptr>
22 </shared_ptr>
25 <shared_ptr>
35 <shared_ptr>
46 <shared_ptr>
82 </shared_ptr>
91 <shared_ptr>
116 </shared_ptr>
125 <shared_ptr>
[all …]
/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/
Dshared_ptr.hpp54 template<class T> class shared_ptr;
211 template< class X, class Y, class T > inline void sp_enable_shared_from_this( boost::shared_ptr<X> … in sp_enable_shared_from_this()
219 template< class X, class Y > inline void sp_enable_shared_from_this( boost::shared_ptr<X> * ppx, Y …
277 template< class T, class Y > inline void sp_pointer_construct( boost::shared_ptr< T > * ppx, Y * p,… in sp_pointer_construct()
285 template< class T, class Y > inline void sp_pointer_construct( boost::shared_ptr< T[] > * /*ppx*/, … in sp_pointer_construct()
291 template< class T, std::size_t N, class Y > inline void sp_pointer_construct( boost::shared_ptr< T[… in sp_pointer_construct()
301 template< class T, class Y > inline void sp_deleter_construct( boost::shared_ptr< T > * ppx, Y * p ) in sp_deleter_construct()
308 template< class T, class Y > inline void sp_deleter_construct( boost::shared_ptr< T[] > * /*ppx*/, … in sp_deleter_construct()
313 template< class T, std::size_t N, class Y > inline void sp_deleter_construct( boost::shared_ptr< T[… in sp_deleter_construct()
335 template<class T> class shared_ptr class
[all …]
Datomic_shared_ptr.hpp27 boost::shared_ptr<T> p_;
36 bool compare_exchange( shared_ptr<T>& v, shared_ptr<T> w ) BOOST_SP_NOEXCEPT in compare_exchange()
49 shared_ptr<T> tmp( p_ ); in compare_exchange()
66 atomic_shared_ptr( shared_ptr<T> p ) BOOST_SP_NOEXCEPT in atomic_shared_ptr()
79 atomic_shared_ptr( shared_ptr<T> p ) BOOST_SP_NOEXCEPT
92 atomic_shared_ptr& operator=( shared_ptr<T> r ) BOOST_SP_NOEXCEPT in operator =()
105 shared_ptr<T> load() const BOOST_SP_NOEXCEPT in load()
111 template<class M> shared_ptr<T> load( M ) const BOOST_SP_NOEXCEPT in load()
117 operator shared_ptr<T>() const BOOST_SP_NOEXCEPT in operator shared_ptr<T>()
123 void store( shared_ptr<T> r ) BOOST_SP_NOEXCEPT in store()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
Diterator_concept_conformance.compile.pass.cpp17 static_assert(std::indirectly_readable<std::shared_ptr<int> >);
18 static_assert(std::indirectly_writable<std::shared_ptr<int>, int>);
19 static_assert(!std::weakly_incrementable<std::shared_ptr<int> >);
20 static_assert(std::indirectly_movable<std::shared_ptr<int>, std::shared_ptr<int>>);
21 static_assert(std::indirectly_movable_storable<std::shared_ptr<int>, std::shared_ptr<int>>);
22 static_assert(std::indirectly_copyable<std::shared_ptr<int>, std::shared_ptr<int>>);
23 static_assert(std::indirectly_copyable_storable<std::shared_ptr<int>, std::shared_ptr<int>>);
24 static_assert(std::indirectly_swappable<std::shared_ptr<int>, std::shared_ptr<int> >);
26 static_assert(!std::indirectly_readable<std::shared_ptr<void> >);
27 static_assert(!std::indirectly_writable<std::shared_ptr<void>, void>);
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/
Diterator_concept_conformance.compile.pass.cpp17 static_assert(std::indirectly_readable<std::shared_ptr<int> >);
18 static_assert(std::indirectly_writable<std::shared_ptr<int>, int>);
19 static_assert(!std::weakly_incrementable<std::shared_ptr<int> >);
20 static_assert(std::indirectly_movable<std::shared_ptr<int>, std::shared_ptr<int>>);
21 static_assert(std::indirectly_movable_storable<std::shared_ptr<int>, std::shared_ptr<int>>);
22 static_assert(std::indirectly_copyable<std::shared_ptr<int>, std::shared_ptr<int>>);
23 static_assert(std::indirectly_copyable_storable<std::shared_ptr<int>, std::shared_ptr<int>>);
24 static_assert(std::indirectly_swappable<std::shared_ptr<int>, std::shared_ptr<int> >);
26 static_assert(!std::indirectly_readable<std::shared_ptr<void> >);
27 static_assert(!std::indirectly_writable<std::shared_ptr<void>, void>);
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/detail/
Dshared_ptr_132.hpp106 template<class T> class shared_ptr class
110 typedef shared_ptr< T > this_type;
119 shared_ptr(): px(0), pn() // never throws in 1.30+ in shared_ptr() function in boost_132::shared_ptr
124 explicit shared_ptr(Y * p): px(p), pn(p, boost::checked_deleter<Y>()) // Y must be complete in shared_ptr() function in boost_132::shared_ptr
135 template<class Y, class D> shared_ptr(Y * p, D d): px(p), pn(p, d) in shared_ptr() function in boost_132::shared_ptr
144 shared_ptr & operator=(shared_ptr const & r) // never throws in operator =()
153 explicit shared_ptr(weak_ptr<Y> const & r): pn(r.pn) // may throw in shared_ptr() function in boost_132::shared_ptr
160 shared_ptr(shared_ptr<Y> const & r): px(r.px), pn(r.pn) // never throws in shared_ptr() function in boost_132::shared_ptr
165shared_ptr(shared_ptr<Y> const & r, detail::static_cast_tag): px(static_cast<element_type *>(r.px)… in shared_ptr() function in boost_132::shared_ptr
170shared_ptr(shared_ptr<Y> const & r, detail::const_cast_tag): px(const_cast<element_type *>(r.px)),… in shared_ptr() function in boost_132::shared_ptr
[all …]
Dshared_ptr_nmt_132.hpp33 template<class T> class shared_ptr class
44 explicit shared_ptr(T * p = 0): px(p) in shared_ptr() function in boost::shared_ptr
71 ~shared_ptr() in ~shared_ptr()
80 shared_ptr(shared_ptr const & r): px(r.px) // never throws in shared_ptr() function in boost::shared_ptr
86 shared_ptr & operator=(shared_ptr const & r) in operator =()
88 shared_ptr(r).swap(*this); in operator =()
94 explicit shared_ptr(std::auto_ptr< T > & r) in shared_ptr() function in boost::shared_ptr
100 shared_ptr & operator=(std::auto_ptr< T > & r) in operator =()
102 shared_ptr(r).swap(*this); in operator =()
111 shared_ptr(p).swap(*this); in reset()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dcredentials.h44 std::shared_ptr<Channel> CreateCustomChannel(
46 const std::shared_ptr<grpc::ChannelCredentials>& creds,
50 std::shared_ptr<grpc::Channel> CreateCustomChannelWithInterceptors(
52 const std::shared_ptr<grpc::ChannelCredentials>& creds,
60 std::shared_ptr<ChannelCredentials> XdsCredentials(
61 const std::shared_ptr<ChannelCredentials>& fallback_creds);
72 friend std::shared_ptr<ChannelCredentials> CompositeChannelCredentials(
73 const std::shared_ptr<ChannelCredentials>& channel_creds,
74 const std::shared_ptr<CallCredentials>& call_creds);
80 friend std::shared_ptr<ChannelCredentials> grpc::XdsCredentials(
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dcredentials.h44 std::shared_ptr<Channel> CreateCustomChannel(
46 const std::shared_ptr<grpc::ChannelCredentials>& creds,
50 std::shared_ptr<grpc::Channel> CreateCustomChannelWithInterceptors(
52 const std::shared_ptr<grpc::ChannelCredentials>& creds,
60 std::shared_ptr<ChannelCredentials> XdsCredentials(
61 const std::shared_ptr<ChannelCredentials>& fallback_creds);
72 friend std::shared_ptr<ChannelCredentials> CompositeChannelCredentials(
73 const std::shared_ptr<ChannelCredentials>& channel_creds,
74 const std::shared_ptr<CallCredentials>& call_creds);
80 friend std::shared_ptr<ChannelCredentials> grpc::XdsCredentials(
[all …]
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dsp_array_cast_test.cpp21 boost::shared_ptr<void> pv; in static_cast_test()
23 boost::shared_ptr<int[]> pi = boost::static_pointer_cast<int[]>( pv ); in static_cast_test()
26 boost::shared_ptr<int[3]> pi2 = boost::static_pointer_cast<int[3]>( pv ); in static_cast_test()
29 boost::shared_ptr<X[]> px = boost::static_pointer_cast<X[]>( pv ); in static_cast_test()
32 boost::shared_ptr<X[5]> px2 = boost::static_pointer_cast<X[5]>( pv ); in static_cast_test()
37 boost::shared_ptr<int[]> pi( new int[2] ); in static_cast_test()
38 boost::shared_ptr<void> pv( pi ); in static_cast_test()
40 boost::shared_ptr<int[]> pi2 = boost::static_pointer_cast<int[]>( pv ); in static_cast_test()
44 boost::shared_ptr<int[2]> pi3 = boost::static_pointer_cast<int[2]>( pv ); in static_cast_test()
48 boost::shared_ptr<void> pv2( pi3 ); in static_cast_test()
[all …]
Datomic_sp_test.cpp31 boost::shared_ptr<X> p2 = apx.load(); in main()
40 boost::shared_ptr<X> px( new X ); in main()
43 boost::shared_ptr<X> p2 = apx.load(); in main()
53 boost::shared_ptr<X> px0( new X ); in main()
56 boost::shared_ptr<X> px( new X ); in main()
59 boost::shared_ptr<X> p2 = apx.load(); in main()
69 boost::shared_ptr<X> px( new X ); in main()
72 boost::shared_ptr<X> p2 = apx.load( boost::memory_order_acquire ); in main()
82 boost::shared_ptr<X> px( new X ); in main()
85 boost::shared_ptr<X> p2 = apx; in main()
[all …]
/external/sdv/vsomeip/third_party/boost/smart_ptr/doc/smart_ptr/
Datomic_shared_ptr.adoc19 for a contained value of type `shared_ptr<T>`. Concurrent access to `atomic_shared_ptr`
32 shared_ptr<T> p_; // exposition only
40 atomic_shared_ptr( shared_ptr<T> p ) noexcept;
42 atomic_shared_ptr& operator=( shared_ptr<T> r ) noexcept;
46 shared_ptr<T> load( int = 0 ) const noexcept;
47 operator shared_ptr<T>() const noexcept;
49 void store( shared_ptr<T> r, int = 0 ) noexcept;
51 shared_ptr<T> exchange( shared_ptr<T> r, int = 0 ) noexcept;
53 bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w, int, int ) noexcept;
54 bool compare_exchange_weak( shared_ptr<T>& v, const shared_ptr<T>& w, int = 0 ) noexcept;
[all …]
Dshared_ptr.adoc12 [#shared_ptr] anchor
13 # shared_ptr: Shared Ownership
20 The `shared_ptr` class template stores a pointer to a dynamically allocated object, typically with …
21 The object pointed to is guaranteed to be deleted when the last `shared_ptr` pointing to it is dest…
23 .Using shared_ptr
25 shared_ptr<X> p1( new X );
26 shared_ptr<void> p2( new int(5) );
29 `shared_ptr` deletes the exact pointer that has been passed at construction time, complete with its…
31 `int*` that has been passed to the constructor, even though `p2` itself is of type `shared_ptr<void…
34 Every `shared_ptr` meets the `CopyConstructible`, `MoveConstructible`, `CopyAssignable` and `MoveAs…
[all …]
/external/armnn/src/armnn/layers/
DLstmParameters.hpp17 std::shared_ptr<ConstTensorHandle> m_InputLayerNormWeights;
19 std::shared_ptr<ConstTensorHandle> m_ForgetLayerNormWeights;
21 std::shared_ptr<ConstTensorHandle> m_CellLayerNormWeights;
23 std::shared_ptr<ConstTensorHandle> m_OutputLayerNormWeights;
29 std::shared_ptr<ConstTensorHandle> m_InputToInputWeights;
31 std::shared_ptr<ConstTensorHandle> m_RecurrentToInputWeights;
33 std::shared_ptr<ConstTensorHandle> m_InputGateBias;
39 std::shared_ptr<ConstTensorHandle> m_ProjectionWeights;
41 std::shared_ptr<ConstTensorHandle> m_ProjectionBias;
47 std::shared_ptr<ConstTensorHandle> m_CellToInputWeights;
[all …]
DQLstmLayer.hpp17 std::shared_ptr<ConstTensorHandle> m_InputToForgetWeights;
19 std::shared_ptr<ConstTensorHandle> m_InputToCellWeights;
21 std::shared_ptr<ConstTensorHandle> m_InputToOutputWeights;
24 std::shared_ptr<ConstTensorHandle> m_RecurrentToForgetWeights;
26 std::shared_ptr<ConstTensorHandle> m_RecurrentToCellWeights;
28 std::shared_ptr<ConstTensorHandle> m_RecurrentToOutputWeights;
31 std::shared_ptr<ConstTensorHandle> m_ForgetGateBias;
33 std::shared_ptr<ConstTensorHandle> m_CellBias;
35 std::shared_ptr<ConstTensorHandle> m_OutputGateBias;
41 std::shared_ptr<ConstTensorHandle> m_ProjectionWeights;
[all …]
/external/tensorflow/tensorflow/core/framework/
Dshared_ptr_variant.h28 std::shared_ptr<T> shared_ptr; member
30 SharedPtrVariant() : shared_ptr() {} in SharedPtrVariant()
32 explicit SharedPtrVariant(std::shared_ptr<T>&& ptr) in SharedPtrVariant()
33 : shared_ptr(std::forward<decltype(ptr)>(ptr)) { in SharedPtrVariant()
34 VLOG(3) << "Creating shared_ptr of " << shared_ptr.get() in SharedPtrVariant()
35 << " count is: " << shared_ptr.use_count(); in SharedPtrVariant()
39 : shared_ptr(std::move(rhs.shared_ptr)) { in SharedPtrVariant()
40 VLOG(3) << "Moving SharedPtrVariant of " << shared_ptr.get() in SharedPtrVariant()
41 << " count is: " << shared_ptr.use_count(); in SharedPtrVariant()
48 std::swap(shared_ptr, rhs.shared_ptr);
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dshared_ptr_Y.pass.cpp79 static_assert(!std::is_constructible<std::shared_ptr<int>, const std::shared_ptr<long>&>::value…
80 static_assert( std::is_constructible<std::shared_ptr<B>, const std::shared_ptr<A>&>::value, "…
81 static_assert( std::is_constructible<std::shared_ptr<const A>, const std::shared_ptr<A>&>::value, "…
82 static_assert(!std::is_constructible<std::shared_ptr<A>, const std::shared_ptr<const A>&>::va…
85 static_assert(!std::is_constructible<std::shared_ptr<int>, const std::shared_ptr<int[]>&>::valu…
86 static_assert(!std::is_constructible<std::shared_ptr<int>, const std::shared_ptr<int[5]>&>::val…
87 static_assert(!std::is_constructible<std::shared_ptr<int[]>, const std::shared_ptr<int>&>::value,…
88 static_assert( std::is_constructible<std::shared_ptr<int[]>, const std::shared_ptr<int[5]>&>::val…
89 static_assert(!std::is_constructible<std::shared_ptr<int[5]>, const std::shared_ptr<int>&>::value,…
90 static_assert(!std::is_constructible<std::shared_ptr<int[5]>, const std::shared_ptr<int[]>&>::valu…
[all …]
Dshared_ptr_Y_rv.pass.cpp60 static_assert(!std::is_constructible<std::shared_ptr<int>, std::shared_ptr<long>&&>::value, "");
61 static_assert( std::is_constructible<std::shared_ptr<B>, std::shared_ptr<A>&&>::value, "");
62 static_assert( std::is_constructible<std::shared_ptr<const A>, std::shared_ptr<A>&&>::value, "");
63 static_assert(!std::is_constructible<std::shared_ptr<A>, std::shared_ptr<const A>&&>::value, …
66 static_assert(!std::is_constructible<std::shared_ptr<int>, std::shared_ptr<int[]>&&>::value, ""…
67 static_assert(!std::is_constructible<std::shared_ptr<int>, std::shared_ptr<int[5]>&&>::value, "…
68 static_assert(!std::is_constructible<std::shared_ptr<int[]>, std::shared_ptr<int>&&>::value, "");
69 static_assert( std::is_constructible<std::shared_ptr<int[]>, std::shared_ptr<int[5]>&&>::value, "…
70 static_assert(!std::is_constructible<std::shared_ptr<int[5]>, std::shared_ptr<int>&&>::value, "");
71 static_assert(!std::is_constructible<std::shared_ptr<int[5]>, std::shared_ptr<int[]>&&>::value, ""…
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dshared_ptr_Y.pass.cpp79 static_assert(!std::is_constructible<std::shared_ptr<int>, const std::shared_ptr<long>&>::value…
80 static_assert( std::is_constructible<std::shared_ptr<B>, const std::shared_ptr<A>&>::value, "…
81 static_assert( std::is_constructible<std::shared_ptr<const A>, const std::shared_ptr<A>&>::value, "…
82 static_assert(!std::is_constructible<std::shared_ptr<A>, const std::shared_ptr<const A>&>::va…
85 static_assert(!std::is_constructible<std::shared_ptr<int>, const std::shared_ptr<int[]>&>::valu…
86 static_assert(!std::is_constructible<std::shared_ptr<int>, const std::shared_ptr<int[5]>&>::val…
87 static_assert(!std::is_constructible<std::shared_ptr<int[]>, const std::shared_ptr<int>&>::value,…
88 static_assert( std::is_constructible<std::shared_ptr<int[]>, const std::shared_ptr<int[5]>&>::val…
89 static_assert(!std::is_constructible<std::shared_ptr<int[5]>, const std::shared_ptr<int>&>::value,…
90 static_assert(!std::is_constructible<std::shared_ptr<int[5]>, const std::shared_ptr<int[]>&>::valu…
[all …]
Dshared_ptr_Y_rv.pass.cpp60 static_assert(!std::is_constructible<std::shared_ptr<int>, std::shared_ptr<long>&&>::value, "");
61 static_assert( std::is_constructible<std::shared_ptr<B>, std::shared_ptr<A>&&>::value, "");
62 static_assert( std::is_constructible<std::shared_ptr<const A>, std::shared_ptr<A>&&>::value, "");
63 static_assert(!std::is_constructible<std::shared_ptr<A>, std::shared_ptr<const A>&&>::value, …
66 static_assert(!std::is_constructible<std::shared_ptr<int>, std::shared_ptr<int[]>&&>::value, ""…
67 static_assert(!std::is_constructible<std::shared_ptr<int>, std::shared_ptr<int[5]>&&>::value, "…
68 static_assert(!std::is_constructible<std::shared_ptr<int[]>, std::shared_ptr<int>&&>::value, "");
69 static_assert( std::is_constructible<std::shared_ptr<int[]>, std::shared_ptr<int[5]>&&>::value, "…
70 static_assert(!std::is_constructible<std::shared_ptr<int[5]>, std::shared_ptr<int>&&>::value, "");
71 static_assert(!std::is_constructible<std::shared_ptr<int[5]>, std::shared_ptr<int[]>&&>::value, ""…
[all …]
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h45 std::shared_ptr<Channel> CreateCustomChannel(
47 const std::shared_ptr<grpc::ChannelCredentials>& creds,
51 std::shared_ptr<grpc::Channel> CreateCustomChannelWithInterceptors(
53 const std::shared_ptr<grpc::ChannelCredentials>& creds,
61 std::shared_ptr<ChannelCredentials> XdsCredentials(
62 const std::shared_ptr<ChannelCredentials>& fallback_creds);
80 friend std::shared_ptr<grpc::Channel> CreateCustomChannel(
82 const std::shared_ptr<grpc::ChannelCredentials>& creds,
84 friend std::shared_ptr<grpc::Channel>
87 const std::shared_ptr<grpc::ChannelCredentials>& creds,
[all …]
/external/ot-br-posix/src/android/
Dotdaemon_server.hpp95 const std::shared_ptr<INsdPublisher> &aINsdPublisher,
99 const std::shared_ptr<IOtDaemonCallback> &aCallback) override;
102 const std::shared_ptr<INsdPublisher> &aINsdPublisher,
106 const std::shared_ptr<IOtDaemonCallback> &aCallback);
108 …Status setThreadEnabled(const bool aEnabled, const std::shared_ptr<IOtStatusReceiver> &aReceiver) …
109 …void setThreadEnabledInternal(const bool aEnabled, const std::shared_ptr<IOtStatusReceiver> &aRe…
110 …Status registerStateCallback(const std::shared_ptr<IOtDaemonCallback> &aCallback, int64_t aListene…
111 …void registerStateCallbackInternal(const std::shared_ptr<IOtDaemonCallback> &aCallback, int64_t …
114 const std::shared_ptr<IOtStatusReceiver> &aReceiver) override;
116 const std::shared_ptr<IOtStatusReceiver> &aReceiver);
[all …]
/external/pytorch/torch/csrc/jit/runtime/static/
Dpasses.h6 std::shared_ptr<torch::jit::Graph>& graph);
9 std::shared_ptr<torch::jit::Graph>& graph);
11 TORCH_API void FuseListUnpack(std::shared_ptr<torch::jit::Graph>& graph);
16 std::shared_ptr<torch::jit::Graph>& graph,
20 std::shared_ptr<torch::jit::Graph>& graph,
24 std::shared_ptr<torch::jit::Graph>& graph,
28 std::shared_ptr<torch::jit::Graph>& graph);
30 TORCH_API bool graphHasOp(std::shared_ptr<Graph>& graph, const char* op_name);
34 TORCH_API void FuseSignLog1P(std::shared_ptr<Graph>& graph);
36 TORCH_API void UseVariadicTupleUnpack(const std::shared_ptr<Graph>& graph);
[all …]
/external/sdv/vsomeip/implementation/service_discovery/include/
Dservice_discovery_impl.hpp49 std::shared_ptr<request>
54 std::shared_ptr<entry_impl> entry_;
55 std::vector<std::shared_ptr<option_impl> > options_;
56 std::shared_ptr<entry_impl> other_;
63 const std::shared_ptr<configuration>& _configuration);
78 client_t _client, const std::shared_ptr<eventgroupinfo>& _info);
93 const std::shared_ptr<endpoint> &_endpoint);
95 void offer_service(const std::shared_ptr<serviceinfo> &_info);
96 void stop_offer_service(const std::shared_ptr<serviceinfo> &_info);
104 const std::shared_ptr<remote_subscription> &_subscription);
[all …]

12345678910>>...166