| /system/chre/util/include/chre/util/ |
| D | optional.h | 101 Optional<ObjectType> &operator=(ObjectType &&other); variable 111 Optional<ObjectType> &operator=(Optional<ObjectType> &&other); variable 120 Optional<ObjectType> &operator=(const ObjectType &other); variable 128 Optional<ObjectType> &operator=(const Optional<ObjectType> &other); variable
|
| /system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/ |
| D | optional.h | 101 Optional<ObjectType> &operator=(ObjectType &&other); variable 111 Optional<ObjectType> &operator=(Optional<ObjectType> &&other); variable 120 Optional<ObjectType> &operator=(const ObjectType &other); variable 128 Optional<ObjectType> &operator=(const Optional<ObjectType> &other); variable
|
| /system/core/fs_mgr/libdm/include/libdm/ |
| D | loop_control.h | 53 LoopControl& operator=(const LoopControl&) = delete; variable 54 LoopControl& operator=(LoopControl&&) = default; variable 81 LoopDevice& operator=(const LoopDevice&) = delete; variable 82 LoopDevice& operator=(LoopDevice&&) = default; variable
|
| /system/core/libutils/binder/include/utils/ |
| D | StrongPointer.h | 67 sp& operator=(T* other); variable 69 sp& operator=(U* other); variable 88 sp& operator = (const sp<T>& other); variable 89 sp& operator=(sp<T>&& other) noexcept; variable 91 template<typename U> sp& operator = (const sp<U>& other); variable 92 template<typename U> sp& operator = (sp<U>&& other); variable
|
| D | RefBase.h | 383 RefBase& operator=(const RefBase& o); variable 422 wp& operator=(T* other); variable 424 wp& operator=(U* other); variable 437 wp& operator = (const wp<T>& other); variable 438 wp& operator = (const sp<T>& other); variable 440 template<typename U> wp& operator = (const wp<U>& other); variable 441 template<typename U> wp& operator = (const sp<U>& other); variable
|
| /system/core/libutils/include/utils/ |
| D | StrongPointer.h | 67 sp& operator=(T* other); variable 69 sp& operator=(U* other); variable 88 sp& operator = (const sp<T>& other); variable 89 sp& operator=(sp<T>&& other) noexcept; variable 91 template<typename U> sp& operator = (const sp<U>& other); variable 92 template<typename U> sp& operator = (sp<U>&& other); variable
|
| D | RefBase.h | 383 RefBase& operator=(const RefBase& o); variable 422 wp& operator=(T* other); variable 424 wp& operator=(U* other); variable 437 wp& operator = (const wp<T>& other); variable 438 wp& operator = (const sp<T>& other); variable 440 template<typename U> wp& operator = (const wp<U>& other); variable 441 template<typename U> wp& operator = (const sp<U>& other); variable
|
| /system/teeui/libteeui/include/secure_input/ |
| D | evdev.h | 46 NonCopyableFunctionBase& operator=(const NonCopyableFunctionBase&) = delete; variable 56 Ret operator()(Args... args) override { return f_(std::move(args)...); } in operator() function 68 NonCopyableFunction& operator=(NonCopyableFunction&& other) = default; variable 70 NonCopyableFunction& operator=(const NonCopyableFunction& other) = delete; variable 72 Ret operator()(Args... args) { in operator() function 146 EventDev& operator=(EventDev&& other); variable
|
| /system/tools/aidl/ |
| D | io_delegate.h | 37 IoDelegate& operator=(const IoDelegate&) = delete; variable 38 IoDelegate& operator=(IoDelegate&&) = delete; variable
|
| D | import_resolver.h | 36 ImportResolver& operator=(const ImportResolver&) = delete; variable 37 ImportResolver& operator=(ImportResolver&&) = delete; variable
|
| /system/update_engine/common/ |
| D | excluder_stub.h | 39 ExcluderStub& operator=(const ExcluderStub&) = delete; variable 41 ExcluderStub& operator=(ExcluderStub&&) = delete; variable
|
| D | excluder_interface.h | 50 ExcluderInterface& operator=(const ExcluderInterface&) = delete; variable 52 ExcluderInterface& operator=(ExcluderInterface&&) = delete; variable
|
| /system/core/init/ |
| D | interprocess_fifo.h | 35 InterprocessFifo& operator=(const InterprocessFifo& orig) noexcept = delete; variable 36 InterprocessFifo& operator=(InterprocessFifo&& orig) noexcept = delete; variable
|
| /system/libhidl/base/include/hidl/ |
| D | Status.h | 97 Status& operator=(const Status& status) = default; variable 159 return_status &operator=(const return_status &) = delete; variable 162 return_status& operator=(return_status&& other) noexcept; variable 229 Return& operator=(Return&&) noexcept = default; variable 256 Return& operator=(Return&&) noexcept = default; variable 278 Return &operator=(Return &&) = default; variable
|
| /system/chre/platform/include/chre/platform/ |
| D | atomic.h | 46 bool operator=(bool desired); variable 103 uint32_t operator=(uint32_t desired); variable
|
| D | thread_handle.h | 56 ThreadHandle &operator=(const ThreadHandle &other); variable 57 ThreadHandle &operator=(ThreadHandle &&other); variable
|
| /system/tools/aidl/tests/ |
| D | fake_io_delegate.h | 38 FakeIoDelegate& operator=(const FakeIoDelegate&) = delete; variable 39 FakeIoDelegate& operator=(FakeIoDelegate&&) = delete; variable
|
| /system/chre/util/include/chre/util/system/ |
| D | shared_ptr.h | 154 SharedPtr<ObjectType> &operator=(const SharedPtr<ObjectType> &other); variable 163 SharedPtr<ObjectType> &operator=(SharedPtr<ObjectType> &&other); variable
|
| D | intrusive_ref_base.h | 46 IntrusiveRefBase &operator=(const IntrusiveRefBase &) = delete; variable 48 IntrusiveRefBase &operator=(IntrusiveRefBase &&) = delete; variable
|
| /system/memory/libmeminfo/include/meminfo/ |
| D | pageacct.h | 59 PageAcct& operator=(const PageAcct&) = delete; variable 60 PageAcct& operator=(PageAcct&&) = delete; variable
|
| /system/apex/apexd/ |
| D | apexd_session.h | 104 ApexSessionManager& operator=(const ApexSessionManager&) = delete; variable 106 ApexSessionManager& operator=(ApexSessionManager&&) = delete; variable
|
| D | apexd_lifecycle.h | 32 ApexdLifecycle& operator=(const ApexdLifecycle&) = delete; variable 33 ApexdLifecycle& operator=(ApexdLifecycle&&) = delete; variable
|
| /system/netd/server/ |
| D | Process.h | 48 ScopedPidFile& operator=(const ScopedPidFile&) = delete; variable 49 ScopedPidFile& operator=(ScopedPidFile&&) = delete; variable
|
| /system/nvram/messages/include/nvram/messages/ |
| D | blob.h | 42 Blob& operator=(const Blob& other) = delete; variable 44 Blob& operator=(Blob&& other); variable
|
| /system/libvintf/include/vintf/ |
| D | MatrixInstance.h | 35 MatrixInstance& operator=(const MatrixInstance&); variable 36 MatrixInstance& operator=(MatrixInstance&&) noexcept; variable
|