Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 64) sorted by relevance

123

/system/core/include/utils/
DString16.h81 inline String16& operator=(const String16& other); variable
83 inline String16& operator+=(const String16& other);
84 inline String16 operator+(const String16& other) const;
105 inline bool operator<(const String16& other) const;
106 inline bool operator<=(const String16& other) const;
107 inline bool operator==(const String16& other) const;
108 inline bool operator!=(const String16& other) const;
109 inline bool operator>=(const String16& other) const;
110 inline bool operator>(const String16& other) const;
112 inline bool operator<(const char16_t* other) const;
[all …]
DString8.h98 inline String8& operator=(const String8& other); variable
99 inline String8& operator=(const char* other); variable
101 inline String8& operator+=(const String8& other);
102 inline String8 operator+(const String8& other) const;
104 inline String8& operator+=(const char* other);
105 inline String8 operator+(const char* other) const;
109 inline bool operator<(const String8& other) const;
110 inline bool operator<=(const String8& other) const;
111 inline bool operator==(const String8& other) const;
112 inline bool operator!=(const String8& other) const;
[all …]
DRefBase.h39 inline bool operator _op_ (const sp<T>& o) const { \
42 inline bool operator _op_ (const T* o) const { \
46 inline bool operator _op_ (const sp<U>& o) const { \
50 inline bool operator _op_ (const U* o) const { \
64 virtual void operator()(size_t i) const = 0;
155 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
[all …]
DStrongPointer.h34 inline bool operator _op_ (const sp<T>& o) const { \
37 inline bool operator _op_ (const T* o) const { \
41 inline bool operator _op_ (const sp<U>& o) const { \
45 inline bool operator _op_ (const U* o) const { \
48 inline bool operator _op_ (const wp<T>& o) const { \
52 inline bool operator _op_ (const wp<U>& o) const { \
72 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
[all …]
DList.h110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
116 inline bool operator==(const _Iter& right) const {
119 inline bool operator!=(const _Iter& right) const {
126 inline bool operator==(const OTHER& right) const {
130 inline bool operator!=(const OTHER& right) const {
136 inline _Iter& operator++() { // pre-increment
140 const _Iter operator++(int) { // post-increment
145 inline _Iter& operator--() { // pre-increment
149 const _Iter operator--(int) { // post-increment
[all …]
DBitSet.h132 inline bool operator== (const BitSet32& other) const { return value == other.value; }
133 inline bool operator!= (const BitSet32& other) const { return value != other.value; }
134 inline BitSet32 operator& (const BitSet32& other) const {
137 inline BitSet32& operator&= (const BitSet32& other) {
141 inline BitSet32 operator| (const BitSet32& other) const {
144 inline BitSet32& operator|= (const BitSet32& other) {
272 inline bool operator== (const BitSet64& other) const { return value == other.value; }
273 inline bool operator!= (const BitSet64& other) const { return value != other.value; }
274 inline BitSet64 operator& (const BitSet64& other) const {
277 inline BitSet64& operator&= (const BitSet64& other) {
[all …]
DBlobCache.h107 void operator=(const BlobCache&); variable
126 bool operator<(const Blob& rhs) const;
134 void operator=(const Blob&); variable
154 bool operator<(const CacheEntry& rhs) const;
155 const CacheEntry& operator=(const CacheEntry&); 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
103 inline const TYPE& operator [] (size_t index) const;
244 Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) {
245 VectorImpl::operator = (rhs);
250 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const {
251 VectorImpl::operator = (static_cast<const VectorImpl&>(rhs));
256 Vector<TYPE>& Vector<TYPE>::operator = (const SortedVector<TYPE>& rhs) {
[all …]
DSortedVector.h51 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable
52 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable
96 inline const TYPE& operator [] (size_t index) const;
165 SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) {
166 SortedVectorImpl::operator = (rhs);
171 const SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const {
172 SortedVectorImpl::operator = (rhs);
188 const TYPE& SortedVector<TYPE>::operator[](size_t index) const {
197 return operator[](index);
DFunctor.h28 virtual status_t operator ()(int /*what*/, void* /*data*/) { return NO_ERROR; } in operator() function
DNativeHandle.h51 NativeHandle& operator=(const NativeHandle&); variable
/system/core/include/log/
Dlog_read.h68 bool operator== (const timespec &T) const
73 bool operator!= (const timespec &T) const
77 bool operator< (const timespec &T) const
83 bool operator>= (const timespec &T) const
87 bool operator> (const timespec &T) const
93 bool operator<= (const timespec &T) const
97 log_time operator-= (const timespec &T);
98 log_time operator- (const timespec &T) const
103 log_time operator+= (const timespec &T);
104 log_time operator+ (const timespec &T) const
[all …]
Dlogger.h89 bool operator== (const log_msg &T) const
93 bool operator!= (const log_msg &T) const
97 bool operator< (const log_msg &T) const
103 bool operator>= (const log_msg &T) const
107 bool operator> (const log_msg &T) const
113 bool operator<= (const log_msg &T) const
/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h31 inline bool operator _op_ (const sp<T>& o) const { \
34 inline bool operator _op_ (const T* o) const { \
38 inline bool operator _op_ (const sp<U>& o) const { \
42 inline bool operator _op_ (const U* o) const { \
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
74 inline T& operator* () const { return *m_ptr; }
75 inline T* operator-> () const { return m_ptr; }
[all …]
DSortedVector.h48 const SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs) const; variable
49 SortedVector<TYPE>& operator = (const SortedVector<TYPE>& rhs); variable
93 inline const TYPE& operator [] (size_t index) const;
162 SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) {
163 SortedVectorImpl::operator = (rhs);
168 const SortedVector<TYPE>& SortedVector<TYPE>::operator = (const SortedVector<TYPE>& rhs) const {
169 SortedVectorImpl::operator = (rhs);
185 const TYPE& SortedVector<TYPE>::operator[](size_t index) const {
192 return operator[](index); in itemAt()
DVector.h56 const Vector<TYPE>& operator = (const Vector<TYPE>& rhs) const; variable
57 Vector<TYPE>& operator = (const Vector<TYPE>& rhs); variable
92 inline const TYPE& operator [] (size_t index) const;
198 Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) {
199 VectorImpl::operator = (rhs);
204 const Vector<TYPE>& Vector<TYPE>::operator = (const Vector<TYPE>& rhs) const {
205 VectorImpl::operator = (rhs);
221 const TYPE& Vector<TYPE>::operator[](size_t index) const {
229 return operator[](index); in itemAt()
/system/keymaster/
Dopenssl_utils.h35 void operator()(EVP_PKEY* p) const { EVP_PKEY_free(p); } in operator() function
39 void operator()(BIGNUM* p) const { BN_free(p); } in operator() function
43 void operator()(BN_CTX* p) const { BN_CTX_free(p); } in operator() function
47 void operator()(PKCS8_PRIV_KEY_INFO* p) const { PKCS8_PRIV_KEY_INFO_free(p); } in operator() function
51 void operator()(RSA* p) { RSA_free(p); } in operator() function
55 void operator()(EC_GROUP* p) { EC_GROUP_free(p); } in operator() function
59 void operator()(EC_KEY* p) { EC_KEY_free(p); } in operator() function
DList.h110 _Type& operator*() const { return mpNode->getRef(); }
111 _Type* operator->() const { return &(mpNode->getRef()); }
116 inline bool operator==(const _Iter& right) const {
119 inline bool operator!=(const _Iter& right) const {
126 inline bool operator==(const OTHER& right) const {
130 inline bool operator!=(const OTHER& right) const {
136 inline _Iter& operator++() { // pre-increment
140 const _Iter operator++(int) { // post-increment
145 inline _Iter& operator--() { // pre-increment
149 const _Iter operator--(int) { // post-increment
[all …]
Dkeymaster0_engine.h64 void operator=(const Keymaster0Engine&); // Unassignable variable
75 void operator()(void* p) { free(p); } in operator() function
/system/netd/server/
DList.h111 _Type& operator*() const { return mpNode->getRef(); }
112 _Type* operator->() const { return &(mpNode->getRef()); }
117 inline bool operator==(const _Iter& right) const {
120 inline bool operator!=(const _Iter& right) const {
127 inline bool operator==(const OTHER& right) const {
131 inline bool operator!=(const OTHER& right) const {
137 inline _Iter& operator++() { // pre-increment
141 const _Iter operator++(int) { // post-increment
146 inline _Iter& operator--() { // pre-increment
150 const _Iter operator--(int) { // post-increment
[all …]
/system/core/include/sysutils/
DList.h111 _Type& operator*() const { return mpNode->getRef(); }
112 _Type* operator->() const { return &(mpNode->getRef()); }
117 inline bool operator==(const _Iter& right) const {
120 inline bool operator!=(const _Iter& right) const {
127 inline bool operator==(const OTHER& right) const {
131 inline bool operator!=(const OTHER& right) const {
137 inline _Iter& operator++() { // pre-increment
141 const _Iter operator++(int) { // post-increment
146 inline _Iter& operator--() { // pre-increment
150 const _Iter operator--(int) { // post-increment
[all …]
/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/base/include/base/
Dmacros.h50 void operator=(const TypeName&) = delete
54 void operator=(const TypeName&)
/system/extras/perfprofd/quipper/base/
Dmacros.h24 void operator=(const TypeName&)
30 void operator=(const TypeName&)
/system/security/keystore/
Dauth_token_table.h110 void operator=(Entry&& rhs) {
117 bool operator<(const Entry& rhs) const { return last_use_ < rhs.last_use_; }

123