Searched defs:ServerStreaming (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ | ||
D | InteropClientServerTest.cs | 87 public async Task ServerStreaming() in ServerStreaming() method in Grpc.IntegrationTesting.InteropClientServerTest |
/third_party/grpc/src/csharp/Grpc.Core.Api/ | ||
D | Method.cs | 36 ServerStreaming, enumerator |
/third_party/grpc/src/compiler/ | ||
D | protobuf_plugin.h | 83 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming() function |
/third_party/flatbuffers/src/ | ||
D | idl_gen_grpc.cpp | 103 bool ServerStreaming() const { return streaming_ == kServer; } in ServerStreaming() function in flatbuffers::FlatBufMethod |
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
D | Descriptor.cs | 4431 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto |