Home
last modified time | relevance | path

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

/bionic/libstdc++/include/
Dnew14 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 …]
Dtypeinfo20 bool operator==(type_info const & right) const;
21 bool operator!=(type_info const & right) const;
26 type_info & operator=(type_info const & right);
Dstl_pair.h78 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/
Dpthread_accessor.h47 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/
DErrnoRestorer.h40 void operator=(const ErrnoRestorer&); variable
DScopedPthreadMutexLocker.h37 void operator=(const ScopedPthreadMutexLocker&); variable
DScopedReaddir.h47 void operator=(const ScopedReaddir&); variable
DKernelArgumentBlock.h77 void operator=(const KernelArgumentBlock&); variable