Home
last modified time | relevance | path

Searched defs:AllSlicesSent (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_endpoint.h114 bool AllSlicesSent() { return out_offset_.slice_idx == buf_.Count(); } in AllSlicesSent() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dposix_endpoint.h114 bool AllSlicesSent() { return out_offset_.slice_idx == buf_.Count(); } in AllSlicesSent() function
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_posix.cc144 bool AllSlicesSent() { return out_offset_.slice_idx == buf_.count; } in AllSlicesSent() function in grpc_core::TcpZerocopySendRecord
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc137 bool AllSlicesSent() { return out_offset_.slice_idx == buf_.count; } in AllSlicesSent() function in grpc_core::TcpZerocopySendRecord