/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/security/keystore/ |
D | keymaster_worker.h | 71 NonCopyableFunctionBase& operator=(const NonCopyableFunctionBase&) = delete; variable 82 Ret operator()(Args... args) override { return f_(std::move(args)...); } in operator() function 95 NonCopyableFunction& operator=(NonCopyableFunction&& other) = default; variable 97 NonCopyableFunction& operator=(const NonCopyableFunction& other) = delete; variable 99 Ret operator()(Args... args) { in operator() function
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | loop_control.h | 50 LoopControl& operator=(const LoopControl&) = delete; variable 51 LoopControl& operator=(LoopControl&&) = default; variable 78 LoopDevice& operator=(const LoopDevice&) = delete; variable 79 LoopDevice& operator=(LoopDevice&&) = default; variable
|
/system/tools/aidl/ |
D | aidl_language.h | 102 AidlNode& operator=(AidlNode&&) = delete; variable 337 AidlVariableDeclaration& operator=(const AidlVariableDeclaration&) = delete; variable 338 AidlVariableDeclaration& operator=(AidlVariableDeclaration&&) = delete; variable 375 AidlArgument& operator=(const AidlArgument&) = delete; variable 376 AidlArgument& operator=(AidlArgument&&) = delete; variable 403 AidlMember& operator=(const AidlMember&) = delete; variable 404 AidlMember& operator=(AidlMember&&) = delete; variable 442 AidlConstantValue& operator=(const AidlConstantValue&) = delete; variable 443 AidlConstantValue& operator=(AidlConstantValue&&) = delete; variable 547 AidlConstantDeclaration& operator=(const AidlConstantDeclaration&) = delete; variable [all …]
|
D | line_reader.h | 32 LineReader& operator=(const LineReader&) = delete; variable 33 LineReader& operator=(LineReader&&) = delete; variable
|
D | io_delegate.h | 36 IoDelegate& operator=(const IoDelegate&) = delete; variable 37 IoDelegate& operator=(IoDelegate&&) = delete; variable
|
D | import_resolver.h | 38 ImportResolver& operator=(const ImportResolver&) = delete; variable 39 ImportResolver& operator=(ImportResolver&&) = delete; variable
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | smartpointer.h | 63 sp& operator = (T* other); variable 64 sp& operator = (const sp<T>& other); variable 66 template<typename U> sp& operator = (const sp<U>& other); variable 67 template<typename U> sp& operator = (U* other); 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 | 48 ExcluderInterface& operator=(const ExcluderInterface&) = delete; variable 50 ExcluderInterface& operator=(ExcluderInterface&&) = delete; variable
|
/system/bt/gd/storage/ |
D | adapter_config.h | 34 AdapterConfig& operator=(AdapterConfig&& other) noexcept = default; variable 38 AdapterConfig& operator=(const AdapterConfig& other) noexcept = default; variable
|
D | classic_device.h | 38 ClassicDevice& operator=(ClassicDevice&& other) noexcept = default; variable 42 ClassicDevice& operator=(const ClassicDevice& other) noexcept = default; variable
|
D | le_device.h | 36 LeDevice& operator=(LeDevice&& other) noexcept = default; variable 40 LeDevice& operator=(const LeDevice& other) noexcept = default; variable
|
/system/update_engine/ |
D | excluder_chromeos.h | 42 ExcluderChromeOS& operator=(const ExcluderChromeOS&) = delete; variable 44 ExcluderChromeOS& operator=(ExcluderChromeOS&&) = delete; variable
|
/system/chre/platform/include/chre/platform/ |
D | atomic.h | 47 bool operator=(bool desired); variable 105 uint32_t operator=(uint32_t desired); variable
|
/system/core/libutils/include/utils/ |
D | StrongPointer.h | 52 sp& operator = (T* other); variable 53 sp& operator = (const sp<T>& other); variable 54 sp& operator=(sp<T>&& other) noexcept; variable 56 template<typename U> sp& operator = (const sp<U>& other); variable 57 template<typename U> sp& operator = (sp<U>&& other); variable 58 template<typename U> sp& operator = (U* other); variable
|
/system/teeui/libteeui/include/secure_input/ |
D | evdev.h | 45 NonCopyableFunctionBase& operator=(const NonCopyableFunctionBase&) = delete; variable 55 Ret operator()(Args... args) override { return f_(std::move(args)...); } in operator() function 67 NonCopyableFunction& operator=(NonCopyableFunction&& other) = default; variable 69 NonCopyableFunction& operator=(const NonCopyableFunction& other) = delete; variable 71 Ret operator()(Args... args) { in operator() function 145 EventDev& operator=(EventDev&& other); variable
|
/system/memory/libmeminfo/include/meminfo/ |
D | pageacct.h | 59 PageAcct& operator=(const PageAcct&) = delete; variable 60 PageAcct& operator=(PageAcct&&) = delete; variable
|
/system/libvintf/include/vintf/ |
D | ManifestInstance.h | 36 ManifestInstance& operator=(const ManifestInstance&); variable 37 ManifestInstance& operator=(ManifestInstance&&) noexcept; variable
|
D | MatrixInstance.h | 35 MatrixInstance& operator=(const MatrixInstance&); variable 36 MatrixInstance& operator=(MatrixInstance&&) noexcept; variable
|
/system/netd/server/ |
D | Process.h | 48 ScopedPidFile& operator=(const ScopedPidFile&) = delete; variable 49 ScopedPidFile& operator=(ScopedPidFile&&) = delete; variable
|
/system/tools/aidl/tests/ |
D | fake_io_delegate.h | 40 FakeIoDelegate& operator=(const FakeIoDelegate&) = delete; variable 41 FakeIoDelegate& operator=(FakeIoDelegate&&) = 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/netd/libnetdutils/include/netdutils/ |
D | DumpWriter.h | 55 ScopedIndent& operator=(const ScopedIndent&) = delete; variable 56 ScopedIndent& operator=(ScopedIndent&&) = 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 258 Return& operator=(Return&&) noexcept = default; variable 282 Return &operator=(Return &&) = default; variable
|