/system/chre/util/include/chre/util/ |
D | optional.h | 81 Optional<ObjectType>& operator=(ObjectType&& other); variable 91 Optional<ObjectType>& operator=(Optional<ObjectType>&& other); variable 100 Optional<ObjectType>& operator=(const ObjectType& other); variable 108 Optional<ObjectType>& operator=(const Optional<ObjectType>& other); variable
|
D | non_copyable.h | 30 NonCopyable& operator=(const NonCopyable&) = delete; variable
|
D | unique_ptr.h | 115 UniquePtr<ObjectType>& operator=(UniquePtr<ObjectType>&& other); variable
|
/system/core/libutils/include/utils/ |
D | StrongPointer.h | 68 sp& operator = (T* other); variable 69 sp& operator = (const sp<T>& other); variable 70 sp& operator = (sp<T>&& other); variable 72 template<typename U> sp& operator = (const sp<U>& other); variable 73 template<typename U> sp& operator = (sp<U>&& other); variable 74 template<typename U> sp& operator = (U* other); variable
|
D | RefBase.h | 333 RefBase& operator=(const RefBase& o); variable 370 wp& operator = (T* other); variable 371 wp& operator = (const wp<T>& other); variable 372 wp& operator = (const sp<T>& other); variable 374 template<typename U> wp& operator = (U* other); variable 375 template<typename U> wp& operator = (const wp<U>& other); variable 376 template<typename U> wp& operator = (const sp<U>& other); variable
|
D | VectorImpl.h | 56 VectorImpl& operator = (const VectorImpl& rhs); variable 138 SortedVectorImpl& operator = (const SortedVectorImpl& rhs); variable
|
D | FileMap.h | 56 FileMap& operator=(FileMap&& f); variable 111 const FileMap& operator=(const FileMap& src); variable
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | smartpointer.h | 63 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/ |
D | methods.h | 33 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/bt/vendor_libs/test_vendor_lib/include/ |
D | command_packet.h | 50 CommandPacket& operator=(const CommandPacket&) = default; variable 52 CommandPacket& operator=(CommandPacket&&) = default; variable
|
/system/nvram/messages/include/nvram/messages/ |
D | blob.h | 42 Blob& operator=(const Blob& other) = delete; variable 44 Blob& operator=(Blob&& other); variable
|
/system/libhidl/base/include/hidl/ |
D | Status.h | 93 Status& operator=(const Status& status) = default; variable 149 return_status &operator=(const return_status &) = delete; variable 154 return_status &operator=(return_status &&other); variable 196 Return &operator=(Return &&) = default; variable 225 Return &operator=(Return &&) = default; variable 249 Return &operator=(Return &&) = default; variable
|
D | HidlSupport.h | 100 hidl_handle &operator=(const hidl_handle &other); member 102 hidl_handle &operator=(const native_handle_t *native_handle); member 104 hidl_handle &operator=(hidl_handle &&other) noexcept; member 143 hidl_string &operator=(const hidl_string &); member 145 hidl_string &operator=(const char *s); member 147 hidl_string &operator=(const std::string &); member 149 hidl_string &operator=(hidl_string &&other) noexcept; member
|
/system/libhwbinder/include/hwbinder/ |
D | Binder.h | 79 BHwBinder& operator=(const BHwBinder& o); variable 104 BpHwRefBase& operator=(const BpHwRefBase& o); variable
|
/system/security/keystore/ |
D | keystore_utils.h | 53 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function 58 void operator()(PKCS8_PRIV_KEY_INFO* p) const { PKCS8_PRIV_KEY_INFO_free(p); } in operator() function
|
/system/core/base/include/android-base/ |
D | scopeguard.h | 40 void operator=(const ScopeGuard&) = delete; variable 41 void operator=(ScopeGuard&& that) = delete; variable
|
/system/keymaster/ |
D | keymaster0_engine.h | 68 void operator=(const Keymaster0Engine&); // Unassignable variable 79 void operator()(void* p) { free(p); } in operator() function
|
/system/security/keystore/include/keystore/ |
D | utils.h | 58 SharedNullableIterator& operator=(const SharedNullableIterator&) = default; variable 59 SharedNullableIterator& operator=(SharedNullableIterator&&) = default; variable
|
/system/bt/service/common/bluetooth/ |
D | advertise_data.h | 58 AdvertiseData& operator=(const AdvertiseData& other); variable
|
/system/update_engine/client_library/include/update_engine/ |
D | client.h | 131 void operator=(const UpdateEngineClient&) = delete; variable
|
/system/core/fs_mgr/include/ |
D | fs_mgr_avb.h | 103 FsManagerAvbHandle& operator=(const FsManagerAvbHandle&) = delete; // no assignment variable 106 FsManagerAvbHandle& operator=(FsManagerAvbHandle&&) noexcept = delete; // no move assignment variable
|
/system/chre/platform/include/chre/platform/ |
D | platform_sensor.h | 108 PlatformSensor& operator=(PlatformSensor&& other); variable
|
/system/chre/core/include/chre/core/ |
D | sensor.h | 48 Sensor& operator=(Sensor&& other) = default; variable
|
/system/core/libmemunreachable/ |
D | Allocator.h | 51 Heap& operator=(const Heap&) = delete; variable 119 STLAllocator<T>& operator=(const STLAllocator<T>&) = default; variable 159 Allocator<T>& operator=(const Allocator<T>&) = default; variable
|
/system/netd/server/ |
D | NetdConstants.h | 67 void operator()(struct addrinfo* p) const { in operator() function 78 void operator()(struct ifaddrs *p) const { in operator() function
|