Home
last modified time | relevance | path

Searched defs:send_slice (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/
Dconnection.rs172 fn send_slice(&mut self, data: IoSlice, fds: Option<&[RawDescriptor]>) -> Result<usize> { in send_slice() method
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc406 grpc_slice send_slice = grpc_slice_malloc_large(state.range(0)); in BM_TransportStreamSend() local