Searched defs:ClientStreaming (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ | ||
D | InteropClientServerTest.cs | 81 public async Task ClientStreaming() in ClientStreaming() method in Grpc.IntegrationTesting.InteropClientServerTest |
/external/grpc-grpc/src/csharp/Grpc.Core/ | ||
D | Method.cs | 33 ClientStreaming, enumerator |
/external/grpc-grpc/src/compiler/ | ||
D | protobuf_plugin.h | 80 bool ClientStreaming() const { return method_->client_streaming(); } in ClientStreaming() function |
/external/flatbuffers/src/ | ||
D | idl_gen_grpc.cpp | 89 bool ClientStreaming() const { return streaming_ == kClient; } in ClientStreaming() function in flatbuffers::FlatBufMethod |
/external/golang-protobuf/protoc-gen-go/descriptor/ | ||
D | descriptor.pb.go | 1226 …ClientStreaming *bool `protobuf:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" js… member |
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
D | Descriptor.cs | 3603 public bool ClientStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto |