/frameworks/libs/binary_translation/guest_abi/include/berberis/guest_abi/ |
D | guest_type.h | 54 constexpr GuestType& operator=(const GuestType& data) = default; variable 55 constexpr GuestType& operator=(GuestType&& data) = default; variable 73 constexpr GuestType& operator=(const GuestType& data) = default; variable 74 constexpr GuestType& operator=(GuestType&& data) = default; variable 121 constexpr GuestType& operator=(const GuestType& data) = default; variable 122 constexpr GuestType& operator=(GuestType&& data) = default; variable 140 constexpr GuestType& operator=(const GuestType& data) = default; variable 141 constexpr GuestType& operator=(GuestType&& data) = default; variable 158 constexpr GuestType& operator=(const GuestType& data) = default; variable 159 constexpr GuestType& operator=(GuestType&& data) = default; variable [all …]
|
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/ |
D | guest_abi_arch.h | 51 GuestArgument& operator=(const GuestArgument&) = default; variable 52 GuestArgument& operator=(GuestArgument&&) = default; variable 111 GuestArgument& operator=(const GuestArgument&) = default; variable 112 GuestArgument& operator=(GuestArgument&&) = default; variable 140 GuestArgument& operator=(const GuestArgument&) = default; variable 141 GuestArgument& operator=(GuestArgument&&) = default; variable 185 GuestArgument& operator=(const GuestArgument&) = default; variable 186 GuestArgument& operator=(GuestArgument&&) = default; variable
|
/frameworks/libs/binary_translation/tools/nogrod/ |
D | dwarf_abbrev.h | 39 const DwarfAttribute& operator=(const DwarfAttribute&) = delete; variable 63 const DwarfAttributeValue& operator=(const DwarfAttributeValue&) = delete; variable 103 const DwarfCompilationUnitHeader& operator=(const DwarfCompilationUnitHeader&) = delete; variable 106 DwarfCompilationUnitHeader& operator=(DwarfCompilationUnitHeader&&) = default; variable 146 DwarfClass& operator=(const DwarfClass&) = delete; variable 148 DwarfClass& operator=(DwarfClass&&) = delete; variable 194 const DwarfAbbrev& operator=(const DwarfAbbrev&) = delete; variable 197 DwarfAbbrev& operator=(DwarfAbbrev&&) = default; variable
|
D | dwarf_info.h | 45 const DwarfDie& operator=(const DwarfDie&) = delete; variable 90 DwarfCompilationUnit& operator=(const DwarfCompilationUnit&) = delete; variable 92 DwarfCompilationUnit& operator=(DwarfCompilationUnit&&) = default; variable 113 const DwarfInfo& operator=(const DwarfInfo&) = delete; variable
|
D | string_table.h | 41 StringTable& operator=(const StringTable&) = delete; variable 43 StringTable& operator=(StringTable&&) = default; variable
|
/frameworks/minikin/include/minikin/ |
D | HbUtils.h | 35 void operator()(hb_blob_t* v) { hb_blob_destroy(v); } in operator() function 39 void operator()(hb_face_t* v) { hb_face_destroy(v); } in operator() function 43 void operator()(hb_font_t* v) { hb_font_destroy(v); } in operator() function 47 void operator()(hb_buffer_t* v) { hb_buffer_destroy(v); } in operator() function
|
/frameworks/av/camera/include/camera/ |
D | CameraMetadata.h | 58 CameraMetadata &operator=(const CameraMetadata &other); variable 59 CameraMetadata &operator=(const camera_metadata_t *buffer); variable 64 CameraMetadata &operator=(CameraMetadata &&other); variable
|
/frameworks/native/libs/ui/include/ui/ |
D | FenceTime.h | 62 Snapshot& operator=(Snapshot&& src) = default; member 65 Snapshot& operator=(const Snapshot&& src) = delete; member 98 FenceTime& operator=(const FenceTime&) = delete; variable 99 FenceTime& operator=(FenceTime&&) = delete; variable
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | FenceTime.h | 62 Snapshot& operator=(Snapshot&& src) = default; member 65 Snapshot& operator=(const Snapshot&& src) = delete; member 98 FenceTime& operator=(const FenceTime&) = delete; variable 99 FenceTime& operator=(FenceTime&&) = delete; variable
|
/frameworks/rs/cpp/util/ |
D | StrongPointer.h | 78 sp& operator = (T* other); variable 79 sp& operator = (const sp<T>& other); variable 81 template<typename U> sp& operator = (const sp<U>& other); variable 82 template<typename U> sp& operator = (U* other); variable
|
D | RefBase.h | 157 RefBase& operator=(const RefBase& o); variable 217 wp& operator = (T* other); variable 218 wp& operator = (const wp<T>& other); variable 219 wp& operator = (const sp<T>& other); variable 221 template<typename U> wp& operator = (U* other); variable 222 template<typename U> wp& operator = (const wp<U>& other); variable 223 template<typename U> wp& operator = (const sp<U>& other); variable
|
/frameworks/av/include/drm/ |
D | DrmSupportInfo.h | 44 MimeTypeIterator& operator=(const MimeTypeIterator& iterator); variable 67 FileSuffixIterator& operator=(const FileSuffixIterator& iterator); variable 95 DrmSupportInfo& operator=(const DrmSupportInfo& drmSupportInfo); variable
|
/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/ |
D | TimeKeeper.h | 39 Clock& operator=(const Clock&) = delete; variable 66 TimeKeeper& operator=(const TimeKeeper&) = delete; variable
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | binary_search.h | 67 constexpr bool operator()(const Type1& lhs, const Type2& rhs) { in operator() function 71 constexpr bool operator()(const Type1& lhs, const char* rhs) { in operator() function 75 constexpr bool operator()(const char* lhs, const Type1& rhs) { in operator() function
|
/frameworks/native/libs/gui/include/gui/ |
D | FrameTimestamps.h | 246 FrameEventsDelta& operator=(FrameEventsDelta&& src) = default; variable 249 FrameEventsDelta& operator=(const FrameEventsDelta& src) = delete; variable 309 FrameEventHistoryDelta& operator=(FrameEventHistoryDelta&& src) noexcept; variable 312 FrameEventHistoryDelta& operator=( variable
|
/frameworks/native/cmds/installd/ |
D | SysTrace.h | 30 ScopedTrace& operator=(const ScopedTrace&) = delete; variable 32 ScopedTrace& operator=(ScopedTrace&&) = delete; variable
|
/frameworks/native/libs/binder/ndk/include_cpp/android/ |
D | binder_auto_utils.h | 203 ScopedAResource& operator=(const ScopedAResource&) = delete; variable 232 ScopedAParcel& operator=(ScopedAParcel&&) = default; variable 256 ScopedAStatus& operator=(ScopedAStatus&&) = default; variable 355 ScopedAIBinder_DeathRecipient& operator=(ScopedAIBinder_DeathRecipient&&) = default; variable 370 ScopedAIBinder_Weak& operator=(ScopedAIBinder_Weak&&) = default; variable 402 ScopedFileDescriptor& operator=(ScopedFileDescriptor&&) = default; variable
|
/frameworks/libs/binary_translation/assembler/include/berberis/assembler/ |
D | rv32i.h | 73 void operator=(const Assembler&) = delete; variable 74 void operator=(Assembler&&) = delete; variable
|
D | rv64i.h | 73 void operator=(const Assembler&) = delete; variable 74 void operator=(Assembler&&) = delete; variable
|
D | rv32e.h | 75 void operator=(const Assembler&) = delete; variable 76 void operator=(Assembler&&) = delete; variable
|
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | simd_register.h | 29 constexpr SimdReg& operator=(const SimdReg&) = default; variable 31 constexpr SimdReg& operator=(SimdReg&&) = default; variable
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | EngineLibrary.h | 42 EngineLibrary& operator=(const EngineLibrary&) = delete; variable 43 EngineLibrary& operator=(EngineLibrary&&) = delete; variable
|
/frameworks/libs/binary_translation/test_utils/include/berberis/test_utils/ |
D | scoped_guest_exec_region.h | 35 ScopedGuestExecRegion& operator=(const ScopedGuestExecRegion&) = delete; variable 37 ScopedGuestExecRegion& operator=(const ScopedGuestExecRegion&&) = delete; variable
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | CallOrderStateMachineHelper.h | 94 CallOrderStateMachineHelper& operator=(const CallOrderStateMachineHelper&) = delete; variable 98 CallOrderStateMachineHelper& operator=(CallOrderStateMachineHelper&&) = default; variable
|
/frameworks/native/include/input/ |
D | OneEuroFilter.h | 46 OneEuroFilter& operator=(const OneEuroFilter&) = delete; variable 48 OneEuroFilter& operator=(OneEuroFilter&&) = delete; variable
|