Home
last modified time | relevance | path

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

1234

/system/chre/util/include/chre/util/
Doptional.h81 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
Dnon_copyable.h30 NonCopyable& operator=(const NonCopyable&) = delete; variable
Dunique_ptr.h115 UniquePtr<ObjectType>& operator=(UniquePtr<ObjectType>&& other); variable
/system/core/libutils/include/utils/
DStrongPointer.h68 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
DRefBase.h333 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
DVectorImpl.h56 VectorImpl& operator = (const VectorImpl& rhs); variable
138 SortedVectorImpl& operator = (const SortedVectorImpl& rhs); variable
DFileMap.h56 FileMap& operator=(FileMap&& f); variable
111 const FileMap& operator=(const FileMap& src); 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/bt/vendor_libs/test_vendor_lib/include/
Dcommand_packet.h50 CommandPacket& operator=(const CommandPacket&) = default; variable
52 CommandPacket& operator=(CommandPacket&&) = default; variable
/system/nvram/messages/include/nvram/messages/
Dblob.h42 Blob& operator=(const Blob& other) = delete; variable
44 Blob& operator=(Blob&& other); variable
/system/libhidl/base/include/hidl/
DStatus.h93 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
DHidlSupport.h100 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/
DBinder.h79 BHwBinder& operator=(const BHwBinder& o); variable
104 BpHwRefBase& operator=(const BpHwRefBase& o); variable
/system/security/keystore/
Dkeystore_utils.h53 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/
Dscopeguard.h40 void operator=(const ScopeGuard&) = delete; variable
41 void operator=(ScopeGuard&& that) = delete; variable
/system/keymaster/
Dkeymaster0_engine.h68 void operator=(const Keymaster0Engine&); // Unassignable variable
79 void operator()(void* p) { free(p); } in operator() function
/system/security/keystore/include/keystore/
Dutils.h58 SharedNullableIterator& operator=(const SharedNullableIterator&) = default; variable
59 SharedNullableIterator& operator=(SharedNullableIterator&&) = default; variable
/system/bt/service/common/bluetooth/
Dadvertise_data.h58 AdvertiseData& operator=(const AdvertiseData& other); variable
/system/update_engine/client_library/include/update_engine/
Dclient.h131 void operator=(const UpdateEngineClient&) = delete; variable
/system/core/fs_mgr/include/
Dfs_mgr_avb.h103 FsManagerAvbHandle& operator=(const FsManagerAvbHandle&) = delete; // no assignment variable
106 FsManagerAvbHandle& operator=(FsManagerAvbHandle&&) noexcept = delete; // no move assignment variable
/system/chre/platform/include/chre/platform/
Dplatform_sensor.h108 PlatformSensor& operator=(PlatformSensor&& other); variable
/system/chre/core/include/chre/core/
Dsensor.h48 Sensor& operator=(Sensor&& other) = default; variable
/system/core/libmemunreachable/
DAllocator.h51 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/
DNetdConstants.h67 void operator()(struct addrinfo* p) const { in operator() function
78 void operator()(struct ifaddrs *p) const { in operator() function

1234