Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs81 public async Task ClientStreaming() in ClientStreaming() method in Grpc.IntegrationTesting.InteropClientServerTest
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMethod.cs33 ClientStreaming, enumerator
/third_party/grpc/src/compiler/
Dprotobuf_plugin.h81 bool ClientStreaming() const { return method_->client_streaming(); } in ClientStreaming() function
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp101 bool ClientStreaming() const { return streaming_ == kClient; } in ClientStreaming() function in flatbuffers::FlatBufMethod
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4404 public bool ClientStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto