Home
last modified time | relevance | path

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

123

/system/core/include/utils/
DStrongPointer.h74 sp& operator = (T* other); variable
75 sp& operator = (const sp<T>& other); variable
76 sp& operator = (sp<T>&& other); variable
78 template<typename U> sp& operator = (const sp<U>& other); variable
79 template<typename U> sp& operator = (sp<U>&& other); variable
80 template<typename U> sp& operator = (U* other); variable
DVector.h58 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const; variable
59 Vector<TYPE>& operator = (const Vector<TYPE>& rhs); variable
61 const Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable
62 Vector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable
DRefBase.h155 RefBase& operator=(const RefBase& o); variable
235 wp& operator = (T* other); variable
236 wp& operator = (const wp<T>& other); variable
237 wp& operator = (const sp<T>& other); variable
239 template<typename U> wp& operator = (U* other); variable
240 template<typename U> wp& operator = (const wp<U>& other); variable
241 template<typename U> wp& operator = (const sp<U>& other); variable
DSortedVector.h51 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable
52 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable
DVectorImpl.h56 VectorImpl& operator = (const VectorImpl& rhs); variable
138 SortedVectorImpl& operator = (const SortedVectorImpl& rhs); variable
DBlobCache.h107 void operator=(const BlobCache&); variable
134 void operator=(const Blob&); variable
155 const CacheEntry& operator=(const CacheEntry&); variable
DFileMap.h56 FileMap& operator=(FileMap&& f); variable
111 const FileMap& operator=(const FileMap& src); variable
DFunctor.h28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } in operator() function
DString8.h96 inline String8& operator=(const String8& other); variable
97 inline String8& operator=(const char* other); variable
DNativeHandle.h51 NativeHandle& operator=(const NativeHandle&); 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/security/keystore/
Dkeystore_utils.h49 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function
54 void operator()(PKCS8_PRIV_KEY_INFO* p) const { PKCS8_PRIV_KEY_INFO_free(p); } in operator() function
/system/keymaster/
Dkeymaster0_engine.h68 void operator=(const Keymaster0Engine&); // Unassignable variable
79 void operator()(void* p) { free(p); } in operator() function
/system/update_engine/client_library/include/update_engine/
Dclient.h124 void operator=(const UpdateEngineClient&) = delete; variable
/system/core/libmemunreachable/
DAllocator.h49 Heap& operator=(const Heap&) = delete; variable
123 STLAllocator<T>& operator=(const STLAllocator<T>&) = default; variable
168 Allocator<T>& operator=(const Allocator<T>&) = default; variable
/system/vold/
DAutoCloseFD.h44 AutoCloseFD& operator=(const AutoCloseFD&) = delete; variable
/system/bt/service/common/bluetooth/
Dgatt_identifier.h62 GattIdentifier& operator=(const GattIdentifier& other); variable
Dadvertise_data.h71 AdvertiseData& operator=(const AdvertiseData& other); variable
Dscan_filter.h34 ScanFilter& operator=(const ScanFilter& other); variable
/system/extras/perfprofd/quipper/
Dperf_utils.h23 inline void operator()(void* pointer) { in operator() function
/system/update_engine/payload_generator/
Dextent_ranges.h38 bool operator()(const Extent& x, const Extent& y) const { in operator() function
/system/keymaster/include/keymaster/
Dkeymaster_context.h188 void operator=(const KeymasterContext&); variable
Dandroid_keymaster_utils.h156 void operator=(const Eraser&); variable
307 void operator()(keymaster_key_characteristics_t* p) { in operator() function
314 void operator()(void* p) { free(p); } in operator() function
318 void operator()(keymaster_cert_chain_t* p) { in operator() function
/system/connectivity/shill/
Dservice_sorter.h41 bool operator() (ServiceRefPtr a, ServiceRefPtr b) { in operator() function

123