Searched defs:operator (Results 1 - 10 of 10) sorted by relevance

/bionic/libstdc++/include/
H A 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/
H A Dnew.cpp25 void* operator new(std::size_t size) {
33 void* operator new[](std::size_t size) {
41 void operator delete(void* ptr) throw() {
45 void operator delete[](void* ptr) throw() {
49 void* operator new(std::size_t size, const std::nothrow_t&) {
53 void* operator new[](std::size_t size, const std::nothrow_t&) {
57 void operator delete(void* ptr, const std::nothrow_t&) throw() {
61 void operator delete[](void* ptr, const std::nothrow_t&) throw() {
/bionic/libc/private/
H A DUniquePtr.h25 void operator()(T* p) const {
34 void operator()(T* p) const {
63 T& operator*() const { return *mPtr; }
64 T* operator->() const { return mPtr; }
90 template <typename T2> bool operator==(const UniquePtr<T2>& p) const = delete;
91 template <typename T2> bool operator!=(const UniquePtr<T2>& p) const = delete;
95 void operator=(const UniquePtr&) = delete;
99 // operator* and operator-> but adds operator[]
[all...]
H A DWriteProtected.h64 const T* operator->() {
68 const T& operator*() {
/bionic/tests/
H A Duniqueptr_test.cpp29 void operator() (int* p) {
H A Dmath_data_test.h129 ::testing::AssertionResult operator()(const char* /* expected_expression */,
H A Dsystem_properties_test.cpp388 bool operator()(int exit_status) const;
391 bool KilledByFault::operator()(int exit_status) const {
/bionic/linker/
H A Dlinked_list.h36 LinkedListIterator<T>& operator=(const LinkedListIterator<T>& that) {
41 LinkedListIterator<T>& operator++() {
46 T* const operator*() {
50 bool operator==(const LinkedListIterator<T>& that) const {
54 bool operator!=(const LinkedListIterator<T>& that) const {
H A Dlinker_allocator.cpp56 bool operator<(const small_object_page_record& one, const small_object_page_record& two) {
/bionic/libc/malloc_debug/
H A DMapData.h57 bool operator()(const MapEntry* a, const MapEntry* b) const {

Completed in 172 milliseconds