Searched defs:CancelWithError (Results 1 – 3 of 3) sorted by relevance
1026 void FilterStackCall::CancelWithError(grpc_error_handle error) { in CancelWithError() function in grpc_core::FilterStackCall2781 void CancelWithError(absl::Status error) override { in CancelWithError() function in grpc_core::ClientPromiseBasedCall3649 void ServerPromiseBasedCall::CancelWithError(absl::Status error) { in CancelWithError() function in grpc_core::ServerPromiseBasedCall3737 void CancelWithError(grpc_error_handle error) override { in CancelWithError() function in grpc_core::ServerCallSpine
1028 void FilterStackCall::CancelWithError(grpc_error_handle error) { in CancelWithError() function in grpc_core::FilterStackCall2693 void CancelWithError(absl::Status error) override { in CancelWithError() function in grpc_core::ClientPromiseBasedCall3422 void ServerPromiseBasedCall::CancelWithError(absl::Status error) { in CancelWithError() function in grpc_core::ServerPromiseBasedCall
709 int URLRequest::CancelWithError(int error) { in CancelWithError() function in net::URLRequest