Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 140) 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.h79 NonCopyableFunctionBase& operator=(const NonCopyableFunctionBase&) = delete; variable
90 Ret operator()(Args... args) override { return f_(std::move(args)...); } in operator() function
103 NonCopyableFunction& operator=(NonCopyableFunction&& other) = default; variable
105 NonCopyableFunction& operator=(const NonCopyableFunction& other) = delete; variable
107 Ret operator()(Args... args) { in operator() function
Dkeystore_utils.h48 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function
53 void operator()(PKCS8_PRIV_KEY_INFO* p) const { PKCS8_PRIV_KEY_INFO_free(p); } in operator() function
/system/core/fs_mgr/libdm/include/libdm/
Dloop_control.h39 LoopControl& operator=(const LoopControl&) = delete; variable
40 LoopControl& operator=(LoopControl&&) = default; variable
66 LoopDevice& operator=(const LoopDevice&) = delete; variable
67 LoopDevice& operator=(LoopDevice&&) = default; variable
/system/core/libutils/include/utils/
DStrongPointer.h83 sp& operator = (T* other); variable
84 sp& operator = (const sp<T>& other); variable
85 sp& operator=(sp<T>&& other) noexcept; variable
87 template<typename U> sp& operator = (const sp<U>& other); variable
88 template<typename U> sp& operator = (sp<U>&& other); variable
89 template<typename U> sp& operator = (U* other); variable
DRefBase.h342 RefBase& operator=(const RefBase& o); variable
379 wp& operator = (T* other); variable
380 wp& operator = (const wp<T>& other); variable
381 wp& operator = (const sp<T>& other); variable
383 template<typename U> wp& operator = (U* other); variable
384 template<typename U> wp& operator = (const wp<U>& other); variable
385 template<typename U> wp& operator = (const sp<U>& other); 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/security/keystore-engine/
Dmethods.h33 void operator()(DSA* p) const { in operator() function
40 void operator()(EC_KEY* p) const { in operator() function
47 void operator()(RSA* p) const { in operator() function
/system/chre/platform/include/chre/platform/
Datomic.h47 bool operator=(bool desired); variable
105 uint32_t operator=(uint32_t desired); variable
/system/netd/resolv/
DResolverEventReporter.h35 ResolverEventReporter& operator=(ResolverEventReporter const&) = delete; variable
36 ResolverEventReporter& operator=(ResolverEventReporter&&) = delete; variable
/system/core/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.h34 MatrixInstance& operator=(const MatrixInstance&); variable
35 MatrixInstance& operator=(MatrixInstance&&) noexcept; variable
/system/extras/perfprofd/
Dquipper_helper.h80 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function
93 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function
106 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function
119 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function
132 bool operator()(const ::quipper::PerfDataProto_PerfEvent& evt) { in operator() function
/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/libhidl/base/include/hidl/
DStatus.h97 Status& operator=(const Status& status) = default; variable
152 return_status &operator=(const return_status &) = delete; variable
155 return_status& operator=(return_status&& other) noexcept; variable
222 Return& operator=(Return&&) noexcept = default; variable
251 Return& operator=(Return&&) noexcept = default; variable
275 Return &operator=(Return &&) = default; 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.h142 IPAddress& operator=(const IPAddress&) = default; variable
143 IPAddress& operator=(IPAddress&&) = default; variable
201 IPPrefix& operator=(const IPPrefix&) = default; variable
202 IPPrefix& operator=(IPPrefix&&) = default; variable
246 IPSockAddr& operator=(const IPSockAddr&) = default; variable
247 IPSockAddr& operator=(IPSockAddr&&) = default; variable
/system/core/fs_mgr/libfiemap_writer/include/libfiemap_writer/
Dsplit_fiemap_writer.h76 SplitFiemap& operator=(const SplitFiemap&) = delete; variable
77 SplitFiemap& operator=(SplitFiemap&&) = delete; variable
/system/core/init/
Dmount_handler.h46 MountHandler& operator=(const MountHandler&) = delete; variable
47 MountHandler& operator=(MountHandler&&) = delete; variable
/system/libhwbinder/include/hwbinder/
DBinder.h79 BHwBinder& operator=(const BHwBinder& o); variable
105 BpHwRefBase& operator=(const BpHwRefBase& o); 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