Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/
DCall.java47 interface ClientStreaming<RequestT extends MessageLite> extends Call { interface
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClientServerTest.cs81 public async Task ClientStreaming() in ClientStreaming() method in Grpc.IntegrationTesting.InteropClientServerTest
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/
Dmethod.h69 static constexpr RawMethod ClientStreaming(uint32_t id) { in ClientStreaming() function
/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/pigweed/pw_rpc/raw/
Dmethod_test.cc67 void ClientStreaming(RawServerReader&) {} in ClientStreaming() function in pw::rpc::internal::__anon262b4ef80111::TestRawService
/external/pigweed/pw_rpc/nanopb/
Dmethod_test.cc70 void ClientStreaming(NanopbServerReader<FakePb, FakePb>&) {} in ClientStreaming() function in pw::rpc::internal::__anon1291a56c0111::TestNanopbService
/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/types/descriptorpb/
Ddescriptor.pb.go1289ClientStreaming *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