Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs87 public async Task ServerStreaming() in ServerStreaming() method in Grpc.IntegrationTesting.InteropClientServerTest
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMethod.cs36 ServerStreaming, enumerator
/third_party/grpc/src/compiler/
Dprotobuf_plugin.h83 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming() function
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp103 bool ServerStreaming() const { return streaming_ == kServer; } in ServerStreaming() function in flatbuffers::FlatBufMethod
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4431 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto