Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 177) sorted by relevance

12345678

/system/chre/util/include/chre/util/
Doptional.h101 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/
Dkeymaster_worker.h71 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/
Dloop_control.h50 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/
Daidl_language.h102 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 …]
Dline_reader.h32 LineReader& operator=(const LineReader&) = delete; variable
33 LineReader& operator=(LineReader&&) = delete; variable
Dio_delegate.h36 IoDelegate& operator=(const IoDelegate&) = delete; variable
37 IoDelegate& operator=(IoDelegate&&) = delete; variable
Dimport_resolver.h38 ImportResolver& operator=(const ImportResolver&) = delete; variable
39 ImportResolver& operator=(ImportResolver&&) = delete; variable
/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h63 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/
Dexcluder_stub.h39 ExcluderStub& operator=(const ExcluderStub&) = delete; variable
41 ExcluderStub& operator=(ExcluderStub&&) = delete; variable
Dexcluder_interface.h48 ExcluderInterface& operator=(const ExcluderInterface&) = delete; variable
50 ExcluderInterface& operator=(ExcluderInterface&&) = delete; variable
/system/bt/gd/storage/
Dadapter_config.h34 AdapterConfig& operator=(AdapterConfig&& other) noexcept = default; variable
38 AdapterConfig& operator=(const AdapterConfig& other) noexcept = default; variable
Dclassic_device.h38 ClassicDevice& operator=(ClassicDevice&& other) noexcept = default; variable
42 ClassicDevice& operator=(const ClassicDevice& other) noexcept = default; variable
Dle_device.h36 LeDevice& operator=(LeDevice&& other) noexcept = default; variable
40 LeDevice& operator=(const LeDevice& other) noexcept = default; variable
/system/update_engine/
Dexcluder_chromeos.h42 ExcluderChromeOS& operator=(const ExcluderChromeOS&) = delete; variable
44 ExcluderChromeOS& operator=(ExcluderChromeOS&&) = delete; variable
/system/chre/platform/include/chre/platform/
Datomic.h47 bool operator=(bool desired); variable
105 uint32_t operator=(uint32_t desired); variable
/system/core/libutils/include/utils/
DStrongPointer.h52 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/
Devdev.h45 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/
Dpageacct.h59 PageAcct& operator=(const PageAcct&) = delete; variable
60 PageAcct& operator=(PageAcct&&) = delete; variable
/system/libvintf/include/vintf/
DManifestInstance.h36 ManifestInstance& operator=(const ManifestInstance&); variable
37 ManifestInstance& operator=(ManifestInstance&&) noexcept; variable
DMatrixInstance.h35 MatrixInstance& operator=(const MatrixInstance&); variable
36 MatrixInstance& operator=(MatrixInstance&&) noexcept; variable
/system/netd/server/
DProcess.h48 ScopedPidFile& operator=(const ScopedPidFile&) = delete; variable
49 ScopedPidFile& operator=(ScopedPidFile&&) = delete; variable
/system/tools/aidl/tests/
Dfake_io_delegate.h40 FakeIoDelegate& operator=(const FakeIoDelegate&) = delete; variable
41 FakeIoDelegate& operator=(FakeIoDelegate&&) = delete; variable
/system/nvram/messages/include/nvram/messages/
Dblob.h42 Blob& operator=(const Blob& other) = delete; variable
44 Blob& operator=(Blob&& other); variable
/system/netd/libnetdutils/include/netdutils/
DDumpWriter.h55 ScopedIndent& operator=(const ScopedIndent&) = delete; variable
56 ScopedIndent& operator=(ScopedIndent&&) = delete; variable
/system/libhidl/base/include/hidl/
DStatus.h97 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

12345678