Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/io/
Dpipe.go148 func (r *PipeReader) CloseWithError(err error) error { func
176 func (w *PipeWriter) CloseWithError(err error) error { func
Dpipe_test.go147 CloseWithError(error) error methodSpec
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dpipe.h478 void CloseWithError() { in CloseWithError() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dpipe.h480 void CloseWithError() { in CloseWithError() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dcall_filters.cc292 void filters_detail::PipeState::CloseWithError() { in CloseWithError() function in grpc_core::filters_detail::PipeState
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go3809 func (p *http2pipe) CloseWithError(err error) { p.closeWithError(&p.err, err, nil) } func