Home
last modified time | relevance | path

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

/bionic/libstdc++/include/
Dnew15 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/
DArch.h49 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 {
DDeclarationDatabase.h54 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 {
DCompilationType.h37 bool operator<(const CompilationType& other) const {
41 bool operator==(const CompilationType& other) const {
49 size_t operator()(CompilationType type) const {
/bionic/libc/private/
DWriteProtected.h64 const T* operator->() {
68 const T& operator*() {
Dbionic_macros.h30 void operator=(const TypeName&) = delete
/bionic/linker/
Dlinked_list.h48 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 {
Dlinker_allocator.h69 bool operator<(const small_object_page_record& one, const small_object_page_record& two);
/bionic/libc/malloc_debug/
DMapData.h57 bool operator()(const MapEntry* a, const MapEntry* b) const { in operator() function
/bionic/tests/
Dmath_data_test.h151 ::testing::AssertionResult operator()(const char* /* expected_expression */,