Home
last modified time | relevance | path

Searched defs:BidiStreaming (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_rpc/ts/
Dtest2.proto29 rpc BidiStreaming(stream SomeMessage) returns (stream AnotherMessage) {} rpc
/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h84 bool BidiStreaming() const { in BidiStreaming() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dprotobuf_plugin.h85 bool BidiStreaming() const { in BidiStreaming() function
/external/flatbuffers/src/
Didl_gen_grpc.cpp105 bool BidiStreaming() const { return streaming_ == kBiDi; } in BidiStreaming() function in flatbuffers::FlatBufMethod