Searched refs:operator (Results 1 – 10 of 10) sorted by relevance
/bionic/libstdc++/include/ |
D | new | 15 void* operator new(std::size_t); 16 void* operator new(std::size_t, const std::nothrow_t&); 17 void operator delete(void*) throw(); 18 // TODO: void operator delete(void*, std::size_t) throw(); 19 void operator delete(void*, const std::nothrow_t&) throw(); 21 void* operator new[](std::size_t); 22 void* operator new[](std::size_t, const std::nothrow_t&); 23 void operator delete[](void*) throw(); 24 // TODO: void operator delete[](void*, std::size_t) throw(); 25 void operator delete[](void*, const std::nothrow_t&) throw(); [all …]
|
/bionic/tools/versioner/src/ |
D | Arch.h | 49 this->operator[](pair.first) = pair.second; in ArchMap() 53 T& operator[](Arch arch) { 57 const T& operator[](Arch arch) const { 61 bool operator==(const ArchMap& other) const { 93 bool operator==(const ArchMapIterator<T>& rhs) const { 97 bool operator!=(const ArchMapIterator<T>& rhs) const { 101 ArchMapIterator& operator++() { 106 ArchMapIterator operator++(int) { 112 std::pair<const Arch&, const T&> operator*() const { 116 std::pair<const Arch&, const T&> operator->() const {
|
D | DeclarationDatabase.h | 54 bool operator==(const AvailabilityValues& rhs) const { 59 bool operator!=(const AvailabilityValues& rhs) const { 84 bool operator==(const DeclarationAvailability& rhs) const { 89 bool operator!=(const DeclarationAvailability& rhs) const { 103 bool operator<(const FileLocation& rhs) const { 107 bool operator==(const FileLocation& rhs) const { 117 bool operator<(const Location& rhs) const { 134 bool operator<(const Declaration& rhs) const { 170 bool operator<(const Symbol& rhs) const { 174 bool operator==(const Symbol& rhs) const {
|
D | CompilationType.h | 37 bool operator<(const CompilationType& other) const { 41 bool operator==(const CompilationType& other) const { 49 size_t operator()(CompilationType type) const {
|
/bionic/libc/private/ |
D | WriteProtected.h | 64 const T* operator->() { 68 const T& operator*() {
|
D | bionic_macros.h | 30 void operator=(const TypeName&) = delete
|
/bionic/linker/ |
D | linked_list.h | 48 LinkedListIterator<T>& operator=(const LinkedListIterator<T>& that) { 53 LinkedListIterator<T>& operator++() { 58 T* const operator*() { 62 bool operator==(const LinkedListIterator<T>& that) const { 66 bool operator!=(const LinkedListIterator<T>& that) const {
|
D | linker_allocator.h | 69 bool operator<(const small_object_page_record& one, const small_object_page_record& two);
|
/bionic/libc/malloc_debug/ |
D | MapData.h | 57 bool operator()(const MapEntry* a, const MapEntry* b) const { in operator() function
|
/bionic/tests/ |
D | math_data_test.h | 151 ::testing::AssertionResult operator()(const char* /* expected_expression */,
|