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