Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 145) 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/chre/apps/nearby/third_party/contexthub/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/core/fs_mgr/libdm/include/libdm/
Dloop_control.h53 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/tools/aidl/
Dio_delegate.h37 IoDelegate& operator=(const IoDelegate&) = delete; variable
38 IoDelegate& operator=(IoDelegate&&) = delete; variable
Dimport_resolver.h36 ImportResolver& operator=(const ImportResolver&) = delete; variable
37 ImportResolver& operator=(ImportResolver&&) = delete; variable
Dparser.h41 AidlToken& operator=(const AidlToken&) = delete; variable
42 AidlToken& operator=(AidlToken&&) = delete; variable
64 Parser& operator=(const Parser&) = delete; variable
/system/update_engine/common/
Dexcluder_stub.h39 ExcluderStub& operator=(const ExcluderStub&) = delete; variable
41 ExcluderStub& operator=(ExcluderStub&&) = delete; variable
Dexcluder_interface.h50 ExcluderInterface& operator=(const ExcluderInterface&) = delete; variable
52 ExcluderInterface& operator=(ExcluderInterface&&) = delete; variable
/system/core/init/
Dinterprocess_fifo.h35 InterprocessFifo& operator=(const InterprocessFifo& orig) noexcept = delete; variable
36 InterprocessFifo& operator=(InterprocessFifo&& orig) noexcept = delete; variable
Dmount_handler.h46 MountHandler& operator=(const MountHandler&) = delete; variable
47 MountHandler& operator=(MountHandler&&) = delete; variable
/system/chre/platform/include/chre/platform/
Datomic.h46 bool operator=(bool desired); variable
103 uint32_t operator=(uint32_t desired); variable
/system/tools/aidl/tests/
Dfake_io_delegate.h38 FakeIoDelegate& operator=(const FakeIoDelegate&) = delete; variable
39 FakeIoDelegate& operator=(FakeIoDelegate&&) = delete; variable
/system/core/libutils/include/utils/
DStrongPointer.h67 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
/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/chre/util/include/chre/util/system/
Dshared_ptr.h154 SharedPtr<ObjectType> &operator=(const SharedPtr<ObjectType> &other); variable
163 SharedPtr<ObjectType> &operator=(SharedPtr<ObjectType> &&other); 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/apex/apexd/
Dapexd_lifecycle.h32 ApexdLifecycle& operator=(const ApexdLifecycle&) = delete; variable
33 ApexdLifecycle& operator=(ApexdLifecycle&&) = 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/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
256 Return& operator=(Return&&) noexcept = default; variable
278 Return &operator=(Return &&) = default; variable
/system/libbase/include/android-base/
Dfunction_ref.h88 constexpr function_ref& operator=(const function_ref&) noexcept = default; variable
123 Ret operator()(Args... args) const { in operator() function
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dsplit_fiemap_writer.h80 SplitFiemap& operator=(const SplitFiemap&) = delete; variable
81 SplitFiemap& operator=(SplitFiemap&&) = delete; variable
/system/libhwbinder/include/hwbinder/
DBinder.h86 BHwBinder& operator=(const BHwBinder& o); variable
112 BpHwRefBase& operator=(const BpHwRefBase& o); variable

123456