Home
last modified time | relevance | path

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

/third_party/grpc/test/core/end2end/tests/
Dclient_streaming.cc34 void ClientStreaming(CoreEnd2endTest& test, int messages) { in ClientStreaming() function
/third_party/grpc/src/compiler/
Dprotobuf_plugin.h81 bool ClientStreaming() const { return method_->client_streaming(); } in ClientStreaming() function
/third_party/flatbuffers/src/
Didl_gen_grpc.cpp101 bool ClientStreaming() const { return streaming_ == kClient; } in ClientStreaming() function in flatbuffers::FlatBufMethod
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.pb.cs5680 public bool ClientStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto