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/raw/internal/
Dmethod.h59 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/raw/
Dmethod_test.cc53 void ServerStreaming(ConstByteSpan, RawServerWriter&) {} in ServerStreaming() function in pw::rpc::internal::__anon262b4ef80111::TestRawService
/external/pigweed/pw_rpc/nanopb/
Dmethod_test.cc57 void ServerStreaming(const FakePb&, NanopbServerWriter<FakePb>&) {} in ServerStreaming() function in pw::rpc::internal::__anon1291a56c0111::TestNanopbService
/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/types/descriptorpb/
Ddescriptor.pb.go1291ServerStreaming *bool `protobuf:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" js… member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3630 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto