Searched refs:operator (Results 1 – 14 of 14) sorted by relevance
/bionic/libstdc++/include/ |
D | new | 29 void* operator new(std::size_t); 30 void* operator new(std::size_t, const std::nothrow_t&); 31 void operator delete(void*) throw(); 32 // TODO: void operator delete(void*, std::size_t) throw(); 33 void operator delete(void*, const std::nothrow_t&) throw(); 35 void* operator new[](std::size_t); 36 void* operator new[](std::size_t, const std::nothrow_t&); 37 void operator delete[](void*) throw(); 38 // TODO: void operator delete[](void*, std::size_t) throw(); 39 void operator delete[](void*, const std::nothrow_t&) throw(); [all …]
|
/bionic/tools/versioner/src/ |
D | Arch.h | 50 this->operator[](pair.first) = pair.second; in ArchMap() 54 T& operator[](Arch arch) { 58 const T& operator[](Arch arch) const { 62 bool operator==(const ArchMap& other) const { 94 bool operator==(const ArchMapIterator<T>& rhs) const { 98 bool operator!=(const ArchMapIterator<T>& rhs) const { 102 ArchMapIterator& operator++() { 107 ArchMapIterator operator++(int) { 113 std::pair<const Arch&, const T&> operator*() const { 117 std::pair<const Arch&, const T&> operator->() const {
|
D | DeclarationDatabase.h | 53 bool operator==(const AvailabilityValues& rhs) const { 58 bool operator!=(const AvailabilityValues& rhs) const { 83 bool operator==(const DeclarationAvailability& rhs) const { 88 bool operator!=(const DeclarationAvailability& rhs) const { 102 bool operator<(const FileLocation& rhs) const { 106 bool operator==(const FileLocation& rhs) const { 116 bool operator<(const Location& rhs) const { 134 bool operator<(const Declaration& rhs) const { 173 bool operator<(const Symbol& rhs) const { 177 bool operator==(const Symbol& rhs) const {
|
D | CompilationType.h | 38 bool operator<(const CompilationType& other) const { 42 bool operator==(const CompilationType& other) const { 50 size_t operator()(CompilationType type) const {
|
/bionic/libc/private/ |
D | WriteProtected.h | 58 const T* operator->() { 62 const T& operator*() {
|
/bionic/linker/ |
D | linked_list.h | 47 LinkedListIterator<T>& operator=(const LinkedListIterator<T>& that) { 52 LinkedListIterator<T>& operator++() { 57 T* const operator*() { 61 bool operator==(const LinkedListIterator<T>& that) const { 65 bool operator!=(const LinkedListIterator<T>& that) const {
|
/bionic/libc/system_properties/include/system_properties/ |
D | properties_filename.h | 42 void operator=(const char* value) {
|
/bionic/libc/malloc_debug/ |
D | PointerData.h | 57 bool operator==(const FrameKeyType& comp) const { 71 std::size_t operator()(const FrameKeyType& key) const {
|
D | MapData.h | 82 bool operator()(const MapEntry* a, const MapEntry* b) const { return a->end() <= b->start(); } in operator() function
|
/bionic/libc/platform/bionic/ |
D | macros.h | 23 void operator=(const TypeName&) = delete
|
/bionic/libc/tools/ |
D | genseccomp.py | 5 import operator 136 syscalls = sorted(syscalls, key=operator.itemgetter(1))
|
/bionic/tests/ |
D | utils.h | 328 bool operator==(const Errno& lhs, const Errno& rhs);
|
D | math_data_test.h | 151 ::testing::AssertionResult operator()(const char* /* expected_expression */,
|
/bionic/docs/ |
D | fdsan.md | 289 unique_fd& operator=(const unique_fd& copy) = delete; 290 unique_fd& operator=(unique_fd&& move) {
|