Searched defs:SendAll (Results 1 – 5 of 5) sorted by relevance
/external/rust/android-crates-io/crates/futures-util/src/sink/ |
D | send_all.rs | 13 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 46 impl<'a, Si, St, Ok, Error> SendAll<'a, Si, St> implementation 71 impl<Si, St, Ok, Error> Future for SendAll<'_, Si, St> implementation
|
/external/cronet/tot/third_party/boringssl/src/tool/ |
D | transport_common.cc | 881 static bool SendAll(int sock, const char *data, size_t data_len) { in SendAll() function
|
/external/boringssl/src/tool/ |
D | transport_common.cc | 881 static bool SendAll(int sock, const char *data, size_t data_len) { in SendAll() function
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/ |
D | transport_common.cc | 881 static bool SendAll(int sock, const char *data, size_t data_len) { in SendAll() function
|
/external/cronet/stable/third_party/boringssl/src/tool/ |
D | transport_common.cc | 881 static bool SendAll(int sock, const char *data, size_t data_len) { in SendAll() function
|