Home
last modified time | relevance | path

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

1234

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A 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
/aosp14/system/core/libutils/include/utils/
H A 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
H A DRefBase.h383 RefBase& operator=(const RefBase& o); variable
422 wp& operator=(T* other); variable
424 wp& operator=(U* other); variable
437 wp& operator = (const wp<T>& other); variable
438 wp& operator = (const sp<T>& other); variable
440 template<typename U> wp& operator = (const wp<U>& other); variable
441 template<typename U> wp& operator = (const sp<U>& other); variable
H A DVectorImpl.h56 VectorImpl& operator = (const VectorImpl& rhs); variable
138 SortedVectorImpl& operator = (const SortedVectorImpl& rhs); variable
H A DFileMap.h56 FileMap& operator=(FileMap&& f) noexcept; variable
111 const FileMap& operator=(const FileMap& src); variable
H A DString8.h90 inline String8& operator=(const String8& other); variable
91 inline String8& operator=(const char* other); variable
H A DString16.h72 inline String16& operator=(const String16& other); variable
73 String16& operator=(String16&& other) noexcept; variable
H A DFunctor.h32 virtual status_t operator()(int /*what*/, void* /*data*/) { return OK; } in operator() function
/aosp14/system/core/init/
H A Dinterprocess_fifo.h35 InterprocessFifo& operator=(const InterprocessFifo& orig) noexcept = delete; variable
36 InterprocessFifo& operator=(InterprocessFifo&& orig) noexcept = delete; variable
H A Dmount_handler.h46 MountHandler& operator=(const MountHandler&) = delete; variable
47 MountHandler& operator=(MountHandler&&) = delete; variable
H A Dkeychords.h35 Keychords& operator=(const Keychords&) = delete; variable
36 Keychords& operator=(Keychords&&) = delete; variable
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dsplit_fiemap_writer.h80 SplitFiemap& operator=(const SplitFiemap&) = delete; variable
81 SplitFiemap& operator=(SplitFiemap&&) = delete; variable
H A Dfiemap_writer.h93 FiemapWriter& operator=(const FiemapWriter&) = delete; variable
94 FiemapWriter& operator=(FiemapWriter&&) = delete; variable
H A Dimage_manager.h197 ImageManager& operator=(const ImageManager&) = delete; variable
198 ImageManager& operator=(ImageManager&&) = delete; variable
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/
H A DResult.h60 Result& operator=(const Result& rhs) = default; variable
61 Result& operator=(Result&& rhs) noexcept = default; variable
/aosp14/frameworks/base/libs/hwui/utils/
H A DAutoMalloc.h41 AutoTMalloc& operator=(AutoTMalloc&&) = default; variable
71 void operator()(uint8_t* p) { std::free(p); } in operator() function
H A DNdkUtils.h28 void operator()(AHardwareBuffer* ahb) const { AHardwareBuffer_release(ahb); } in operator() function
/aosp14/system/core/fs_mgr/libfs_avb/include/fs_avb/
H A Dfs_avb.h134 AvbHandle& operator=(const AvbHandle&) = delete; // no assignment variable
137 AvbHandle& operator=(AvbHandle&&) noexcept = delete; // no move assignment variable
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DConfigDescription.h95 ConfigDescription& operator=(const android::ResTable_config& o); member
96 ConfigDescription& operator=(const ConfigDescription& o); member
97 ConfigDescription& operator=(ConfigDescription&& o) noexcept; member
H A DStringPool.h85 Ref& operator=(const Ref& rhs); variable
110 StyleRef& operator=(const StyleRef& rhs); variable
166 StringPool& operator=(StringPool&&) = default; variable
/aosp14/frameworks/base/core/jni/
H A Dandroid_media_JNIUtils.h83 GlobalRef& operator=(const GlobalRef& other) = delete; variable
85 GlobalRef& operator=(GlobalRef&& other) = delete; variable
H A Dandroid_media_AudioAttributes.h31 void operator()(void *p) const { ::free(p); } in operator() function
/aosp14/frameworks/base/tools/aapt2/
H A DResource.h112 ResourceNamedTypeRef& operator=(const ResourceNamedTypeRef& rhs) = default; member
113 ResourceNamedTypeRef& operator=(ResourceNamedTypeRef&& rhs) = default; member
114 ResourceNamedTypeRef& operator=(const ResourceNamedType& rhs); member
161 ResourceNameRef& operator=(const ResourceNameRef& rhs) = default; member
162 ResourceNameRef& operator=(ResourceNameRef&& rhs) = default; member
163 ResourceNameRef& operator=(const ResourceName& rhs); member
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dsuper_layout_builder.h52 SuperImageExtent& operator=(const SuperImageExtent& other) = default; member
53 SuperImageExtent& operator=(SuperImageExtent&& other) = default; member
/aosp14/frameworks/base/services/incremental/
H A Dpath.h32 void operator=(const CStrWrapper&) = delete; variable
34 void operator=(CStrWrapper&&) = delete; variable

1234