Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dcall_combiner.cc194 grpc_error* original_error = DecodeCancelStateError(original_state); in SetNotifyOnCancel() local
197 if (original_error != GRPC_ERROR_NONE) { in SetNotifyOnCancel()
204 ExecCtx::Run(DEBUG_LOCATION, closure, GRPC_ERROR_REF(original_error)); in SetNotifyOnCancel()
236 grpc_error* original_error = DecodeCancelStateError(original_state); in Cancel() local
237 if (original_error != GRPC_ERROR_NONE) { in Cancel()