Home
last modified time | relevance | path

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

123456

/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/core/libutils/include/utils/
DStrongPointer.h46 sp& operator = (T* other); variable
47 sp& operator = (const sp<T>& other); variable
48 sp& operator=(sp<T>&& other) noexcept; variable
50 template<typename U> sp& operator = (const sp<U>& other); variable
51 template<typename U> sp& operator = (sp<U>&& other); variable
52 template<typename U> sp& operator = (U* other); variable
DRefBase.h337 RefBase& operator=(const RefBase& o); variable
374 wp& operator = (T* other); variable
375 wp& operator = (const wp<T>& other); variable
376 wp& operator = (const sp<T>& other); variable
378 template<typename U> wp& operator = (U* other); variable
379 template<typename U> wp& operator = (const wp<U>& other); variable
380 template<typename U> wp& operator = (const sp<U>& other); variable
DVectorImpl.h56 VectorImpl& operator = (const VectorImpl& rhs); variable
138 SortedVectorImpl& operator = (const SortedVectorImpl& rhs); variable
/system/chre/platform/include/chre/platform/
Datomic.h46 bool operator=(bool desired); variable
103 uint32_t operator=(uint32_t desired); 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/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/memory/libmeminfo/include/meminfo/
Dpageacct.h59 PageAcct& operator=(const PageAcct&) = delete; variable
60 PageAcct& operator=(PageAcct&&) = 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/server/
DProcess.h48 ScopedPidFile& operator=(const ScopedPidFile&) = delete; variable
49 ScopedPidFile& operator=(ScopedPidFile&&) = delete; variable
/system/netd/libnetdutils/include/netdutils/
DDumpWriter.h55 ScopedIndent& operator=(const ScopedIndent&) = delete; variable
56 ScopedIndent& operator=(ScopedIndent&&) = delete; variable
DMemBlock.h45 MemBlock& operator=(const MemBlock&) = delete; variable
49 MemBlock& operator=(MemBlock&&) = default; variable
DInternetAddresses.h108 void operator()(struct addrinfo* p) const { in operator() function
152 IPAddress& operator=(const IPAddress&) = default; variable
153 IPAddress& operator=(IPAddress&&) = default; variable
216 IPPrefix& operator=(const IPPrefix&) = default; variable
217 IPPrefix& operator=(IPPrefix&&) = default; variable
278 IPSockAddr& operator=(const IPSockAddr&) = default; variable
279 IPSockAddr& operator=(IPSockAddr&&) = default; 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
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dsplit_fiemap_writer.h80 SplitFiemap& operator=(const SplitFiemap&) = delete; variable
81 SplitFiemap& operator=(SplitFiemap&&) = delete; variable
Dimage_manager.h181 ImageManager& operator=(const ImageManager&) = delete; variable
182 ImageManager& operator=(ImageManager&&) = delete; variable
Dfiemap_writer.h93 FiemapWriter& operator=(const FiemapWriter&) = delete; variable
94 FiemapWriter& operator=(FiemapWriter&&) = delete; variable
/system/tools/hidl/lint/
DLint.h35 Lint& operator=(Lint&& other) = default; member
38 Lint& operator=(const Lint&) = delete; member
/system/libhwbinder/include/hwbinder/
DBinder.h79 BHwBinder& operator=(const BHwBinder& o); variable
105 BpHwRefBase& operator=(const BpHwRefBase& o); variable
/system/core/init/
Dmount_handler.h46 MountHandler& operator=(const MountHandler&) = delete; variable
47 MountHandler& operator=(MountHandler&&) = delete; variable
/system/core/base/include/android-base/
Dscopeguard.h46 void operator=(const ScopeGuard&) = delete; variable
47 void operator=(ScopeGuard&& that) = delete; variable
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster0_engine.h69 void operator=(const Keymaster0Engine&); // Unassignable variable
80 void operator()(void* p) { free(p); } in operator() function

123456