Home
last modified time | relevance | path

Searched refs:StreamingBase (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/call/
Dmod.rs512 struct StreamingBase { struct
518 impl StreamingBase { argument
519 fn new(close_f: Option<BatchFuture>) -> StreamingBase { in new() argument
520 StreamingBase { in new()
Dserver.rs23 BatchContext, Call, MessageReader, MethodType, RpcStatusCode, SinkBase, StreamingBase,
267 base: StreamingBase,
275 base: StreamingBase::new(None), in new()