/external/pigweed/pw_rpc/java/main/dev/pigweed/pw_rpc/ |
D | Call.java | 47 interface ClientStreaming<RequestT extends MessageLite> extends Call { interface
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InteropClientServerTest.cs | 81 public async Task ClientStreaming() in ClientStreaming() method in Grpc.IntegrationTesting.InteropClientServerTest
|
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/ |
D | method.h | 69 static constexpr RawMethod ClientStreaming(uint32_t id) { in ClientStreaming() function
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Method.cs | 33 ClientStreaming, enumerator
|
/external/rust/crates/grpcio-compiler/src/ |
D | util.rs | 90 ClientStreaming, enumerator
|
/external/grpc-grpc/src/compiler/ |
D | protobuf_plugin.h | 80 bool ClientStreaming() const { return method_->client_streaming(); } in ClientStreaming() function
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | protobuf_plugin.h | 81 bool ClientStreaming() const { return method_->client_streaming(); } in ClientStreaming() function
|
/external/pigweed/pw_rpc/raw/ |
D | method_test.cc | 67 void ClientStreaming(RawServerReader&) {} in ClientStreaming() function in pw::rpc::internal::__anon262b4ef80111::TestRawService
|
/external/pigweed/pw_rpc/nanopb/ |
D | method_test.cc | 70 void ClientStreaming(NanopbServerReader<FakePb, FakePb>&) {} in ClientStreaming() function in pw::rpc::internal::__anon1291a56c0111::TestNanopbService
|
/external/flatbuffers/src/ |
D | idl_gen_grpc.cpp | 91 bool ClientStreaming() const { return streaming_ == kClient; } in ClientStreaming() function in flatbuffers::FlatBufMethod
|
/external/rust/crates/grpcio/src/call/ |
D | mod.rs | 104 ClientStreaming, enumerator
|
/external/golang-protobuf/types/descriptorpb/ |
D | descriptor.pb.go | 1289 …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
|