Home
last modified time | relevance | path

Searched defs:SendAll (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/futures-util/src/sink/
Dsend_all.rs13 pub struct SendAll<'a, Si, St> struct
23 impl<Si, St> fmt::Debug for SendAll<'_, Si, St> argument
39 impl<Si, St> Unpin for SendAll<'_, Si, St> implementation
45 impl<'a, Si, St, Ok, Error> SendAll<'a, Si, St> implementation
79 impl<Si, St, Ok, Error> Future for SendAll<'_, Si, St> implementation
/external/boringssl/src/tool/
Dtransport_common.cc878 static bool SendAll(int sock, const char *data, size_t data_len) { in SendAll() function
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtransport_common.cc873 static bool SendAll(int sock, const char *data, size_t data_len) { in SendAll() function