Home
last modified time | relevance | path

Searched defs:ServerStreaming (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs87 public async Task ServerStreaming() in ServerStreaming() method in Grpc.IntegrationTesting.InteropClientServerTest
/external/pigweed/pw_rpc/raw/public/pw_rpc/internal/
Draw_method.h66 static constexpr RawMethod ServerStreaming(uint32_t id) { in ServerStreaming() function
/external/grpc-grpc/src/csharp/Grpc.Core/
DMethod.cs36 ServerStreaming, enumerator
/external/rust/crates/grpcio-compiler/src/
Dutil.rs91 ServerStreaming, enumerator
/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h82 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dprotobuf_plugin.h83 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming() function
/external/pigweed/pw_rpc/nanopb/
Dnanopb_method_test.cc44 void ServerStreaming(ServerContext&, const FakePb&, ServerWriter<FakePb>&) {} in ServerStreaming() function in pw::rpc::internal::__anon4f1875440111::TestNanopbService
/external/pigweed/pw_rpc/raw/
Draw_method_test.cc44 void ServerStreaming(ServerContext&, ConstByteSpan, RawServerWriter&) {} in ServerStreaming() function in pw::rpc::internal::__anonf6436d3c0111::TestRawService
/external/flatbuffers/src/
Didl_gen_grpc.cpp93 bool ServerStreaming() const { return streaming_ == kServer; } in ServerStreaming() function in flatbuffers::FlatBufMethod
/external/rust/crates/grpcio/src/call/
Dmod.rs107 ServerStreaming, enumerator
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1228ServerStreaming *bool `protobuf:"varint,6,opt,name=server_streaming,json=serverStreaming,d… member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3630 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto