Home
last modified time | relevance | path

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

12

/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/core/include/utils/
DStrongPointer.h72 sp& operator = (T* other); variable
73 sp& operator = (const sp<T>& other); variable
75 template<typename U> sp& operator = (const sp<U>& other); variable
76 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
DBlobCache.h107 void operator=(const BlobCache&); variable
134 void operator=(const Blob&); variable
155 const CacheEntry& operator=(const CacheEntry&); variable
DSortedVector.h51 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable
52 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable
DRefBase.h155 RefBase& operator=(const RefBase& o); variable
234 wp& operator = (T* other); variable
235 wp& operator = (const wp<T>& other); variable
236 wp& operator = (const sp<T>& other); variable
238 template<typename U> wp& operator = (U* other); variable
239 template<typename U> wp& operator = (const wp<U>& other); variable
240 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
DFunctor.h28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } in operator() function
DNativeHandle.h51 NativeHandle& operator=(const NativeHandle&); variable
DString8.h98 inline String8& operator=(const String8& other); variable
99 inline String8& operator=(const char* other); variable
DSingleton.h53 Singleton& operator = (const Singleton&); variable
DString16.h81 inline String16& operator=(const String16& other); variable
DSharedBuffer.h95 SharedBuffer& operator = (const SharedBuffer&); variable
DRWLock.h79 RWLock& operator = (const RWLock&); variable
DMutex.h77 Mutex& operator = (const Mutex&); variable
DFileMap.h117 const FileMap& operator=(const FileMap& src); variable
/system/keymaster/
Dasymmetric_key.h80 void operator()(RSA* p) { RSA_free(p); } in operator() function
108 void operator()(DSA* p) { DSA_free(p); } in operator() function
137 void operator()(EC_KEY* p) { EC_KEY_free(p); } in operator() function
141 void operator()(EC_GROUP* p) { EC_GROUP_free(p); } in operator() function
Dopenssl_utils.h24 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function
28 void operator()(BIGNUM* p) const { BN_free(p); } in operator() function
/system/keymaster/include/keymaster/
Dlogger.h34 void operator=(const Logger&); variable
Dgoogle_keymaster_utils.h148 void operator=(const Eraser&); variable
Dserializable.h56 void operator=(const Serializable&); variable
/system/core/libpixelflinger/codeflinger/
DARMAssembler.h163 ARMAssembler& operator = (const ARMAssembler& rhs); variable
DArm64Assembler.h180 ArmToArm64Assembler& operator = (const ArmToArm64Assembler& rhs); variable
/system/netd/server/
DList.h179 List<T>& operator=(const List<T>& right); variable

12