Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs81 public async Task ClientStreaming() in ClientStreaming() method in Grpc.IntegrationTesting.InteropClientServerTest
/external/grpc-grpc/src/csharp/Grpc.Core/
DMethod.cs33 ClientStreaming, enumerator
/external/rust/crates/grpcio-compiler/src/
Dutil.rs90 ClientStreaming, enumerator
/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h80 bool ClientStreaming() const { return method_->client_streaming(); } in ClientStreaming() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dprotobuf_plugin.h81 bool ClientStreaming() const { return method_->client_streaming(); } in ClientStreaming() function
/external/flatbuffers/src/
Didl_gen_grpc.cpp91 bool ClientStreaming() const { return streaming_ == kClient; } in ClientStreaming() function in flatbuffers::FlatBufMethod
/external/rust/crates/grpcio/src/call/
Dmod.rs104 ClientStreaming, enumerator
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1226ClientStreaming *bool `protobuf:"varint,5,opt,name=client_streaming,json=clientStreaming,def=0" js… member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3603 public bool ClientStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto