Home
last modified time | relevance | path

Searched defs:_cancel (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dcancel.js70 Promise.prototype._cancel = function() { method in Promise
Dpromise_array.js129 PromiseArray.prototype._cancel = function() { method in PromiseArray
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py25 def _cancel(handler): function
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_call.py186 def _cancel(self, details: str) -> bool: member in Call
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannel.pyx.pxi132 cdef _cancel( function
/third_party/grpc/src/python/grpcio/grpc/aio/
D_call.py186 def _cancel(self, details: str) -> bool: member in Call