Searched refs:operator (Results 1 – 8 of 8) sorted by relevance
/bionic/libstdc++/include/ |
D | new | 14 void* operator new(std::size_t); 15 void* operator new[](std::size_t); 16 void operator delete(void*); 17 void operator delete[](void*); 18 void* operator new(std::size_t, const std::nothrow_t&); 19 void* operator new[](std::size_t, const std::nothrow_t&); 20 void operator delete(void*, const std::nothrow_t&); 21 void operator delete[](void*, const std::nothrow_t&); 23 inline void* operator new(std::size_t, void* p) { return p; } 24 inline void* operator new[](std::size_t, void* p) { return p; } [all …]
|
D | typeinfo | 20 bool operator==(type_info const & right) const; 21 bool operator!=(type_info const & right) const; 26 type_info & operator=(type_info const & right);
|
D | stl_pair.h | 78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) 91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) { 96 inline bool operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) { 101 inline bool operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) { 106 inline bool operator>=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
|
/bionic/libc/bionic/ |
D | pthread_accessor.h | 47 pthread_internal_t& operator*() const { return *thread_; } 48 pthread_internal_t* operator->() const { return thread_; } 62 void operator=(const pthread_accessor&); variable
|
/bionic/libc/private/ |
D | ErrnoRestorer.h | 40 void operator=(const ErrnoRestorer&); variable
|
D | ScopedPthreadMutexLocker.h | 37 void operator=(const ScopedPthreadMutexLocker&); variable
|
D | ScopedReaddir.h | 47 void operator=(const ScopedReaddir&); variable
|
D | KernelArgumentBlock.h | 77 void operator=(const KernelArgumentBlock&); variable
|