Searched defs:is_reading (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Lib/asyncio/ | ||
| D | transports.py | 51 def is_reading(self): member in ReadTransport |
| D | sslproto.py | 123 def is_reading(self): member in _SSLProtocolTransport |
| D | proactor_events.py | 195 def is_reading(self): member in _ProactorReadPipeTransport |
| D | selector_events.py | 833 def is_reading(self): member in _SelectorTransport |
| D | unix_events.py | 497 def is_reading(self): member in _UnixReadPipeTransport |
| /third_party/node/src/ | ||
| D | node_http2.h | 385 bool is_reading() const { in is_reading() function |