Searched defs:RecvInfo (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | ffi.rs | 688 pub struct RecvInfo<'a> { struct 695 impl<'a> From<&RecvInfo<'a>> for crate::RecvInfo { argument 696 fn from(info: &RecvInfo) -> crate::RecvInfo { in from() 706 conn: &mut Connection, buf: *mut u8, buf_len: size_t, info: &RecvInfo, in quiche_conn_recv()
|
D | lib.rs | 629 pub struct RecvInfo { struct 631 pub from: SocketAddr, 634 pub to: SocketAddr, 2198 &mut self, buf: &mut [u8], info: &RecvInfo, recv_pid: Option<usize>, in recv_single() 7161 info: &RecvInfo, in get_or_create_recv_path_id()
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | ffi.rs | 688 pub struct RecvInfo<'a> { struct 695 impl<'a> From<&RecvInfo<'a>> for crate::RecvInfo { argument 696 fn from(info: &RecvInfo) -> crate::RecvInfo { in from() 706 conn: &mut Connection, buf: *mut u8, buf_len: size_t, info: &RecvInfo, in quiche_conn_recv()
|
D | lib.rs | 629 pub struct RecvInfo { struct 631 pub from: SocketAddr, 634 pub to: SocketAddr, 2198 &mut self, buf: &mut [u8], info: &RecvInfo, recv_pid: Option<usize>, in recv_single() 7161 info: &RecvInfo, in get_or_create_recv_path_id()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph_partition.cc | 81 struct RecvInfo { struct 82 NodeDef* recv; 83 NodeDef* real_recv; 84 int64_t start_time;
|