HomeSort by relevance Sort by last modified time
    Searched refs:shared_ptr (Results 151 - 175 of 1782) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
shared_ptr_Y_rv.pass.cpp 14 // shared_ptr
16 // template<class Y> shared_ptr(shared_ptr<Y>&& r);
60 static_assert(( std::is_convertible<std::shared_ptr<A>, std::shared_ptr<B> >::value), "");
61 static_assert((!std::is_convertible<std::shared_ptr<B>, std::shared_ptr<A> >::value), "");
62 static_assert((!std::is_convertible<std::shared_ptr<A>, std::shared_ptr<C> >::value), "");
64 std::shared_ptr<A> pA(new A)
    [all...]
weak_ptr.pass.cpp 12 // shared_ptr
14 // template<class Y> explicit shared_ptr(const weak_ptr<Y>& r);
51 std::shared_ptr<A> sp(wp);
61 std::shared_ptr<A> sp0(new A);
63 std::shared_ptr<A> sp(wp);
71 std::shared_ptr<A> sp0(new A);
76 std::shared_ptr<A> sp(wp);
  /external/libbrillo/brillo/http/
http_utils.h 63 std::shared_ptr<Transport> transport,
72 std::shared_ptr<Transport> transport,
86 std::shared_ptr<Transport> transport,
102 std::shared_ptr<Transport> transport,
113 std::shared_ptr<Transport> transport,
123 std::shared_ptr<Transport> transport,
132 std::shared_ptr<Transport> transport,
141 std::shared_ptr<Transport> transport,
149 std::shared_ptr<Transport> transport,
162 std::shared_ptr<Transport> transport
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidTree.cpp 27 HidTreeNode::HidTreeNode(std::shared_ptr<HidTreeNode> parent,
33 HidTreeNode::HidTreeNode(std::shared_ptr<HidTreeNode> parent,
49 std::shared_ptr<HidTreeNode> HidTreeNode::deepCopy(
50 std::shared_ptr<HidTreeNode> parent) const {
51 std::shared_ptr<HidTreeNode> copy(new HidTreeNode(parent, mData, mFullUsage, mNodeType));
63 std::shared_ptr<HidTreeNode> HidTreeNode::addChild(std::shared_ptr<HidTreeNode> child) {
68 std::shared_ptr<HidTreeNode> HidTreeNode::getParent() const {
81 std::vector<std::shared_ptr<HidTreeNode>>& HidTreeNode::getChildren() {
85 const std::vector<std::shared_ptr<HidTreeNode>>& HidTreeNode::getChildren() const
    [all...]
  /frameworks/native/opengl/libs/EGL/
BlobCache.h 155 CacheEntry(const std::shared_ptr<Blob>& key, const std::shared_ptr<Blob>& value);
161 std::shared_ptr<Blob> getKey() const;
162 std::shared_ptr<Blob> getValue() const;
164 void setValue(const std::shared_ptr<Blob>& value);
169 std::shared_ptr<Blob> mKey;
172 std::shared_ptr<Blob> mValue;
  /hardware/google/av/codec2/vndk/include/util/
C2InterfaceHelper.h 119 size_t GetBaseOffset(const std::shared_ptr<C2ParamReflector> &reflector,
123 * The interface helper class uses references to std::shared_ptr<T> config parameters.
124 * Internally, these need to be generalized to std::shared_ptr<C2Param> refs, but the cast is
131 inline C2_HIDE ParamRef(std::shared_ptr<T> &param)
132 : _mRef(reinterpret_cast<std::shared_ptr<C2Param>*>(&param)) { }
135 operator std::shared_ptr<C2Param> *() const { return _mRef; }
140 std::shared_ptr<C2Param> get() const { return *_mRef; }
143 std::shared_ptr<C2Param> *_mRef;
206 * Factory is an interface to get the parameter helpers from a std::shared_ptr<T> &.
210 virtual std::shared_ptr<C2ParamReflector> getReflector() const = 0
    [all...]
  /external/clang/test/Analysis/
NewDelete-checker-test.cpp 272 class shared_ptr { class in namespace:reference_count
277 shared_ptr() : p(0), control(0) {} function in class:reference_count::shared_ptr
278 explicit shared_ptr(T *p) : p(p), control(new control_block) { function in class:reference_count::shared_ptr
281 shared_ptr(shared_ptr &other) : p(other.p), control(other.control) { function in class:reference_count::shared_ptr
285 ~shared_ptr() {
296 void swap(shared_ptr &other) {
308 shared_ptr<int> a(new int);
313 shared_ptr<int> a(new int);
314 shared_ptr<int> b = a
    [all...]
  /hardware/google/av/codec2/vndk/
C2Store.cpp 43 std::shared_ptr<C2ComponentStore> GetPreferredCodec2ComponentStore();
58 id_t id, std::shared_ptr<C2Allocator> *const allocator) override;
60 virtual std::vector<std::shared_ptr<const C2Allocator::Traits>> listAllocators_nb()
62 return std::vector<std::shared_ptr<const C2Allocator::Traits>>(); /// \todo
69 void setComponentStore(std::shared_ptr<C2ComponentStore> store);
75 std::shared_ptr<C2Allocator> fetchIonAllocator();
78 std::shared_ptr<C2Allocator> fetchGrallocAllocator();
81 std::shared_ptr<C2Allocator> fetchBufferQueueAllocator();
87 std::shared_ptr<C2ComponentStore> _mComponentStore;
94 id_t id, std::shared_ptr<C2Allocator> *const allocator)
    [all...]
  /external/tensorflow/tensorflow/cc/framework/
scope_internal.h 41 Impl(const std::shared_ptr<Graph>& graph,
42 const std::shared_ptr<Status>& status,
43 const std::shared_ptr<NameMap>& name_map,
44 const std::shared_ptr<ShapeRefiner>& refiner);
92 std::shared_ptr<Graph> graph_ = nullptr;
93 std::shared_ptr<Status> status_ = nullptr;
94 std::shared_ptr<NameMap> name_map_ = nullptr;
95 std::shared_ptr<ShapeRefiner> refiner_ = nullptr;
100 std::shared_ptr<bool> scope_used_ = nullptr;
  /cts/tests/tests/media/libmediandkjni/
native_media_source.h 54 virtual Status prepare(std::shared_ptr<Listener> l, std::shared_ptr<ANativeWindow> n) = 0;
64 std::shared_ptr<Listener> mBufListener;
65 std::shared_ptr<ANativeWindow> mSurface;
68 std::shared_ptr<Source> createDecoderSource(
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 12 // shared_ptr
14 // template<class Y> explicit shared_ptr(const weak_ptr<Y>& r);
51 std::shared_ptr<A> sp(wp);
61 std::shared_ptr<A> sp0(new A);
63 std::shared_ptr<A> sp(wp);
71 std::shared_ptr<A> sp0(new A);
76 std::shared_ptr<A> sp(wp);
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
lock.pass.cpp 14 // shared_ptr<T> lock() const;
34 std::shared_ptr<A> sp = wp.lock();
40 std::shared_ptr<A> sp0(new A);
42 std::shared_ptr<A> sp = wp.lock();
49 std::shared_ptr<A> sp0(new A);
52 std::shared_ptr<A> sp = wp.lock();
  /external/protobuf/python/google/protobuf/pyext/
map_container.h 38 #include <google/protobuf/stubs/shared_ptr.h>
50 using std::shared_ptr;
52 using internal::shared_ptr;
69 shared_ptr<Message> owner;
102 void SetOwner(const shared_ptr<Message>& new_owner) {
repeated_composite_container.h 41 #include <google/protobuf/stubs/shared_ptr.h>
53 using std::shared_ptr;
55 using internal::shared_ptr;
80 shared_ptr<Message> owner;
163 const shared_ptr<Message>& new_owner);
  /external/tensorflow/tensorflow/core/distributed_runtime/
session_mgr.h 53 std::shared_ptr<WorkerSession> WorkerSessionForSession(const string& session);
54 std::shared_ptr<WorkerSession> LegacySession();
83 std::shared_ptr<WorkerSession> legacy_session_;
89 std::shared_ptr<WorkerSession> WorkerSessionForSessionUnlocked(
94 std::map<string, std::shared_ptr<WorkerSession>> sessions_ GUARDED_BY(mu_);
  /frameworks/native/libs/vr/libvrflinger/
acquired_buffer.h 23 AcquiredBuffer(const std::shared_ptr<BufferConsumer>& buffer,
31 AcquiredBuffer(const std::shared_ptr<BufferConsumer>& buffer, int* error);
47 std::shared_ptr<BufferConsumer> buffer() const { return buffer_; }
61 std::shared_ptr<BufferConsumer> ClaimBuffer();
74 std::shared_ptr<BufferConsumer> buffer_;
display_manager_service.h 43 std::shared_ptr<pdx::Channel> OnChannelOpen(pdx::Message& message) override;
45 const std::shared_ptr<pdx::Channel>& channel) override;
52 const std::shared_ptr<DisplayService>& display_service);
67 std::shared_ptr<DisplayService> display_service_;
68 std::shared_ptr<DisplayManager> display_manager_;
  /hardware/google/av/media/codecs/flac/
C2SoftFlacEnc.h 38 C2SoftFlacEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
49 const std::shared_ptr<C2BlockPool> &pool) override;
52 const std::shared_ptr<C2BlockPool> &pool) override;
64 std::shared_ptr<IntfImpl> mIntf;
69 std::shared_ptr<C2LinearBlock> mOutputBlock;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
lock.pass.cpp 14 // shared_ptr<T> lock() const;
34 std::shared_ptr<A> sp = wp.lock();
40 std::shared_ptr<A> sp0(new A);
42 std::shared_ptr<A> sp = wp.lock();
49 std::shared_ptr<A> sp0(new A);
52 std::shared_ptr<A> sp = wp.lock();
  /system/bt/profile/avrcp/
device.h 104 void MessageReceived(uint8_t label, std::shared_ptr<Packet> pkt);
105 void BrowseMessageReceived(uint8_t label, std::shared_ptr<BrowsePacket> pkt);
106 void VendorPacketHandler(uint8_t label, std::shared_ptr<VendorPacket> pkt);
119 uint8_t label, const std::shared_ptr<GetCapabilitiesRequest>& pkt);
123 uint8_t label, const std::shared_ptr<RegisterNotificationRequest>& pkt);
149 uint8_t label, std::shared_ptr<GetElementAttributesRequest> pkt,
164 uint8_t label, std::shared_ptr<GetFolderItemsRequest> request);
166 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt,
169 std::shared_ptr<GetFolderItemsRequest> pkt,
172 uint8_t label, std::shared_ptr<GetFolderItemsRequest> pkt
    [all...]
  /frameworks/ml/nn/runtime/
ExecutionPlan.h 49 std::shared_ptr<Device> device);
87 std::shared_ptr<Device> getDevice() const { return mDevice; }
93 void mapInputsAndOutputs(std::shared_ptr<StepExecutor> stepExecutor) const;
107 std::shared_ptr<Device> mDevice; // nullptr signifies CPU
185 std::shared_ptr<const SubModelInputsAndOutputsType> subModelInputsAndOutputs,
190 std::shared_ptr<const SubModelInputsAndOutputsType> mSubModelInputsAndOutputs; // may be nullptr
195 std::shared_ptr<Controller> makeController(const ExecutionBuilder* executionBuilder) const;
197 int next(std::shared_ptr<Controller> controller, std::shared_ptr<StepExecutor>* executor) const;
200 int fallback(std::shared_ptr<Controller> controller, std::shared_ptr<StepExecutor>* executor) const
    [all...]
  /device/google/cuttlefish_common/guest/commands/usbforward/
transport_request.h 40 TransportRequest(std::shared_ptr<libusb_device_handle> device,
42 TransportRequest(std::shared_ptr<libusb_device_handle> device,
60 std::shared_ptr<libusb_device_handle> handle_;
  /frameworks/base/cmds/statsd/src/external/
StatsPuller.h 40 bool Pull(const int64_t timeNs, std::vector<std::shared_ptr<LogEvent>>* data);
66 virtual bool PullInternal(std::vector<std::shared_ptr<LogEvent>>* data) = 0;
70 std::vector<std::shared_ptr<LogEvent>> mCachedData;
  /frameworks/native/libs/vr/libpdx/private/pdx/
service_dispatcher.h 35 int AddService(const std::shared_ptr<Service>& service);
44 int RemoveService(const std::shared_ptr<Service>& service);
94 std::vector<std::shared_ptr<Service>> services_;
  /frameworks/native/services/vr/bufferhubd/
consumer_queue_channel.h 22 const std::shared_ptr<Channel>& producer, bool silent);
33 const std::shared_ptr<ProducerChannel>& producer_channel, size_t slot);
45 std::shared_ptr<ProducerQueueChannel> GetProducer() const;

Completed in 811 milliseconds

1 2 3 4 5 67 8 91011>>