Searched refs:operator (Results 1 – 13 of 13) sorted by relevance
| /components/libc/cplusplus/ |
| A D | cxx_crt.h | 17 void *operator new(size_t size); 18 void *operator new[](size_t size); 20 void operator delete(void * ptr); 21 void operator delete[](void *ptr);
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | thread | 58 friend bool operator<(thread::id x, thread::id y) noexcept; 67 thread& operator=(const thread&) = delete; 84 thread& operator=(thread&& t) noexcept 154 inline bool operator==(thread::id x, thread::id y) noexcept 161 inline bool operator!=(thread::id x, thread::id y) noexcept 166 inline bool operator<(thread::id x, thread::id y) noexcept 171 inline bool operator<=(thread::id x, thread::id y) noexcept 176 inline bool operator>(thread::id x, thread::id y) noexcept 181 inline bool operator>=(thread::id x, thread::id y) noexcept 188 operator<<(basic_ostream<charT, traits>& out, thread::id id) [all …]
|
| A D | future | 38 shared_state_base &operator=(shared_state_base &&other) = delete; 40 shared_state_base &operator=(const shared_state_base &other) = delete; 142 future &operator=(future &&other) noexcept { 150 future &operator=(const future &other) = delete; 197 future &operator=(future &&other) noexcept { 205 future &operator=(const future &other) = delete; 250 promise &operator=(promise &&other) noexcept { 258 promise &operator=(const promise &other) = delete; 297 promise &operator=(promise &&other) noexcept { 305 promise &operator=(const promise &other) = delete;
|
| A D | mutex | 32 __mutex_base& operator=(const __mutex_base&) = delete; 43 mutex& operator=(const mutex&) = delete; 100 __recursive_mutex_base& operator=(const __recursive_mutex_base&) = delete; 123 recursive_mutex& operator=(const recursive_mutex&) = delete; 176 lock_guard& operator=(lock_guard const&) = delete; 229 unique_lock& operator=(unique_lock const&) = delete; 238 unique_lock& operator=(unique_lock&& u) noexcept 338 explicit operator bool() const noexcept 476 once_flag& operator=(const once_flag&) = delete;
|
| A D | condition_variable | 35 condition_variable &operator=(const condition_variable &) = delete; 141 unlocker &operator=(const unlocker &) = delete; 149 condition_variable_any &operator=(const condition_variable_any &) = delete;
|
| /components/drivers/spi/ |
| A D | dev_spi_flash_sfud.c | 550 const char *operator = argv[1]; in sf() local 553 if (!strcmp(operator, "probe")) { in sf() 583 if (!rt_strcmp(operator, "read")) { in sf() 623 } else if (!rt_strcmp(operator, "write")) { in sf() 650 } else if (!rt_strcmp(operator, "erase")) { in sf() 663 } else if (!rt_strcmp(operator, "status")) { in sf() 681 } else if (!rt_strcmp(operator, "bench")) { in sf()
|
| /components/fal/src/ |
| A D | fal_rtt.c | 601 const char *operator = argv[1]; in fal() local 604 if (!strcmp(operator, "probe")) in fal() 649 if (!rt_strcmp(operator, "read")) in fal() 711 else if (!strcmp(operator, "write")) in fal() 755 else if (!rt_strcmp(operator, "erase")) in fal() 780 else if (!strcmp(operator, "bench")) in fal()
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 2068 # recursively expanded use the := operator instead of the = operator.
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 2079 # recursively expanded use the := operator instead of the = operator.
|
| A D | lwip.Doxyfile.cmake.in | 2079 # recursively expanded use the := operator instead of the = operator.
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 664 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 1620 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 1873 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator
|
Completed in 27 milliseconds