/third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
D | jsDeclarationsNestedParams.ts | 15 async cancel({reason, code}) {} method in X 28 async cancel({reason, suberr}) {} method in Y
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsNestedParams.js | 10 async cancel({reason, code}) {} method in X 23 async cancel({reason, suberr}) {} method in Y 45 cancel({ reason, code }) { method in X 59 cancel({ reason, suberr }) { method in Y
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _server_rpc.py | 26 def cancel(self): member in UnaryUnaryServerRpc 44 def cancel(self): member in UnaryStreamServerRpc 65 def cancel(self): member in StreamUnaryServerRpc 89 def cancel(self): member in StreamStreamServerRpc
|
D | _handler.py | 43 def cancel(self): member in Handler 150 def cancel(self): member in _Handler
|
/third_party/cef/libcef/browser/native/ |
D | javascript_dialog_runner_mac.mm | 32 - (void)cancel; method 75 - (void)cancel { method
|
/third_party/boost/boost/process/detail/posix/ |
D | sigchld_service.hpp | 73 void cancel() in cancel() function in boost::process::detail::posix::sigchld_service 77 void cancel(boost::system::error_code & ec) in cancel() function in boost::process::detail::posix::sigchld_service
|
/third_party/typescript/tests/cases/compiler/ |
D | asyncFunctionsAndStrictNullChecks.ts | 12 cancel(): void; method
|
/third_party/boost/boost/python/detail/ |
D | decref_guard.hpp | 14 void cancel() { obj = 0; } in cancel() function
|
/third_party/boost/boost/mpi/ |
D | request.hpp | 111 void cancel() { if (m_handler) { m_handler->cancel(); } m_preserved.reset(); } in cancel() function in boost::mpi::request
|
/third_party/boost/libs/asio/include/boost/asio/windows/ |
D | basic_overlapped_handle.hpp | 312 void cancel() in cancel() function in boost::asio::windows::basic_overlapped_handle 327 BOOST_ASIO_SYNC_OP_VOID cancel(boost::system::error_code& ec) in cancel() function in boost::asio::windows::basic_overlapped_handle
|
D | basic_object_handle.hpp | 309 void cancel() in cancel() function in boost::asio::windows::basic_object_handle 324 BOOST_ASIO_SYNC_OP_VOID cancel(boost::system::error_code& ec) in cancel() function in boost::asio::windows::basic_object_handle
|
/third_party/boost/boost/asio/windows/ |
D | basic_overlapped_handle.hpp | 312 void cancel() in cancel() function in boost::asio::windows::basic_overlapped_handle 327 BOOST_ASIO_SYNC_OP_VOID cancel(boost::system::error_code& ec) in cancel() function in boost::asio::windows::basic_overlapped_handle
|
D | basic_object_handle.hpp | 309 void cancel() in cancel() function in boost::asio::windows::basic_object_handle 324 BOOST_ASIO_SYNC_OP_VOID cancel(boost::system::error_code& ec) in cancel() function in boost::asio::windows::basic_object_handle
|
/third_party/boost/libs/mpi/src/ |
D | request.cpp | 135 request::trivial_handler::cancel() in cancel() function in boost::mpi::request::trivial_handler 221 request::dynamic_handler::cancel() in cancel() function in boost::mpi::request::dynamic_handler
|
/third_party/boost/libs/mpi/test/python/ |
D | nonblocking_test.py | 43 def cancel(self): member in TagGroupListener
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/ |
D | __init__.py | 317 def cancel(self): member in UnaryUnaryServerRpc 365 def cancel(self): member in UnaryStreamServerRpc 416 def cancel(self): member in StreamUnaryServerRpc 479 def cancel(self): member in StreamStreamServerRpc
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _invocation.py | 65 def cancel(self): member in _Call 95 def cancel(self): member in _RpcErrorCall 193 def cancel(self): member in _FutureCall 302 def cancel(self): member in ResponseIteratorCall
|
/third_party/nghttp2/src/ |
D | asio_client_request.cc | 45 void request::cancel(uint32_t error_code) const { impl_->cancel(error_code); } in cancel() function in nghttp2::asio_http2::client::request
|
D | asio_server_response.cc | 55 void response::cancel(uint32_t error_code) const { impl_->cancel(error_code); } in cancel() function in nghttp2::asio_http2::server::response
|
/third_party/grpc/src/php/lib/Grpc/ |
D | AbstractCall.php | 102 public function cancel() function in Grpc\\AbstractCall
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCTransport.m | 134 - (void)cancel { method
|
/third_party/grpc/src/python/grpcio/grpc/framework/foundation/ |
D | future.py | 65 def cancel(self): member in Future
|
/third_party/grpc/src/objective-c/GRPCClient/private/ |
D | GRPCTransport+Private.m | 86 - (void)cancel { method
|
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
D | _call.py | 194 def cancel(self) -> bool: member in Call 256 def cancel(self) -> bool: member in _UnaryResponseMixin 307 def cancel(self) -> bool: member in _StreamResponseMixin 385 def cancel(self) -> bool: member in _StreamRequestMixin
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | _call.py | 194 def cancel(self) -> bool: member in Call 256 def cancel(self) -> bool: member in _UnaryResponseMixin 307 def cancel(self) -> bool: member in _StreamResponseMixin 385 def cancel(self) -> bool: member in _StreamRequestMixin
|