Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/quiche/src/
Dstream.rs785 pub struct RecvBuf { struct
809 impl RecvBuf { argument
811 fn new(max_data: u64, max_window: u64) -> RecvBuf { in new()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dstream.rs785 pub struct RecvBuf { struct
809 impl RecvBuf { argument
811 fn new(max_data: u64, max_window: u64) -> RecvBuf { in new()
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dworker_service.proto79 rpc RecvBuf(RecvBufRequest) returns (RecvBufResponse) {} rpc